mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +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)):
|
||||
click_timer.reset()
|
||||
continue
|
||||
if click_timer.reached() and self.ui_additional():
|
||||
click_timer.reset()
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.appear(COMMISSION_CHECK, offset=(20, 20)):
|
||||
|
||||
Reference in New Issue
Block a user