From 6f2c278bfabb3c9284344484a03364f8a9da3629 Mon Sep 17 00:00:00 2001 From: Tiger Jove Date: Sat, 24 Jan 2026 14:12:31 +0100 Subject: [PATCH] fix: subways couldn't stop at endstation and would travel into limbo --- src/base-environments/transition/code/fahrplan.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base-environments/transition/code/fahrplan.gd b/src/base-environments/transition/code/fahrplan.gd index 05e6eec..911dcf4 100644 --- a/src/base-environments/transition/code/fahrplan.gd +++ b/src/base-environments/transition/code/fahrplan.gd @@ -9,8 +9,8 @@ class_name Fahrplan extends Node3D $parity_square : [["u4", $saint_exupery, "u1", $saint_exupery], []], $saint_exupery : [["u4", $rosenthal], ["u1", $uni_main]], - $ministry : ["", null, "", null], # Endstation - $rosenthal : ["", null, "", null], # Endstation + $ministry : [null, null], # Endstation + $rosenthal : [null, null], # Endstation } ## List of all registered station nodes, used to unparent them