mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 06:28:03 +08:00
Fix: TooManyClickError on REWARD_RECEIVE_SP
This commit is contained in:
parent
5e0f3872b5
commit
b296d6a27f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user