mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 10:01:10 +00:00
Fix: Add handle_blessing_popup in blessing choosing
This commit is contained in:
parent
0f33ba733e
commit
6a8a7d18c8
@ -187,6 +187,9 @@ class RogueBlessingSelector(RogueSelector):
|
|||||||
else:
|
else:
|
||||||
self.main.device.screenshot()
|
self.main.device.screenshot()
|
||||||
|
|
||||||
|
if self.main.handle_blessing_popup():
|
||||||
|
logger.warning('Mistakenly recognized current page as blessing choosing page, quit')
|
||||||
|
return
|
||||||
if is_card_selected(self.main, target, confirm_button=BLESSING_CONFIRM):
|
if is_card_selected(self.main, target, confirm_button=BLESSING_CONFIRM):
|
||||||
if enforce:
|
if enforce:
|
||||||
logger.info("Buff selected (enforce)")
|
logger.info("Buff selected (enforce)")
|
||||||
|
Loading…
Reference in New Issue
Block a user