mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Offmap housecleaning
Tweaks a couple things relating to gateway and redgate maps Renames all of the map templates to have Gateway or Redgate prefixes, that way it's more clear what they are intended for when referred to in game Removes 'Abandoned Island' from the redgate rotation pending a redesign. Also touches up a couple things with it. Makes a 140x140 compatible version of the zoo gateway map. Does not add this to rotation for now, I would like to further revamp this later.
This commit is contained in:
@@ -197,13 +197,13 @@
|
||||
)
|
||||
|
||||
lateload_gateway = list(
|
||||
list("Carp Farm"),
|
||||
list("Snow Field"),
|
||||
list("Listening Post"),
|
||||
list(list("Honleth Highlands A", "Honleth Highlands B")),
|
||||
list("Arynthi Lake Underground A","Arynthi Lake A"),
|
||||
list("Arynthi Lake Underground B","Arynthi Lake B"),
|
||||
list("Wild West")
|
||||
list("Gateway - Carp Farm"),
|
||||
list("Gateway - Snow Field"),
|
||||
list("Gateway - Listening Post"),
|
||||
list(list("Gateway - Honleth Highlands A", "Gateway - Honleth Highlands B")),
|
||||
list("Gateway - Arynthi Lake Underground A","Gateway - Arynthi Lake A"),
|
||||
list("Gateway - Arynthi Lake Underground B","Gateway - Arynthi Lake B"),
|
||||
list("Gateway - Wild West")
|
||||
)
|
||||
|
||||
lateload_overmap = list(
|
||||
@@ -211,13 +211,13 @@
|
||||
)
|
||||
|
||||
lateload_redgate = list(
|
||||
list("Teppi Ranch"),
|
||||
list("Innland"),
|
||||
list("Abandoned Island"),
|
||||
list("Dark Adventure"),
|
||||
list("Eggnog Town Underground","Eggnog Town"),
|
||||
list("Star Dog"),
|
||||
list("Hotsprings")
|
||||
list("Redgate - Teppi Ranch"),
|
||||
list("Redgate - Innland"),
|
||||
// list("Redgate - Abandoned Island"), //This will come back later
|
||||
list("Redgate - Dark Adventure"),
|
||||
list("Redgate - Eggnog Town Underground","Redgate - Eggnog Town"),
|
||||
list("Redgate - Star Dog"),
|
||||
list("Redgate - Hotsprings")
|
||||
)
|
||||
|
||||
lateload_gb_north = list(
|
||||
|
||||
Reference in New Issue
Block a user