diff options
Diffstat (limited to 'src/cgame/cg_servercmds.c')
-rw-r--r-- | src/cgame/cg_servercmds.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index 83f8f818..63db2ffe 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.c @@ -771,13 +771,6 @@ void CG_Menu( int menu, int arg ) type = DT_BUILD; break; - case MN_A_ONEHOVEL: - longMsg = "There can only be one Hovel. Deconstruct the existing one if you " - "wish to move it."; - shortMsg = "There can only be one Hovel"; - type = DT_BUILD; - break; - case MN_A_NOBP: longMsg = "The Overmind cannot control any more structures. Deconstruct existing " "structures to build more."; @@ -812,26 +805,6 @@ void CG_Menu( int menu, int arg ) type = DT_ARMOURYEVOLVE; break; - case MN_A_HOVEL_OCCUPIED: - longMsg = "This Hovel is already occupied by another builder."; - shortMsg = "This Hovel is already occupied by another builder"; - type = DT_COMMAND; - break; - - case MN_A_HOVEL_BLOCKED: - longMsg = "The exit to this Hovel is currently blocked. Please wait until it " - "becomes clear then try again."; - shortMsg = "The exit to this Hovel is currently blocked"; - type = DT_COMMAND; - break; - - case MN_A_HOVEL_EXIT: - longMsg = "The exit to this Hovel would always be blocked. Please choose " - "a more suitable location."; - shortMsg = "The exit to this Hovel would always be blocked"; - type = DT_BUILD; - break; - case MN_A_INFEST: trap_Cvar_Set( "ui_currentClass", va( "%d %d", cg.snap->ps.stats[ STAT_CLASS ], |