From 463ba1cf2b8a458d946bc853038728b12543a09a Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Sun, 7 Aug 2011 03:06:59 +0000 Subject: * (bug 5088) Allow dretches to bite attack-to-activate switches (/dev/humancontroller) --- src/game/g_weapon.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index 108751c9..06b8ca03 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -919,9 +919,6 @@ qboolean CheckVenomAttack( gentity_t *ent ) if( traceEnt->health <= 0 ) return qfalse; - if( !traceEnt->client && !( traceEnt->s.eType == ET_BUILDABLE ) ) - return qfalse; - // only allow bites to work against buildings as they are constructing if( traceEnt->s.eType == ET_BUILDABLE ) { -- cgit