summaryrefslogtreecommitdiff
path: root/auto_yards/nodes/(-2042,19,723).lua
blob: a0d12bd3a3638667d65185fe0049aeb2bfb8ef6d (plain)
1
2
3
4
5
6
7
8
if event.train and atc_arrow then
	F.remove_rc_match("ARC_LOCOS_%S+")
	F.remove_rc_match("ARC_WAGONS_%S+")
	F.remove_rc({
		"ARC_DEPART",
		"ARC_FINAL_COLLECT"
	})
end