mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: End condition of map_exit()
This commit is contained in:
@@ -119,9 +119,9 @@ class OSMapOperation(MapOrderHandler, MissionHandler, PortHandler, StorageHandle
|
||||
if self.appear_then_click(MAP_EXIT, offset=(20, 20), interval=3):
|
||||
continue
|
||||
if self.handle_popup_confirm('MAP_EXIT'):
|
||||
changed = True
|
||||
continue
|
||||
if self.handle_map_event():
|
||||
changed = True
|
||||
continue
|
||||
|
||||
self.get_current_zone()
|
||||
|
||||
Reference in New Issue
Block a user