mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 11:27:01 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 8.9 KiB |
@@ -253,8 +253,12 @@ class OSMapOperation(MapOrderHandler, MissionHandler, PortHandler, StorageHandle
|
||||
break
|
||||
else:
|
||||
confirm_timer.reset()
|
||||
# If MAP_EXIT still appears, we haven't exit this zone yet
|
||||
if self.appear(MAP_EXIT, offset=(20, 20)):
|
||||
confirm_timer.reset()
|
||||
|
||||
if self.appear_then_click(MAP_EXIT, offset=(20, 20), interval=5):
|
||||
# Click
|
||||
if self.appear_then_click(MAP_EXIT, offset=(20, 20), interval=3):
|
||||
continue
|
||||
if self.handle_popup_confirm('MAP_EXIT'):
|
||||
self.interval_reset(MAP_EXIT)
|
||||
|
||||
Reference in New Issue
Block a user