mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Upd: add nearest_task_cooling_down for task_call when cl1 does not have enough yellow
coins
This commit is contained in:
parent
d32727b639
commit
5bfe178a5f
@ -449,9 +449,10 @@ class OperationSiren(OSMap):
|
|||||||
with self.config.multi_set():
|
with self.config.multi_set():
|
||||||
self.config.task_delay(minute=30, server_update=True)
|
self.config.task_delay(minute=30, server_update=True)
|
||||||
if not self.is_in_opsi_explore():
|
if not self.is_in_opsi_explore():
|
||||||
self.config.task_call('OpsiAbyssal', force_call=False)
|
cd = self.nearest_task_cooling_down
|
||||||
self.config.task_call('OpsiStronghold', force_call=False)
|
if cd is None:
|
||||||
self.config.task_call('OpsiObscure', force_call=False)
|
for task in ['OpsiAbyssal', 'OpsiStronghold', 'OpsiObscure']:
|
||||||
|
self.config.task_call(task, force_call=False)
|
||||||
self.config.task_call('OpsiMeowfficerFarming', force_call=False)
|
self.config.task_call('OpsiMeowfficerFarming', force_call=False)
|
||||||
self.config.task_stop()
|
self.config.task_stop()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user