1
0
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:
guoh064
2024-08-30 17:49:59 +08:00
committed by GitHub
parent 6f586b0ab9
commit 9abc30dbdb

View File

@@ -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