mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Fix: Handle blessing during rogue walk
This commit is contained in:
parent
7009f492c0
commit
a6546fdc5f
@ -34,6 +34,11 @@ class RouteBase(RouteBase_, RogueExit, RogueEvent, RogueReward):
|
||||
def combat_execute(self, expected_end=None):
|
||||
return super().combat_execute(expected_end=self.combat_expected_end)
|
||||
|
||||
def walk_additional(self) -> bool:
|
||||
if self.handle_blessing_popup():
|
||||
return True
|
||||
return super().walk_additional()
|
||||
|
||||
def handle_blessing(self):
|
||||
"""
|
||||
Returns:
|
||||
|
Loading…
Reference in New Issue
Block a user