From 34fe0d5ffd14919fdb9495e45cfca294b248eefb Mon Sep 17 00:00:00 2001 From: autocommitter Date: Sun, 3 Nov 2024 00:00:02 +0100 Subject: State at 2024-11-03 --- durt/nodes/(-4125,13,-5731).lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'durt/nodes/(-4125,13,-5731).lua') diff --git a/durt/nodes/(-4125,13,-5731).lua b/durt/nodes/(-4125,13,-5731).lua index c3fcc71..3a8d669 100644 --- a/durt/nodes/(-4125,13,-5731).lua +++ b/durt/nodes/(-4125,13,-5731).lua @@ -1,4 +1,5 @@ -- Automatic bouncer for headshunts, assuming longer headshunt than train length. Arrow points into headshunt +-- Modified to bounce all trains. RC Removal still works though local rev_rc = "DLG_HS_N" local rm_rc = true local autocouple = "DLG_HS_N_AC" @@ -26,10 +27,10 @@ if event.train then return end - if not F.has_rc(rev_rc) then --not our train. disregard - atc_set_ars_disable(false) - return - end +-- if not F.has_rc(rev_rc) then --not our train. disregard +-- atc_set_ars_disable(false) +-- return +-- end if rm_rc then F.remove_rc({rev_rc}) end schedule_in(";01",atc_id) return -- cgit v1.2.3