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

Fix: Arbiter mission stuck by archive missions (#2216)

This commit is contained in:
LmeSzinc
2023-02-13 21:56:14 +08:00
parent 036026bcc3
commit 9bf5010c48

View File

@@ -787,7 +787,7 @@ class OperationSiren(OSMap):
else:
logger.info("No Normal/Hard boss found, stop")
self.os_mission_quit()
self.month_boss_delay(is_normal=False, result=True)
self.month_boss_delay(is_normal=False, result=False)
return True
self.os_mission_quit()
@@ -846,7 +846,8 @@ class OperationSiren(OSMap):
self.config.task_delay(target=next_reset)
self.config.task_stop()
else:
logger.info("Unable to clear the hard monthly boss, task stop")
logger.info("Unable to clear the hard monthly boss, try again on tomorrow")
self.config.task_delay(server_update=True)
self.config.task_stop()