diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-11-03 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-11-03 00:00:02 +0100 |
commit | 34fe0d5ffd14919fdb9495e45cfca294b248eefb (patch) | |
tree | b2bf1918d24e8b8adf4a5188d22bb5d12d9b297c /durt/nodes/(-4125,13,-5731).lua | |
parent | 91cc36ecd4e2c68040642dbaf0b0dc46106df61c (diff) | |
download | luaatc_envs-34fe0d5ffd14919fdb9495e45cfca294b248eefb.tar.gz luaatc_envs-34fe0d5ffd14919fdb9495e45cfca294b248eefb.tar.bz2 luaatc_envs-34fe0d5ffd14919fdb9495e45cfca294b248eefb.zip |
State at 2024-11-03
Diffstat (limited to 'durt/nodes/(-4125,13,-5731).lua')
-rw-r--r-- | durt/nodes/(-4125,13,-5731).lua | 9 |
1 files changed, 5 insertions, 4 deletions
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 |