mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Fixes empty cabin, readds all pois except turret/merc ones
This commit is contained in:
@@ -296,7 +296,6 @@
|
||||
desc = "A temporarily abandoned VR den, still functional."
|
||||
mappath = 'maps/submaps/surface_submaps/plains/VRDen.dmm'
|
||||
cost = 10
|
||||
/*
|
||||
/datum/map_template/surface/plains/leopardmanderden
|
||||
name = "Leopardmander Den"
|
||||
desc = "Den of a voracious but very rare beast."
|
||||
@@ -308,20 +307,26 @@
|
||||
desc = "Den hosted by the biggest alpha wolf of the wilderness"
|
||||
mappath = 'maps/submaps/surface_submaps/plains/greatwolfden.dmm'
|
||||
cost = 15
|
||||
|
||||
/*
|
||||
/datum/map_template/surface/plains/dogbase
|
||||
name = "Dog Base"
|
||||
desc = "A highly secured base with hungry trained canines"
|
||||
mappath = 'maps/submaps/surface_submaps/plains/dogbase.dmm'
|
||||
cost = 20
|
||||
allow_duplicates = FALSE
|
||||
*/
|
||||
/datum/map_template/surface/plains/emptycabin
|
||||
name = "Empty Cabin"
|
||||
desc = "An inconspicuous looking den hosted by a hungry otie"
|
||||
mappath = 'maps/submaps/surface_submaps/plains/emptycabin.dmm'
|
||||
cost = 10
|
||||
|
||||
/datum/map_template/surface/plains/lonewolf
|
||||
name = "Lone Wolf"
|
||||
desc = "A large oppressing wolf, supervising from above its cliff"
|
||||
mappath = 'maps/submaps/surface_submaps/plains/lonewolf.dmm'
|
||||
cost = 5
|
||||
|
||||
/*
|
||||
/datum/map_template/surface/plains/otieshelter
|
||||
name = "Otie Shelter"
|
||||
desc = "A experimental lab of various breeds of oties"
|
||||
@@ -334,7 +339,7 @@
|
||||
mappath = 'maps/submaps/surface_submaps/plains/syndisniper.dmm'
|
||||
|
||||
cost = 5
|
||||
|
||||
*/
|
||||
/datum/map_template/surface/plains/drgnplateu
|
||||
name = "Dragon Plateu"
|
||||
desc = "A dangerous plateu of cliffs home to a rampant gold hoarding dragon"
|
||||
|
||||
Reference in New Issue
Block a user