mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: Blessing card does not appear to be selected but actually being selected
This commit is contained in:
parent
b0f8f6ea7d
commit
9cdfec81e8
@ -164,7 +164,7 @@ class RogueBlessingSelector(RogueSelector):
|
||||
if self.main.is_page_choose_curio():
|
||||
logger.info("Choose curio page checked")
|
||||
return True
|
||||
if self.main.is_page_choose_blessing() and not is_card_selected(self.main, target, BLESSING_CONFIRM):
|
||||
if self.main.is_page_choose_blessing() and not self._blessing_confirm_appear():
|
||||
logger.info("A new choose blessing page checked")
|
||||
return True
|
||||
if self.main.is_page_event():
|
||||
|
Loading…
Reference in New Issue
Block a user