diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:41 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:41 +0200 |
commit | d4d35c0304fae463e87508662e7f88323b78be52 (patch) | |
tree | 49882d1732de222d17732d30a6a8669df71a86c3 /Tyard | |
parent | f58c074ba01ae06fca564e2f0a0eb63d4f2a6e5a (diff) | |
download | luaatc_envs-d4d35c0304fae463e87508662e7f88323b78be52.tar.gz luaatc_envs-d4d35c0304fae463e87508662e7f88323b78be52.tar.bz2 luaatc_envs-d4d35c0304fae463e87508662e7f88323b78be52.zip |
State at 2021-04-09
Diffstat (limited to 'Tyard')
-rw-r--r-- | Tyard/init_code.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tyard/init_code.lua b/Tyard/init_code.lua index 91bf2b0..99b63e4 100644 --- a/Tyard/init_code.lua +++ b/Tyard/init_code.lua @@ -2,4 +2,4 @@ S.single_dir = true -F.EOL = function(direction,lane)
if S.yard_active then
if S.dir == direction then
if atc_arrow then
if not S.exiting then
--return to PICKUP via headshunt
split_off_locomotive("B0WR")
set_rc("PICKUP")
set_route("TY"..direction.."_"..lane, "HEADSHUNT")
else
--if S.exiting then loco has already sorted to correct lane for departure
--S.exiting set by the pickup track
set_rc(S.rc)
set_route("TY"..direction.."_"..lane, "EXIT")
S.exiting = nil
end
end
else -- preparing for bi-directional. also EOL Bounce
atc_send("B0WD1RS4")
end
end
end
\ No newline at end of file +F.EOL = function(direction,lane)
if S.yard_active then
if S.dir == direction then
if atc_arrow then
if not S.exiting then
--return to PICKUP via headshunt
split_off_locomotive("B0WR")
set_rc("PICKUP")
set_route("TY"..direction.."_"..lane, "HEADSHUNT")
else
--if S.exiting then loco has already sorted to correct lane for departure
--S.exiting set by the pickup track
set_rc(S.rc)
set_route("TY"..direction.."_"..lane, "EXIT")
S.exiting = nil
end
end
else -- preparing for bi-directional. also EOL Bounce
atc_send("B0WD1RS4")
end
end
end
\ No newline at end of file |