diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 11:33:19 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:07 +0000 |
commit | 7f9e87b189414ea8eef4a2bcec4c380142b16bab (patch) | |
tree | 34a79553b7131a49430ff4443cc46928d73eec7d /src/cgame | |
parent | 6658b20d0fce1b759e7e7cef83007218252b9781 (diff) |
New build error and corresponding menu for attempted deconstruction of the last spawn
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_servercmds.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index 29d57159..9cdfed8d 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.c @@ -605,6 +605,14 @@ void CG_Menu( int menu, int arg ) type = DT_BUILD; break; + // FIXME: MN_H_ and MN_A_? + case MN_B_LASTSPAWN: + longMsg = "This action would remove your team's last spawn point, " + "which often quickly results in a loss. Try building more " + "spawns."; + shortMsg = "You may not deconstruct the last spawn"; + break; + case MN_B_SUDDENDEATH: longMsg = "Neither team has prevailed after a certain time and the " "game has entered Sudden Death. During Sudden Death " |