VS Last changes
This commit is contained in:
@@ -320,7 +320,6 @@ func take_damage(amount: float) -> void:
|
||||
return # already dying
|
||||
current_health -= amount
|
||||
_flash_timer = 0.1
|
||||
EventBus.boss_health_changed.emit(maxf(current_health, 0.0), max_health, "THE SUPERVISOR")
|
||||
if current_health <= 0.0:
|
||||
_enter_climax()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user