mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: Handle character died (#317)
This commit is contained in:
parent
7820756321
commit
14e3a9a73a
@ -265,8 +265,12 @@ class Combat(CombatInteract, CombatPrepare, CombatState, CombatTeam, CombatSuppo
|
|||||||
self.device.click(COMBAT_EXIT)
|
self.device.click(COMBAT_EXIT)
|
||||||
self.interval_reset(COMBAT_AGAIN)
|
self.interval_reset(COMBAT_AGAIN)
|
||||||
continue
|
continue
|
||||||
|
# Dropped light cone from weekly
|
||||||
if self.handle_get_light_cone():
|
if self.handle_get_light_cone():
|
||||||
continue
|
continue
|
||||||
|
# Having any character died
|
||||||
|
if self.handle_popup_confirm():
|
||||||
|
continue
|
||||||
|
|
||||||
def combat_exit(self, skip_first_screenshot=True):
|
def combat_exit(self, skip_first_screenshot=True):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user