We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9454d commit a4fd8c1Copy full SHA for a4fd8c1
1 file changed
module/minigame/minigame.py
@@ -196,6 +196,10 @@ def run(self):
196
if self.ui_page_appear(page_academy, interval=5):
197
self.device.click(ACADEMY_GOTO_GAME_ROOM)
198
continue
199
+ # You've reached your monthly limit of Game Tickets, and will not be able to earn any more.
200
+ # Continue playing the minigame?
201
+ if self.handle_popup_confirm('MINIGAME_ENTER'):
202
+ continue
203
204
# game room and choose game have same header, go to game room first
205
self.go_to_main_page()
0 commit comments