summaryrefslogtreecommitdiff
path: root/durt/nodes/(-1419,11,-2545).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(-1419,11,-2545).lua')
-rw-r--r--durt/nodes/(-1419,11,-2545).lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/durt/nodes/(-1419,11,-2545).lua b/durt/nodes/(-1419,11,-2545).lua
index 7926f0b..36c4310 100644
--- a/durt/nodes/(-1419,11,-2545).lua
+++ b/durt/nodes/(-1419,11,-2545).lua
@@ -6,11 +6,12 @@ if not atc_arrow then -- loco has rejoined from headshunt
return
end
-local fc = split_at_fc("A0B0",1) or "DEPART" --should be either SAND_RAMP or DIRT_LOAD. anything else goes to departures
+local fc = split_at_fc("A0B0",2) or "DEPART" --should be either SAND_RAMP or DIRT_LOAD. anything else goes to departures
F.add_rc({
"S27_EXP_HS_N",
"S27_EXP_DIR_"..fc
})
if fc == "DEPART" then
F.add_rc("S27_EXP_HS_N_AC")
-end \ No newline at end of file
+end
+atc_send("S3") \ No newline at end of file