summaryrefslogtreecommitdiff
path: root/subway/nodes/(-648,5,-287).lua
blob: 88f9ae5c0d7d4e565177fd09f12795c95e830e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--if S.line[atc_id]=="7" then
--  F.stn("Stn2N", "Cat7N", "Bld7E", "L")
--  if depart then
--    setstate("Cat2NDivOut", "cr")
--  end
--else
  F.stn("Stn2N", "Cat2N", "Dca2N", "L")
  if depart then
    setstate("Cat2NDivOut", "st")
    interrupt_pos(POS(-649,9,-283), "pass")
  end
--end