diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:01:29 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:01:29 +0200 |
commit | 18f1bb44aaa3c2953d4b86fe7e1484a6af4adc84 (patch) | |
tree | b9d5298b27a7a9ed1e4468453a2195c8754819c5 /subway | |
parent | 503250060fbbe509715ae87a3a1b585ae2996059 (diff) | |
download | luaatc_envs-18f1bb44aaa3c2953d4b86fe7e1484a6af4adc84.tar.gz luaatc_envs-18f1bb44aaa3c2953d4b86fe7e1484a6af4adc84.tar.bz2 luaatc_envs-18f1bb44aaa3c2953d4b86fe7e1484a6af4adc84.zip |
State at 2023-09-04
Diffstat (limited to 'subway')
-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 |