1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +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

@@ -554,7 +554,7 @@ class OperationSiren(OSMap):
if self.get_yellow_coins() < self.config.OpsiHazard1Leveling_OperationCoinsPreserve:
logger.info(f'Reach the limit of yellow coins, preserve={self.config.OpsiHazard1Leveling_OperationCoinsPreserve}')
with self.config.multi_set():
self.config.task_delay(minute=30, server_update=True)
self.config.task_delay(minute=27, server_update=True)
if not self.is_in_opsi_explore():
cd = self.nearest_task_cooling_down
if cd is None: