summaryrefslogtreecommitdiff
path: root/subway/nodes/(-1045,46,-655).lua
blob: 1d8b34140bca706be1f204387af61c1b775c030b (plain)
1
2
3
4
5
6
7
8
9
if not atc_arrow then
if S.line[atc_id]=="MRD" then
setstate("MRS2", "cr")
setstate("MRS1", "st")
else
setstate("MRS2", "st")
setstate("MRS3", "st")
end
end