From 334a53697873722763cfe76a934ddb862791b313 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 28 Jul 2004 12:57:55 +0000 Subject: * Bug fix to battlesuit/hydra interaction --- src/game/g_weapon.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index 9b6eb706..561606ef 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -769,10 +769,6 @@ void CheckGrabAttack( gentity_t *ent ) if( traceEnt->client->ps.stats[ STAT_HEALTH ] <= 0 ) return; - //can't grab a player with the battlesuit - if( BG_gotItem( UP_BATTLESUIT, traceEnt->client->ps.stats ) ) - return; - if( !( traceEnt->client->ps.stats[ STAT_STATE ] & SS_GRABBED ) ) { AngleVectors( traceEnt->client->ps.viewangles, dir, NULL, NULL ); -- cgit