diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:51:45 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:51:45 +0200 |
commit | 0b14726c5539782a60d2f4beaed2cfca74a50f7a (patch) | |
tree | 1de6e16c565f7bb9806552fc587d7eac870b6b00 /ocean_city | |
download | luaatc_envs-0b14726c5539782a60d2f4beaed2cfca74a50f7a.tar.gz luaatc_envs-0b14726c5539782a60d2f4beaed2cfca74a50f7a.tar.bz2 luaatc_envs-0b14726c5539782a60d2f4beaed2cfca74a50f7a.zip |
State at 2019-12-13
Diffstat (limited to 'ocean_city')
-rw-r--r-- | ocean_city/init_code.lua | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ocean_city/init_code.lua b/ocean_city/init_code.lua new file mode 100644 index 0000000..8437835 --- /dev/null +++ b/ocean_city/init_code.lua @@ -0,0 +1,19 @@ +-- + +local subway_station = {} + +subway_station[1] = "OCP Ministore" +subway_station[2] = "Mushroom Market" +subway_station[3] = "Beach" +subway_station[4] = "Zoo / Public Mine" +subway_station[5] = "Public Farm" +subway_station[6] = "OCP ministore" +subway_station[7] = "Station" +subway_station[8] = "Express Station" +subway_station[9] = "City Hall" + +S.subway_stations = subway_stations + +local setze_texte = function (index) + local neuer_ort +end
\ No newline at end of file |