Small overhaul

This commit is contained in:
2026-03-09 21:36:35 -04:00
parent 7d33eddd08
commit 3684517d1b
9 changed files with 182 additions and 29 deletions
+2 -1
View File
@@ -207,7 +207,8 @@ func _die() -> void:
if RunManager.run_active:
RunManager.end_run(false)
else:
# In hub/practice — just heal to full instead of dying
# In hub/practice — signal for practice room handling, then heal
EventBus.practice_player_died.emit()
stats.heal(stats.max_health)
# ---------------------------------------------------------------------------