summaryrefslogtreecommitdiff
path: root/durt/nodes/(-638,26,2475).lua
blob: 2b808a1d2525ce1ac5b3d06bb9d6937ecbfd624f (plain)
1
--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