VS Last changes

This commit is contained in:
2026-03-11 15:47:12 -04:00
parent 75403e7c1d
commit 71f755e1bf
15 changed files with 60 additions and 52 deletions
-1
View File
@@ -370,7 +370,6 @@ func take_damage(amount: float) -> void:
current_health -= amount
AudioManager.play("enemy_hit")
EventBus.boss_health_changed.emit(current_health, max_health, "THE RELAY")
if current_health <= 5.0 and _phase != Phase.CLIMAX:
_enter_climax()