mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 02:29:16 +08:00
Fix: Handle guild popup after combat for slow PCs (#789)
This commit is contained in:
@@ -329,6 +329,12 @@ class Fleet(Camera, AmbushHandler):
|
|||||||
walk_timeout.reset()
|
walk_timeout.reset()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# Guild popup
|
||||||
|
# Usually handled in combat_status, but sometimes delayed until after battle on slow PCs.
|
||||||
|
if self.handle_guild_popup_cancel():
|
||||||
|
walk_timeout.reset()
|
||||||
|
continue
|
||||||
|
|
||||||
if self.handle_walk_out_of_step():
|
if self.handle_walk_out_of_step():
|
||||||
raise MapWalkError('walk_out_of_step')
|
raise MapWalkError('walk_out_of_step')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user