From 2cf17c94b1b6d6131bbabdee27bf2258932cf023 Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 23 Dec 2024 00:00:02 +0100 Subject: State at 2024-12-23 --- auto_yards/nodes/(-4148,13,-5844).lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'auto_yards/nodes') diff --git a/auto_yards/nodes/(-4148,13,-5844).lua b/auto_yards/nodes/(-4148,13,-5844).lua index 06ab20e..18e89c5 100644 --- a/auto_yards/nodes/(-4148,13,-5844).lua +++ b/auto_yards/nodes/(-4148,13,-5844).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_S" local rm_rc = true local autocouple = "DLG_HS_S_AC" @@ -22,10 +23,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