mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Fix: Handle battle pass after combat
This commit is contained in:
parent
3566ff0302
commit
45a6cb668f
@ -181,6 +181,9 @@ class Combat(CombatInteract, CombatPrepare, CombatState, CombatTeam, CombatSuppo
|
||||
is_executing = False
|
||||
if self.handle_combat_state():
|
||||
continue
|
||||
# Battle pass popup appears just after combat finished and before blessings
|
||||
if self.handle_battle_pass_notification():
|
||||
continue
|
||||
|
||||
def _combat_can_again(self) -> bool:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user