mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 05:29:42 +08:00
Fix: potato pc may encounter ui_additional clauses during collect
This commit is contained in:
@@ -429,6 +429,9 @@ class RewardCommission(UI, InfoHandler):
|
|||||||
if click_timer.reached() and self.appear_then_click(REWARD_GOTO_COMMISSION, offset=(20, 20)):
|
if click_timer.reached() and self.appear_then_click(REWARD_GOTO_COMMISSION, offset=(20, 20)):
|
||||||
click_timer.reset()
|
click_timer.reset()
|
||||||
continue
|
continue
|
||||||
|
if click_timer.reached() and self.ui_additional():
|
||||||
|
click_timer.reset()
|
||||||
|
continue
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if self.appear(COMMISSION_CHECK, offset=(20, 20)):
|
if self.appear(COMMISSION_CHECK, offset=(20, 20)):
|
||||||
|
|||||||
Reference in New Issue
Block a user