1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 14:25:38 +08:00

Fix: map_exit interval 3 to 5 to account for loading of MAP_WORLD

This commit is contained in:
nEEtdo0d
2021-08-22 13:11:33 -04:00
parent 60677a922b
commit 51d3429c9c

View File

@@ -117,7 +117,7 @@ class OSMapOperation(MapOrderHandler, MissionHandler, PortHandler, StorageHandle
else: else:
confirm_timer.reset() confirm_timer.reset()
if self.appear_then_click(MAP_EXIT, offset=(20, 20), interval=3): if self.appear_then_click(MAP_EXIT, offset=(20, 20), interval=5):
continue continue
if self.handle_popup_confirm('MAP_EXIT'): if self.handle_popup_confirm('MAP_EXIT'):
continue continue