mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +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
|
# Cat attack animation
|
||||||
if self.handle_map_cat_attack():
|
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()
|
walk_timeout.reset()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user