This commit is contained in:
VerySoft
2023-06-25 22:20:21 -04:00
parent b3b2670b55
commit f12e8fc129
6 changed files with 22609 additions and 1349 deletions
+2 -1
View File
@@ -212,7 +212,8 @@
)
lateload_redgate = list(
list("Teppi Ranch")
list("Teppi Ranch"),
list("Innland")
)
lateload_gb_north = list(
+12 -7
View File
@@ -260,17 +260,22 @@
name = "Redgate Destination"
z = Z_LEVEL_REDGATE
/datum/map_template/common_lateload/redgate/teppi_ranch
name = "Teppi Ranch"
desc = "Looks like a cave with some grass in it."
mappath = 'maps/redgate/teppiranch.dmm'
associated_map_datum = /datum/map_z_level/common_lateload/redgate_destination
/datum/map_template/common_lateload/redgate/grasscave/on_map_loaded(z)
/datum/map_template/common_lateload/redgate/on_map_loaded(z)
. = ..()
new /datum/random_map/automata/cave_system/no_cracks(null, 3, 3, Z_LEVEL_REDGATE, world.maxx, world.maxy)
new /datum/random_map/noise/ore(null, 1, 1, Z_LEVEL_REDGATE, 64, 64)
/datum/map_template/common_lateload/redgate/teppi_ranch
name = "Teppi Ranch"
desc = "An abandoned teppi ranch!"
mappath = 'maps/redgate/teppiranch.dmm'
associated_map_datum = /datum/map_z_level/common_lateload/redgate_destination
/datum/map_template/common_lateload/redgate/innland
name = "Innland"
desc = "Caves and grass and a tavern, woah!"
mappath = 'maps/redgate/innland.dmm'
associated_map_datum = /datum/map_z_level/common_lateload/redgate_destination
//////////////////////////////////////////////////////////////////////////////////////
// Admin-use z-levels for loading whenever an admin feels like
File diff suppressed because it is too large Load Diff
+1751 -1339
View File
File diff suppressed because it is too large Load Diff
@@ -168,7 +168,8 @@
)
lateload_redgate = list(
list("Teppi Ranch")
list("Teppi Ranch"),
list("Innland")
)
ai_shell_restricted = TRUE
+2 -1
View File
@@ -199,7 +199,8 @@
)
lateload_redgate = list(
list("Teppi Ranch")
list("Teppi Ranch"),
list("Innland")
)
ai_shell_restricted = TRUE