diff options
Diffstat (limited to 'durt/nodes/(-3525,8,-2281).lua')
-rw-r--r-- | durt/nodes/(-3525,8,-2281).lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/durt/nodes/(-3525,8,-2281).lua b/durt/nodes/(-3525,8,-2281).lua index 6bb5ea1..cb3c02c 100644 --- a/durt/nodes/(-3525,8,-2281).lua +++ b/durt/nodes/(-3525,8,-2281).lua @@ -1,3 +1,8 @@ if event.train then - if not atc_arrow then atc_send("S1B1") end + if not atc_arrow then + atc_send("S1B1") + set_autocouple() + else + digiline_send("lcd",atc_id) + end end
\ No newline at end of file |