Adds PoI loader landmarks

This commit is contained in:
Casey
2022-04-26 21:24:23 +00:00
committed by CHOMPStation2
parent 96ccd4af68
commit 35df5c5164
5 changed files with 20210 additions and 1 deletions
+14
View File
@@ -511,6 +511,20 @@
desc = "Wilderness"
mappath = 'maps/groundbase/southwilds/southwilds2.dmm'
associated_map_datum = /datum/map_z_level/gb_lateload/gb_south_wilds
<<<<<<< HEAD
=======
/datum/map_template/gb_lateload/wilds/south/type3
name = "Southern Wilds 3"
desc = "Wilderness"
mappath = 'maps/groundbase/southwilds/southwilds3.dmm'
associated_map_datum = /datum/map_z_level/gb_lateload/gb_south_wilds
/datum/map_template/gb_lateload/wilds/south/type3/on_map_loaded(z)
. = ..()
// Using landmarks for this now.
//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)
>>>>>>> 6aa6c45620... Merge pull request #12842 from Heroman3003/poi-guarantee
/datum/map_template/gb_lateload/wilds/east/type1
name = "Eastern Wilds 1"