summaryrefslogtreecommitdiff
path: root/Crossroads/init_code.lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 15:05:40 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 15:05:40 +0200
commitdd68160199be9bd1f0802da1cc774798da0db20f (patch)
treebcab2b2565a8db584d7a6c504819c3031238c27c /Crossroads/init_code.lua
parentd4366b579170c2a3e8ba4c7569a0a3911b06a605 (diff)
downloadluaatc_envs-dd68160199be9bd1f0802da1cc774798da0db20f.tar.gz
luaatc_envs-dd68160199be9bd1f0802da1cc774798da0db20f.tar.bz2
luaatc_envs-dd68160199be9bd1f0802da1cc774798da0db20f.zip
State at 2024-01-30
Diffstat (limited to 'Crossroads/init_code.lua')
-rw-r--r--Crossroads/init_code.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/Crossroads/init_code.lua b/Crossroads/init_code.lua
index 7d1b5ac..5184dec 100644
--- a/Crossroads/init_code.lua
+++ b/Crossroads/init_code.lua
@@ -473,9 +473,9 @@ F.stnlist = {
["SWALD-stn"] = "Sakurawäldle",
["SWALD-west"] = "Sakurawäldle West",
thecube = "The Cube",
- ["TSV-island"] = "Tung Sha Tsuen Island",
- ["TSV-mountain"] = "Tung Sha Tsuen Mountain Cabin",
- ["TSV-pond"] = "Tung Sha Tsuen Pond",
+ ["TSV-island"] = "West Island",
+ ["TSV-mountain"] = "Mountain Cabin",
+ ["TSV-pond"] = "Rexan Road",
["TSV-sharbor"] = "South Harbor",
}
@@ -570,8 +570,8 @@ F.lines = {
[2] = {
{"NRG-yard", "W", 640, dest = "Tung Sha Tsuen\nvia Krasnograd, Sakurawäldle"}, {"NRG-krstr", "N", 670}, {"NRG-CW", "N", 700}, {"NRG-pek", "1", 740},
{"krasnograd", "1", 795, dest = "Tung Sha Tsuen\nvia Sakurawäldle"},
- {"SWALD-west", "E", 875, dest = "Tung Sha Tsuen Pond"}, {"SWALD-stn", "S", 905}, {"SWALD-south", "E", 945}, {"SWALD-harbor", "E", 985},
- {"TSV-mountain", "E", 1090}, {"TSV-island", "E", 1145}, {"TSV-sharbor", "N", 1195}, {"TSV-pond", "T", 1240},
+ {"SWALD-west", "E", 875, dest = "Tung Sha Tsuen\nRexan Road"}, {"SWALD-stn", "S", 905}, {"SWALD-south", "E", 945}, {"SWALD-harbor", "E", 985},
+ {"TSV-mountain", "E", 1090, dest = "Rexan Road"}, {"TSV-island", "E", 1145}, {"TSV-sharbor", "N", 1195}, {"TSV-pond", "T", 1240},
},
},
}