mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 05:47:30 +08:00
Fix: Handle map order during OpSi walk
This commit is contained in:
parent
1841dafb8f
commit
a6bb4ba7f8
@ -323,6 +323,10 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
||||
if self.handle_os_game_tips():
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
if self.is_in_map_order():
|
||||
self.order_quit()
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
# Combat
|
||||
if self.combat_appear():
|
||||
|
Loading…
Reference in New Issue
Block a user