mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: wrong popup dealing in minigame (#4135)
This commit is contained in:
@@ -58,6 +58,8 @@ class MinigameRun(UI):
|
||||
# specific
|
||||
if self.deal_specific_popup():
|
||||
return True
|
||||
if self.handle_popup_confirm('TICKETS_FULL'):
|
||||
return True
|
||||
# coins more than 31, deal popup
|
||||
if self.appear_then_click(COIN_POPUP, offset=(5, 5), interval=3):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user