--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