From 2041fe8a749d387cb57a242aa9653b18015500a5 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Sun, 1 Oct 2023 19:17:16 +0800 Subject: [PATCH] Fix: Handle popup when exiting elite domain --- tasks/rogue/route/exit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/rogue/route/exit.py b/tasks/rogue/route/exit.py index 448272a66..e16802bad 100644 --- a/tasks/rogue/route/exit.py +++ b/tasks/rogue/route/exit.py @@ -50,3 +50,5 @@ class RogueExit(CombatInteract): if self.appear(ROGUE_REPORT, interval=2): self.device.click(BLESSING_CONFIRM) continue + if self.handle_popup_confirm(): + continue