mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: wrong popup dealing in minigame (#4135)
This commit is contained in:
parent
6f586b0ab9
commit
9abc30dbdb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user