mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Refactor: Stop condition, reach level
This commit is contained in:
@@ -79,8 +79,8 @@ class CampaignRun(UI):
|
||||
self.config.Scheduler_Enable = False
|
||||
return True
|
||||
# Lv120 limit
|
||||
if self.config.StopCondition_ReachLevel120 and self.campaign.config.LV120_TRIGGERED:
|
||||
logger.hr('Triggered stop condition: Reach level 120')
|
||||
if self.config.StopCondition_ReachLevel and self.campaign.config.LV_TRIGGERED:
|
||||
logger.hr(f'Triggered stop condition: Reach level {self.config.StopCondition_ReachLevel}')
|
||||
self.config.Scheduler_Enable = False
|
||||
return True
|
||||
# Oil limit
|
||||
|
||||
Reference in New Issue
Block a user