summaryrefslogtreecommitdiff
path: root/durt/nodes/(-549,26,2478).lua
blob: 90eb7a9af30a04c6fb6fe0a38767988123a96637 (plain)
1
--LOCO SPLITTER
local lane = 4
if S.yard_active then
	if not S.first_pass then
		S.first_pass = true
		set_route("CANNERY_E"..lane,"HEADSHUNT")
		split_off_locomotive("B0")
		set_rc("AROUND")
	else
	-- has collected wagons, now bounce back to sorting splitter
		atc_send("B0WRD1S4")
	end
end