1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Fix: Retry interval in OS storage and map_exit

This commit is contained in:
LmeSzinc
2021-08-25 01:27:34 +08:00
parent b510203942
commit 625602d028
2 changed files with 14 additions and 6 deletions

View File

@@ -120,8 +120,10 @@ class OSMapOperation(MapOrderHandler, MissionHandler, PortHandler, StorageHandle
if self.appear_then_click(MAP_EXIT, offset=(20, 20), interval=5):
continue
if self.handle_popup_confirm('MAP_EXIT'):
self.interval_reset(MAP_EXIT)
continue
if self.handle_map_event():
self.interval_reset(MAP_EXIT)
changed = True
continue