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

Fix: Increase retry interval of buying Akashi's shop and MAP_GOTO_GLOBE for potato PCs

This commit is contained in:
LmeSzinc
2022-02-12 17:13:50 +08:00
parent fa4d70ccbf
commit f8800d2567
3 changed files with 8 additions and 9 deletions

View File

@@ -100,10 +100,10 @@ class OSAsh(UI, MapEventHandler):
else:
self.device.screenshot()
if self.appear_then_click(MAP_GOTO_GLOBE, offset=offset, interval=3):
if self.appear_then_click(MAP_GOTO_GLOBE, offset=offset, interval=5):
confirm_timer.reset()
continue
if self.appear_then_click(ASH_ENTRANCE, offset=offset, interval=3):
if self.appear_then_click(ASH_ENTRANCE, offset=offset, interval=5):
confirm_timer.reset()
continue
if self._handle_ash_beacon_reward():