mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Rename keyword in daily quest
This commit is contained in:
parent
523bc0f44c
commit
3e4a528a5f
@ -321,8 +321,8 @@ class DailyQuestUI(DungeonUI, RouteLoader):
|
|||||||
# Check battle pass
|
# Check battle pass
|
||||||
if self.config.stored.DailyActivity.value == 500:
|
if self.config.stored.DailyActivity.value == 500:
|
||||||
quests = self.config.stored.BattlePassTodayQuest.load_quests()
|
quests = self.config.stored.BattlePassTodayQuest.load_quests()
|
||||||
if KEYWORD_BATTLE_PASS_QUEST.Reach_500_on_Daily_Training_Activity in quests:
|
if KEYWORD_BATTLE_PASS_QUEST.Consume_a_total_of_1_Trailblaze_Power_1400_Trailblazer_Power_max in quests:
|
||||||
logger.info('Achieved battle pass quest Reach_500_on_Daily_Training_Activity')
|
logger.info('Achieved battle pass quest Consume_a_total_of_1_Trailblaze_Power_1400_Trailblazer_Power_max')
|
||||||
if self.config.stored.BattlePassLevel.is_full():
|
if self.config.stored.BattlePassLevel.is_full():
|
||||||
logger.info('BattlePassLevel full, no task call')
|
logger.info('BattlePassLevel full, no task call')
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user