mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Set combat_wave_cost to 40 before every combat
This commit is contained in:
parent
f04ddac9ef
commit
96cfe4f8d4
@ -168,6 +168,7 @@ class OrnamentCombat(Dungeon, RouteLoader, DungeonState):
|
||||
in: COMBAT_PREPARE
|
||||
out: is_in_main
|
||||
"""
|
||||
self.combat_wave_cost = 40
|
||||
|
||||
@run_once
|
||||
def check_team_prepare():
|
||||
|
@ -84,6 +84,7 @@ class Ornament(OrnamentCombat):
|
||||
self.config.task_stop()
|
||||
|
||||
# Run
|
||||
logger.attr('Ornament_UseStamina', self.config.Ornament_UseStamina)
|
||||
dungeon = DungeonList.find(self.config.Ornament_Dungeon)
|
||||
self.support_once = False
|
||||
self.combat_wave_cost = 40
|
||||
|
Loading…
Reference in New Issue
Block a user