mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: call cl1 if enabled if meowfficerfarming ends with enough yellow coins
This commit is contained in:
parent
b23a7d6ea1
commit
31fa8ae3a5
@ -57,6 +57,9 @@ class OSCampaignRun(OSMapOperation):
|
||||
if get_os_reset_remain() > 0:
|
||||
self.config.task_delay(server_update=True)
|
||||
self.config.task_call('Reward')
|
||||
if self.config.is_task_enabled('OpsiHazard1Leveling') \
|
||||
and self.get_yellow_coins() > self.config.OS_CL1_YELLOW_COINS_PRESERVE:
|
||||
self.config.task_call('OpsiHazard1Leveling')
|
||||
else:
|
||||
logger.info('Just less than 1 day to OpSi reset, delay 2.5 hours')
|
||||
self.config.task_delay(minute=150, server_update=True)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user