1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Opt: Disable OpsiExplore_SpecialRadar after OpsiExplore finished

Users were having this option enabled but forgot to buy special radar in the next month
This commit is contained in:
LmeSzinc
2023-02-01 01:01:08 +08:00
parent 9db94ec3cb
commit d4955f02d2

View File

@@ -452,6 +452,7 @@ class OperationSiren(OSMap):
logger.info('To run again, clear OpsiExplore.Scheduler.NextRun and set OpsiExplore.OpsiExplore.LastZone=0')
with self.config.multi_set():
self.config.OpsiExplore_LastZone = 0
self.config.OpsiExplore_SpecialRadar = False
self.config.task_delay(target=next_reset)
self.config.task_call('OpsiDaily', force_call=False)
self.config.task_call('OpsiShop', force_call=False)