summaryrefslogtreecommitdiff
path: root/Tyard/nodes/(-4028,12,-2731).lua
diff options
context:
space:
mode:
Diffstat (limited to 'Tyard/nodes/(-4028,12,-2731).lua')
-rw-r--r--Tyard/nodes/(-4028,12,-2731).lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tyard/nodes/(-4028,12,-2731).lua b/Tyard/nodes/(-4028,12,-2731).lua
deleted file mode 100644
index b04ffad..0000000
--- a/Tyard/nodes/(-4028,12,-2731).lua
+++ /dev/null
@@ -1 +0,0 @@
---South pickup splitter local dir = "S" local lane = 0 --nothing below this line should indicate a hard direction --should be able to convert to function using only above args -------------------------------------------------- if S.yard_active then if atc_arrow then if S.dir == dir then set_route("TY"..dir.."_"..lane, "HEADSHUNT") local plen = train_length() local rc = split_at_fc("B0") local trc = "TY"..dir.."_"..rc if plen == train_length() and (rc == "" or S.rc:match(trc)) then S.exiting = true end if rc and rc ~= "" then set_rc("TY"..dir.."_"..rc) else set_rc(S.rc) S.exiting = true end else -- if S.dir ~= dir if S.RTS then -- loop around to other HS S.RTS = nil set_route("TY"..dir.."_"..lane,"AROUND") split_off_locomotive("B0") set_rc("AROUND_"..S.dir) return else atc_send("B0WRS4") end end end -- nothing to do if train goes against arrow end \ No newline at end of file