From 7a457137d2f859c91c2b3d52a6c677427b6a95de Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Thu, 13 Apr 2017 11:30:00 +0000 Subject: allow dretches to bite surfaces other than players and buildables --- src/game/g_weapon.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game') diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index 3240df1..82bad26 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -913,9 +913,6 @@ qboolean CheckVenomAttack( gentity_t *ent ) if( !traceEnt->takedamage ) return qfalse; - if( !traceEnt->client && !traceEnt->s.eType == ET_BUILDABLE ) - return qfalse; - //allow bites to work against defensive buildables only if( traceEnt->s.eType == ET_BUILDABLE ) { -- cgit