diff --git a/maps/submaps/surface_submaps/plains/plains_vr.dm b/maps/submaps/surface_submaps/plains/plains_vr.dm index 13f6f837a2..7c01ea2f43 100644 --- a/maps/submaps/surface_submaps/plains/plains_vr.dm +++ b/maps/submaps/surface_submaps/plains/plains_vr.dm @@ -296,7 +296,7 @@ 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,19 +308,13 @@ 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/wilderness/normal/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" @@ -333,17 +327,18 @@ desc = "A experimental lab of various breeds of oties" mappath = 'maps/submaps/surface_submaps/plains/otieshelter.dmm' cost = 15 -/* + /datum/map_template/surface/plains/syndisniper name = "Syndi Sniper" desc = "Syndicate watch tower, deadly but secluded" 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" mappath = 'maps/submaps/surface_submaps/plains/drgnplateu.dmm' cost = 15 - allow_duplicates = FALSE \ No newline at end of file + allow_duplicates = FALSE +*/ \ No newline at end of file