2026-01-24 12:18:36 +00:00
|
|
|
extends Station
|
2026-01-21 00:54:01 +00:00
|
|
|
|
|
|
|
|
func _ready() -> void:
|
2026-01-21 16:11:25 +00:00
|
|
|
%PlayerDetect.body_entered.connect(func(body):
|
|
|
|
|
if visible and body is PlayerController:
|
2026-06-03 12:40:20 +00:00
|
|
|
State.active_room.save_game.subway_burnout = false
|
2026-01-21 16:11:25 +00:00
|
|
|
await Main.curtain.black()
|
2026-06-03 12:40:20 +00:00
|
|
|
State.active_room.proceed.emit(Main.adulthood_room_path))
|