mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Adds PoI loader landmarks
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user