1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Opt: call cl1 if enabled if OpSi tasks end with enough yellow coins

This commit is contained in:
sui-feng-cb
2025-09-07 02:14:13 +08:00
parent 6ce8ae9d52
commit e7e5ec7ffa
4 changed files with 8 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ class OSCampaignRun(OSMapOperation):
if get_os_reset_remain() > 0:
self.config.task_delay(server_update=True)
self.config.task_call('Reward', force_call=False)
self.cl1_task_call()
else:
logger.info('Just less than 1 day to OpSi reset, delay 2.5 hours')
self.config.task_delay(minute=150, server_update=True)