mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 04:08:09 +08:00
Fix: Reset arrive timers after handle_map_cat_attack()
This commit is contained in:
parent
e30914c83b
commit
46d07d1f45
@ -363,6 +363,9 @@ class Fleet(Camera, AmbushHandler):
|
||||
|
||||
# Cat attack animation
|
||||
if self.handle_map_cat_attack():
|
||||
# Already arrive, combat will appear later, but still need to wait siren moving
|
||||
arrive_timer.reset()
|
||||
arrive_unexpected_timer.reset()
|
||||
walk_timeout.reset()
|
||||
continue
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user