1
0
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:
LmeSzinc
2021-08-22 17:33:38 +08:00
parent 4222760fcc
commit cb319bb737

View File

@@ -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()