mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 01:49:41 +00:00
Opt: Allow Consume_120_Trailblaze_Power before everyday's 22:00
This commit is contained in:
parent
8de65f2c98
commit
94449226f4
@ -350,8 +350,8 @@ class DailyQuestUI(DungeonUI, RouteLoader):
|
|||||||
else:
|
else:
|
||||||
logger.info('Daily support cannot achieved, dungeon task is scheduled tomorrow')
|
logger.info('Daily support cannot achieved, dungeon task is scheduled tomorrow')
|
||||||
if KEYWORDS_DAILY_QUEST.Consume_120_Trailblaze_Power in quests:
|
if KEYWORDS_DAILY_QUEST.Consume_120_Trailblaze_Power in quests:
|
||||||
# 12h10min in advance, waiting for stamina
|
# 6h in advance, waiting for stamina
|
||||||
if dungeon < reset - timedelta(hours=12, minutes=10):
|
if dungeon < reset - timedelta(hours=6, minutes=0):
|
||||||
logger.info('Stamina consume can be achieved in the future')
|
logger.info('Stamina consume can be achieved in the future')
|
||||||
future += 200
|
future += 200
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user