summaryrefslogtreecommitdiff
path: root/durt/nodes/(-2077,19,707).lua
blob: e5cef53187110f361f24a9bc3813a0b788faa99b (plain)
1
2
3
4
5
6
7
-- clean up loose RCs
-- step the FC forward in preparation for the auto yard
if event.train and atc_arrow then 
	if F.has_rc("ARC_AUTO") then
		step_fc()
	end
end