Disables maps with Mercenaries

Alright. I am done. I have had enough. These maps are getting disabled until they can be reworked.
This commit is contained in:
Unknown
2021-04-05 23:44:34 -04:00
parent 1a6fba0a78
commit 6ebae3e7d8
2 changed files with 6 additions and 5 deletions
-3
View File
@@ -12,6 +12,3 @@
#maps/RandomZLevels/blackmarketpackers.dmm
#maps/RandomZLevels/beach.dmm
#maps/RandomZLevels/zoo.dmm
#This one works with the Tether, uncomment when gateway code is unfucked
#maps/RandomZLevels/snow_outpost.dmm
+6 -2
View File
@@ -9,7 +9,7 @@
#include "Mudpit.dmm"
#include "Snowrock1.dmm"
#include "Boombase.dmm"
#include "Blackshuttledown.dmm"
//include "Blackshuttledown.dmm"
#include "Lab1.dmm"
#include "Rocky4.dmm"
#include "DJOutpost1.dmm"
@@ -18,7 +18,7 @@
#include "MHR.dmm"
#include "GovPatrol.dmm"
#include "DecoupledEngine.dmm"
#include "DoomP.dmm"
//include "DoomP.dmm"
#include "CaveS.dmm"
#include "Drugden.dmm"
#include "Musk.dmm"
@@ -108,11 +108,13 @@
mappath = 'Boombase.dmm'
cost = 5
/*
/datum/map_template/virgo2/BSD
name = "Black Shuttle Down"
desc = "You REALLY shouldn't be near this."
mappath = 'Blackshuttledown.dmm'
cost = 30
*/
/datum/map_template/virgo2/Rockybase
name = "Rocky Base"
@@ -138,11 +140,13 @@
mappath = 'DecoupledEngine.dmm'
cost = 15
/*
/datum/map_template/virgo2/DoomP
name = "DoomP"
desc = "Witty description here."
mappath = 'DoomP.dmm'
cost = 30
*/
/datum/map_template/virgo2/Cave
name = "CaveS"