Skip to content

Commit 46d07d1

Browse files
committed
Fix: Reset arrive timers after handle_map_cat_attack()
1 parent e30914c commit 46d07d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

module/map/fleet.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ def _goto(self, location, expected=''):
363363

364364
# Cat attack animation
365365
if self.handle_map_cat_attack():
366+
# Already arrive, combat will appear later, but still need to wait siren moving
367+
arrive_timer.reset()
368+
arrive_unexpected_timer.reset()
366369
walk_timeout.reset()
367370
continue
368371

0 commit comments

Comments
 (0)