Squashed commit

This commit is contained in:
Jennie Robinson Faber 2026-05-17 19:20:58 +01:00
parent c713781de4
commit c3d8ff6989
14 changed files with 308 additions and 120 deletions

View file

@ -60,6 +60,7 @@ func _on_area_3d_area_entered(area: Area3D) -> void:
if final_progress > 0.49:
return
_saved = true
EventBus.survivor_entered_elevator.emit()
queue_free(),
CONNECT_ONE_SHOT
)