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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user