diff options
Diffstat (limited to 'src/cgame/cg_tutorial.c')
-rw-r--r-- | src/cgame/cg_tutorial.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c index d36ecac..d2f01b3 100644 --- a/src/cgame/cg_tutorial.c +++ b/src/cgame/cg_tutorial.c @@ -514,17 +514,6 @@ static void CG_HumanText( char *text, playerState_t *ps ) BG_Upgrade( UP_MEDKIT )->humanName ) ); } - if( ps->stats[ STAT_STAMINA ] <= STAMINA_BLACKOUT_LEVEL ) - { - Q_strcat( text, MAX_TUTORIAL_TEXT, - "You are blacking out. Stop sprinting to recover stamina\n" ); - } - else if( ps->stats[ STAT_STAMINA ] <= STAMINA_SLOW_LEVEL ) - { - Q_strcat( text, MAX_TUTORIAL_TEXT, - "Your stamina is low. Stop sprinting to recover\n" ); - } - switch( cg.nearUsableBuildable ) { case BA_H_ARMOURY: |