diff options
-rw-r--r-- | subway/nodes/(-531,5,-784).lua | 1 | ||||
-rw-r--r-- | subway/nodes/(305,9,22).lua | 3 | ||||
-rw-r--r-- | subway/nodes/(305,9,34).lua | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/subway/nodes/(-531,5,-784).lua b/subway/nodes/(-531,5,-784).lua new file mode 100644 index 0000000..08fa975 --- /dev/null +++ b/subway/nodes/(-531,5,-784).lua @@ -0,0 +1 @@ +F.stat("Line 6", false)
\ No newline at end of file diff --git a/subway/nodes/(305,9,22).lua b/subway/nodes/(305,9,22).lua index 4328fe2..7a165ab 100644 --- a/subway/nodes/(305,9,22).lua +++ b/subway/nodes/(305,9,22).lua @@ -1,2 +1,3 @@ F.stn("Lks5R", "Rru5W", "Tha5W", "L") -S.line[atc_id]="5"
\ No newline at end of file +S.line[atc_id]="5" +F.stat("Line 5", false)
\ No newline at end of file diff --git a/subway/nodes/(305,9,34).lua b/subway/nodes/(305,9,34).lua index e7abef3..48e3eef 100644 --- a/subway/nodes/(305,9,34).lua +++ b/subway/nodes/(305,9,34).lua @@ -1 +1 @@ -F.stat("Line 1")
\ No newline at end of file +F.stat("Line 1", false)
\ No newline at end of file |