mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Yeah!
This commit is contained in:
@@ -198,7 +198,8 @@
|
||||
)
|
||||
lateload_gb_south = list(
|
||||
list("Southern Wilds 1"),
|
||||
list("Southern Wilds 2")
|
||||
list("Southern Wilds 2"),
|
||||
list("Southern Wilds 3")
|
||||
)
|
||||
lateload_gb_east = list(
|
||||
list("Eastern Wilds 1"),
|
||||
@@ -496,7 +497,9 @@
|
||||
associated_map_datum = /datum/map_z_level/gb_lateload/gb_south_wilds
|
||||
/datum/map_template/gb_lateload/wilds/south/type3/on_map_loaded(z)
|
||||
. = ..()
|
||||
seed_submaps(list(Z_LEVEL_GB_WILD_S), 8, /area/submap/groundbase/poi/wildvillage/plot, /datum/map_template/groundbase/wildvillage) //POI seeding
|
||||
seed_submaps(list(Z_LEVEL_GB_WILD_S), 6, /area/submap/groundbase/poi/wildvillage/plot/square, /datum/map_template/groundbase/wildvillage/square) //POI seeding
|
||||
seed_submaps(list(Z_LEVEL_GB_WILD_S), 2, /area/submap/groundbase/poi/wildvillage/plot/wide, /datum/map_template/groundbase/wildvillage/wide)
|
||||
seed_submaps(list(Z_LEVEL_GB_WILD_S), 1, /area/submap/groundbase/poi/wildvillage/plot/long, /datum/map_template/groundbase/wildvillage/long)
|
||||
|
||||
/datum/map_template/gb_lateload/wilds/east/type1
|
||||
name = "Eastern Wilds 1"
|
||||
|
||||
Reference in New Issue
Block a user