mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 14:03:44 +08:00
Opt: call cl1 if enabled if meowfficerfarming ends with enough yellow coins
This commit is contained in:
@@ -57,6 +57,9 @@ class OSCampaignRun(OSMapOperation):
|
|||||||
if get_os_reset_remain() > 0:
|
if get_os_reset_remain() > 0:
|
||||||
self.config.task_delay(server_update=True)
|
self.config.task_delay(server_update=True)
|
||||||
self.config.task_call('Reward')
|
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:
|
else:
|
||||||
logger.info('Just less than 1 day to OpSi reset, delay 2.5 hours')
|
logger.info('Just less than 1 day to OpSi reset, delay 2.5 hours')
|
||||||
self.config.task_delay(minute=150, server_update=True)
|
self.config.task_delay(minute=150, server_update=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user