summaryrefslogtreecommitdiff
path: root/src/cgame/cg_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_event.c')
-rw-r--r--src/cgame/cg_event.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index 9d0c9052..1826e1ba 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -450,10 +450,18 @@ void CG_Menu( int eventParm )
trap_SendConsoleCommand( "menu hmcumenu\n" );
break;
- case MN_NOROOM:
+ case MN_HNOROOM:
trap_SendConsoleCommand( "menu hnoroom\n" );
break;
+ case MN_HNOPOWER:
+ trap_SendConsoleCommand( "menu hnopower\n" );
+ break;
+
+ case MN_DNOROOM:
+ trap_SendConsoleCommand( "menu dnoroom\n" );
+ break;
+
case MN_NOCREEP:
trap_SendConsoleCommand( "menu dnocreep\n" );
break;
@@ -467,7 +475,7 @@ void CG_Menu( int eventParm )
break;
case MN_INFEST:
- strcpy( menuDef, "5,5|Infest|0.8,0,0.8,1|0.6,0,0.6,0.8|1,0,1,1|1|16|" );
+ strcpy( menuDef, "5,5|Infest|0.976,0.957,0.0,1.0|0.933,0.612,0.0,1.0|0.976,0.957,0.0,1.0|1|16|" );
for( i = PCL_NONE + 1; i < PCL_NUM_CLASSES; i++ )
{
if( BG_ClassCanEvolveFromTo( cg.snap->ps.stats[ STAT_PCLASS ], i ) )