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