mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-01 09:14:52 +08:00
Fix: incorrect fleet died timer reset
This commit is contained in:
@@ -635,6 +635,7 @@ class OSMap(OSFleet, Map, GlobeCamera, StorageHandler, StrategicSearchHandler):
|
|||||||
if died_timer.reached():
|
if died_timer.reached():
|
||||||
logger.warning('Fleet died confirm')
|
logger.warning('Fleet died confirm')
|
||||||
break
|
break
|
||||||
|
else:
|
||||||
if not interrupt_confirm and is_interrupt():
|
if not interrupt_confirm and is_interrupt():
|
||||||
interrupt_confirm = True
|
interrupt_confirm = True
|
||||||
if interrupt_confirm and not_interrupt():
|
if interrupt_confirm and not_interrupt():
|
||||||
|
|||||||
Reference in New Issue
Block a user