mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Handle the animation of being attacked by siren submarine in map
This commit is contained in:
@@ -397,6 +397,11 @@ class Fleet(Camera, AmbushHandler):
|
||||
logger.info(f'Arrive {location2node(location)} confirm. Result: {result}. Expected: {expected}')
|
||||
arrived = True
|
||||
break
|
||||
else:
|
||||
if arrive_timer.started():
|
||||
arrive_timer.reset()
|
||||
if arrive_unexpected_timer.started():
|
||||
arrive_unexpected_timer.reset()
|
||||
|
||||
# Story
|
||||
if expected == 'story':
|
||||
|
||||
Reference in New Issue
Block a user