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
@@ -371,7 +371,6 @@ func take_damage(amount: float) -> void:
current_health -= amount
_flash_timer = 0.1
AudioManager.play("enemy_hit")
EventBus.boss_health_changed.emit(maxf(current_health, 0.0), max_health, "THE WARDEN")
if current_health <= 0.0:
_enter_climax()