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

Fix: TooManyClickError on REWARD_RECEIVE_SP

This commit is contained in:
LmeSzinc
2022-06-09 21:09:54 +08:00
parent 5e0f3872b5
commit b296d6a27f

View File

@@ -73,7 +73,7 @@ class BattlePass(Combat, UI):
confirm_timer.reset()
continue
if self.appear(REWARD_RECEIVE_SP, offset=(20, 20), interval=2) \
and REWARD_RECEIVE_SP.match_appear_on(self.device.image):
and REWARD_RECEIVE_SP.match_appear_on(self.device.image, threshold=15):
self.device.click(REWARD_RECEIVE_SP)
confirm_timer.reset()
continue