1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-29 01:15:30 +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): if self.appear_then_click(MAP_EXIT, offset=(20, 20), interval=3):
continue continue
if self.handle_popup_confirm('MAP_EXIT'): if self.handle_popup_confirm('MAP_EXIT'):
changed = True
continue continue
if self.handle_map_event(): if self.handle_map_event():
changed = True
continue continue
self.get_current_zone() self.get_current_zone()