1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +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

@@ -280,7 +280,7 @@ class GlobeOperation(ActionPointHandler, MapEventHandler):
else:
self.device.screenshot()
if self.appear_then_click(MAP_GOTO_GLOBE, offset=(200, 5), interval=2):
if self.appear_then_click(MAP_GOTO_GLOBE, offset=(200, 5), interval=5):
click_count += 1
if click_count >= 5:
# When there's zone exploration reward, AL just don't let you go.