mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Handle popup when exiting elite domain
This commit is contained in:
parent
4cac7d07db
commit
2041fe8a74
@ -50,3 +50,5 @@ class RogueExit(CombatInteract):
|
|||||||
if self.appear(ROGUE_REPORT, interval=2):
|
if self.appear(ROGUE_REPORT, interval=2):
|
||||||
self.device.click(BLESSING_CONFIRM)
|
self.device.click(BLESSING_CONFIRM)
|
||||||
continue
|
continue
|
||||||
|
if self.handle_popup_confirm():
|
||||||
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user