--Yard Exit
--arrow points away from yard
if S.yard_active == true then
	if atc_arrow then --exiting yard after shunt sequence
		set_rc(S.rc)
		S.yard_active = nil
		S.rc = nil
		S.first_pass = nil
		S.exiting = nil
		unset_autocouple()
	end
end