mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Merge pull request #10087 from Novacat/nova-ert
Disables maps with Mercenaries
This commit is contained in:
committed by
Chompstation Bot
parent
3a9b149617
commit
ef82958d12
@@ -12,6 +12,3 @@
|
|||||||
#maps/RandomZLevels/blackmarketpackers.dmm
|
#maps/RandomZLevels/blackmarketpackers.dmm
|
||||||
#maps/RandomZLevels/beach.dmm
|
#maps/RandomZLevels/beach.dmm
|
||||||
#maps/RandomZLevels/zoo.dmm
|
#maps/RandomZLevels/zoo.dmm
|
||||||
|
|
||||||
#This one works with the Tether, uncomment when gateway code is unfucked
|
|
||||||
#maps/RandomZLevels/snow_outpost.dmm
|
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "Mudpit.dmm"
|
#include "Mudpit.dmm"
|
||||||
#include "Snowrock1.dmm"
|
#include "Snowrock1.dmm"
|
||||||
#include "Boombase.dmm"
|
#include "Boombase.dmm"
|
||||||
#include "Blackshuttledown.dmm"
|
//include "Blackshuttledown.dmm"
|
||||||
#include "Lab1.dmm"
|
#include "Lab1.dmm"
|
||||||
#include "Rocky4.dmm"
|
#include "Rocky4.dmm"
|
||||||
#include "DJOutpost1.dmm"
|
#include "DJOutpost1.dmm"
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
#include "MHR.dmm"
|
#include "MHR.dmm"
|
||||||
#include "GovPatrol.dmm"
|
#include "GovPatrol.dmm"
|
||||||
#include "DecoupledEngine.dmm"
|
#include "DecoupledEngine.dmm"
|
||||||
#include "DoomP.dmm"
|
//include "DoomP.dmm"
|
||||||
#include "CaveS.dmm"
|
#include "CaveS.dmm"
|
||||||
#include "Drugden.dmm"
|
#include "Drugden.dmm"
|
||||||
#include "Musk.dmm"
|
#include "Musk.dmm"
|
||||||
@@ -108,11 +108,13 @@
|
|||||||
mappath = 'Boombase.dmm'
|
mappath = 'Boombase.dmm'
|
||||||
cost = 5
|
cost = 5
|
||||||
|
|
||||||
|
/*
|
||||||
/datum/map_template/virgo2/BSD
|
/datum/map_template/virgo2/BSD
|
||||||
name = "Black Shuttle Down"
|
name = "Black Shuttle Down"
|
||||||
desc = "You REALLY shouldn't be near this."
|
desc = "You REALLY shouldn't be near this."
|
||||||
mappath = 'Blackshuttledown.dmm'
|
mappath = 'Blackshuttledown.dmm'
|
||||||
cost = 30
|
cost = 30
|
||||||
|
*/
|
||||||
|
|
||||||
/datum/map_template/virgo2/Rockybase
|
/datum/map_template/virgo2/Rockybase
|
||||||
name = "Rocky Base"
|
name = "Rocky Base"
|
||||||
@@ -138,11 +140,13 @@
|
|||||||
mappath = 'DecoupledEngine.dmm'
|
mappath = 'DecoupledEngine.dmm'
|
||||||
cost = 15
|
cost = 15
|
||||||
|
|
||||||
|
/*
|
||||||
/datum/map_template/virgo2/DoomP
|
/datum/map_template/virgo2/DoomP
|
||||||
name = "DoomP"
|
name = "DoomP"
|
||||||
desc = "Witty description here."
|
desc = "Witty description here."
|
||||||
mappath = 'DoomP.dmm'
|
mappath = 'DoomP.dmm'
|
||||||
cost = 30
|
cost = 30
|
||||||
|
*/
|
||||||
|
|
||||||
/datum/map_template/virgo2/Cave
|
/datum/map_template/virgo2/Cave
|
||||||
name = "CaveS"
|
name = "CaveS"
|
||||||
|
|||||||
Reference in New Issue
Block a user