mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Upd: Delay cl1 when no enough yellow coins
This commit is contained in:
@@ -439,7 +439,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(server_update=True)
|
||||
self.config.task_delay(minute=30, server_update=True)
|
||||
if not self.is_in_opsi_explore():
|
||||
self.config.task_call('OpsiAbyssal', force_call=False)
|
||||
self.config.task_call('OpsiStronghold', force_call=False)
|
||||
|
||||
Reference in New Issue
Block a user