diff options
Diffstat (limited to 'Crossroads')
-rw-r--r-- | Crossroads/init_code.lua | 7 | ||||
-rw-r--r-- | Crossroads/nodes/(2578,12,8138).lua | 1 | ||||
-rw-r--r-- | Crossroads/nodes/(2587,12,8135).lua | 1 |
3 files changed, 6 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}, }, }, } diff --git a/Crossroads/nodes/(2578,12,8138).lua b/Crossroads/nodes/(2578,12,8138).lua new file mode 100644 index 0000000..b4c3984 --- /dev/null +++ b/Crossroads/nodes/(2578,12,8138).lua @@ -0,0 +1 @@ +F.stn2gen("SWALD-west", "W", "R")
\ No newline at end of file diff --git a/Crossroads/nodes/(2587,12,8135).lua b/Crossroads/nodes/(2587,12,8135).lua new file mode 100644 index 0000000..1400ef1 --- /dev/null +++ b/Crossroads/nodes/(2587,12,8135).lua @@ -0,0 +1 @@ +F.stn2gen("SWALD-west", "E", "R")
\ No newline at end of file |