Fix: Set combat_wave_cost to 40 before every combat

This commit is contained in:
LmeSzinc 2024-07-03 22:13:21 +08:00
parent f04ddac9ef
commit 96cfe4f8d4
2 changed files with 2 additions and 0 deletions

View File

@ -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():

View File

@ -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