From 2a0eb7232a36fda151fa6227cefcd483b895b539 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 9 Feb 2022 16:03:31 +1000 Subject: [PATCH] Fixes empty cabin, readds all pois except turret/merc ones --- maps/submaps/surface_submaps/plains/plains_vr.dm | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/maps/submaps/surface_submaps/plains/plains_vr.dm b/maps/submaps/surface_submaps/plains/plains_vr.dm index 7c01ea2f43..774e8e496b 100644 --- a/maps/submaps/surface_submaps/plains/plains_vr.dm +++ b/maps/submaps/surface_submaps/plains/plains_vr.dm @@ -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"