diff options
-rw-r--r-- | durt/nodes/(-2204,8,-651).lua | 1 | ||||
-rw-r--r-- | durt/nodes/(-2204,8,-676).lua | 1 | ||||
-rw-r--r-- | durt/nodes/(-2209,9,-651).lua | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/durt/nodes/(-2204,8,-651).lua b/durt/nodes/(-2204,8,-651).lua index 1607eaf..d8539fb 100644 --- a/durt/nodes/(-2204,8,-651).lua +++ b/durt/nodes/(-2204,8,-651).lua @@ -21,7 +21,6 @@ if event.train and atc_arrow then --else loco has returned from runaround F.remove_rc(cmd) -- remove runaround RCs atc_send("S0WRS1") --reverse the train and creep towards the other departure signal - step_fc() --step the fc forward to be ready for the autoyard return end
\ No newline at end of file diff --git a/durt/nodes/(-2204,8,-676).lua b/durt/nodes/(-2204,8,-676).lua index f4a3fe5..834ba6c 100644 --- a/durt/nodes/(-2204,8,-676).lua +++ b/durt/nodes/(-2204,8,-676).lua @@ -3,6 +3,7 @@ local ind = POS(-2209,8,-651) -- IMPORTANT NB: remember to update this if you mo local print_notification = true local function send_train() set_rc("FREIGHT BYARD_NOID_SHUTTLE BYARD BY_COLLECT_NOID BY_RTS NIDTH NOIDEA IND TREES") -- RC string to overwrite when departing for the autoyard, remember to include the return RCs as well + step_fc() --step the fc forward to be ready for the autoyard atc_send("A1SM") F.indicator(ind,false) end diff --git a/durt/nodes/(-2209,9,-651).lua b/durt/nodes/(-2209,9,-651).lua index 391fab3..fdf1611 100644 --- a/durt/nodes/(-2209,9,-651).lua +++ b/durt/nodes/(-2209,9,-651).lua @@ -4,7 +4,7 @@ local users = { "Maverick2797" } if event.punch then -for _,name in pairs(users) do -if event.name==name then interrupt_pos(POS(-2204,8,-676),"notify") return end -end + for _,name in pairs(users) do + if event.name==name then interrupt_pos(POS(-2204,8,-676),"notify") return end + end end
\ No newline at end of file |