summaryrefslogtreecommitdiff
path: root/src/cgame/cg_servercmds.c
diff options
context:
space:
mode:
authormtiusane <mtiusane@users.noreply.github.com>2014-10-18 21:00:33 +0300
committermtiusane <mtiusane@users.noreply.github.com>2014-10-18 21:00:33 +0300
commitd427c2d880786507e57ad943be39c559421d3190 (patch)
tree63850e0431c9336b7e4ea98eb90a23f4f3c8e924 /src/cgame/cg_servercmds.c
parente7cd2f975492875faa2f26b3b13b8015d53a94d4 (diff)
parentc8e426354b1b42a6870e7e44c8e92a7fc0531ede (diff)
Merge pull request #12 from ppetr/wsd
Weak sudden death
Diffstat (limited to 'src/cgame/cg_servercmds.c')
-rw-r--r--src/cgame/cg_servercmds.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c
index a5de53d..084e3f1 100644
--- a/src/cgame/cg_servercmds.c
+++ b/src/cgame/cg_servercmds.c
@@ -648,6 +648,24 @@ void CG_Menu( int menu, int arg )
+ case MN_B_WSD_INBASE:
+ longMsg = "Neither team has prevailed after a certain time and the "
+ "game has entered Weak Sudden Death. During Sudden Death "
+ "building creep colonies or refineries is not allowed, "
+ "and neither is allowed building near the Overmind or the Reactor.";
+ shortMsg = "^5Cannot build near the Reactor/Overmind during Weak Sudden Death";
+ type = DT_BUILD;
+ break;
+
+ case MN_B_WSD_REFSCOLS:
+ longMsg = "Neither team has prevailed after a certain time and the "
+ "game has entered Weak Sudden Death. During Weak Sudden Death "
+ "building creep colonies or refineries is not allowed, "
+ "and neither is allowed building near the Overmind or the Reactor.";
+ shortMsg = "^5Cannot build refineries/colonies during Weak Sudden Death";
+ type = DT_BUILD;
+ break;
+
case MN_B_SUDDENDEATH:
longMsg = "Neither team has prevailed after a certain time and the "
"game has entered Sudden Death. During Sudden Death "