diff options
Diffstat (limited to 'durt/nodes')
-rw-r--r-- | durt/nodes/(-4129,9,-5588).lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/durt/nodes/(-4129,9,-5588).lua b/durt/nodes/(-4129,9,-5588).lua index 3c66810..ff80009 100644 --- a/durt/nodes/(-4129,9,-5588).lua +++ b/durt/nodes/(-4129,9,-5588).lua @@ -20,7 +20,11 @@ if event.train then atc_send("S3") end else - if tostring(get_rc() or ""):match("DLG_shunt") then atc_send("S3D5S0WRD1S3") end + if tostring(get_rc() or ""):match("DLG_shunt") then + atc_send("S3D5S0WRD1S3") + else + atc_send("SM") + end end end |