summaryrefslogtreecommitdiff
path: root/subway/nodes/(-671,8,-495).lua
blob: a9393d6669690e09c91625cf6b725615848a86fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if S.line[atc_id]=="4" then
  F.stn("Hts3W", "Spn4W", "Gpl4W", "R")
  if depart then
    setstate("Spn4ups", "cr")
    --setstate("Trp3ECross", "red")
  end
else
  F.stn("Hts3W", "Spn3W", "Trp3W", "R")
  atc_set_text_outside("Line 3 - Clockwise Ring Line")
  if depart then
    setstate("Spn4ups", "st")
  end
end