summaryrefslogtreecommitdiff
path: root/durt/nodes/(-3820,18,-4730).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(-3820,18,-4730).lua')
-rw-r--r--durt/nodes/(-3820,18,-4730).lua8
1 files changed, 2 insertions, 6 deletions
diff --git a/durt/nodes/(-3820,18,-4730).lua b/durt/nodes/(-3820,18,-4730).lua
index cd90f80..41396be 100644
--- a/durt/nodes/(-3820,18,-4730).lua
+++ b/durt/nodes/(-3820,18,-4730).lua
@@ -1,7 +1,3 @@
-if (atc_arrow and event.type == "train" and get_rc() == "sfh_shunt") then
- setstate("SFH-T1-N", "st")
- atc_send("B0")
- interrupt(8, "proceed")
-elseif (event.type == "interrupt") then
- atc_send("R S2")
+if event.train and atc_arrow and get_rc() == "sfh_shunt" then
+ setstate("SFH-T1-N", "st") atc_send("B0WRD1S3")
end \ No newline at end of file