summaryrefslogtreecommitdiff
path: root/Crossroads/init_code.lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 15:03:17 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 15:03:17 +0200
commitb9f2668f2a5c348cd927530f87e245f25ed41a6b (patch)
treed1247f4bf8313d54a56f4af29d6c01944f8a3bac /Crossroads/init_code.lua
parent08b2223c5d433a08b72f68754af480c515094079 (diff)
downloadluaatc_envs-b9f2668f2a5c348cd927530f87e245f25ed41a6b.tar.gz
luaatc_envs-b9f2668f2a5c348cd927530f87e245f25ed41a6b.tar.bz2
luaatc_envs-b9f2668f2a5c348cd927530f87e245f25ed41a6b.zip
State at 2023-11-23
Diffstat (limited to 'Crossroads/init_code.lua')
-rw-r--r--Crossroads/init_code.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/Crossroads/init_code.lua b/Crossroads/init_code.lua
index 7e0d79c..8c71d8e 100644
--- a/Crossroads/init_code.lua
+++ b/Crossroads/init_code.lua
@@ -457,8 +457,9 @@ F.stnlist = {
scc = "Silver Coast Central",
scn = "Silver Coast North",
scs = "Silver Coast South",
- ["SWALD-stn"] = "Sakurawäldle",
["SWALD-south"] = "Sakurawäldle Süd",
+ ["SWALD-stn"] = "Sakurawäldle",
+ ["SWALD-west"] = "Sakurawäldle West",
thecube = "The Cube",
}
@@ -544,8 +545,8 @@ F.lines = {
ring = false,
rtt = 600,
interval = 300,
- [1] = { {"SWALD-south", "1", 45}, {"SWALD-stn", "N", 85}, {"krasnograd", "W", 195}, {"NRG-pek", "W", 235}, {"NRG-CW", "S", 280}, {"NRG-krstr", "S", 310}, {"NRG-yard", "W", 340}, },
- [2] = { {"NRG-yard", "W", 340}, {"NRG-krstr", "N", 370}, {"NRG-CW", "N", 400}, {"NRG-pek", "E", 440}, {"krasnograd", "E", 495}, {"SWALD-stn", "S", 605}, {"SWALD-south", "1", 645}, },
+ [1] = { {"SWALD-south", "1", 45}, {"SWALD-stn", "N", 85}, {"SWALD-west", "W", 115}, {"krasnograd", "W", 195}, {"NRG-pek", "W", 235}, {"NRG-CW", "S", 280}, {"NRG-krstr", "S", 310}, {"NRG-yard", "W", 340}, },
+ [2] = { {"NRG-yard", "W", 340}, {"NRG-krstr", "N", 370}, {"NRG-CW", "N", 400}, {"NRG-pek", "E", 440}, {"krasnograd", "E", 495}, {"SWALD-west", "E", 575}, {"SWALD-stn", "S", 605}, {"SWALD-south", "1", 645}, },
},
}