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

Fix: Increase interval of GET_SHIP to stagger clicks

This commit is contained in:
LmeSzinc
2022-02-07 23:28:36 +08:00
parent 8bd650d02c
commit f891689bee

View File

@@ -283,7 +283,7 @@ class UI(InfoHandler):
return True
if self.appear_then_click(GET_ITEMS_1, offset=(30, 30), interval=3):
return True
if self.appear_then_click(GET_SHIP, interval=3):
if self.appear_then_click(GET_SHIP, interval=5):
return True
if self.appear_then_click(LOGIN_RETURN_SIGN, offset=(30, 30), interval=3):
return True