diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_weapon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index 90e474e..1758e8d 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -903,6 +903,7 @@ qboolean CheckVenomAttack( gentity_t *ent ) if( !traceEnt->takedamage ) return qfalse; +/* //allow bites to work against defensive buildables only if( traceEnt->s.eType == ET_BUILDABLE ) { @@ -912,7 +913,7 @@ qboolean CheckVenomAttack( gentity_t *ent ) //hackery damage *= 0.5f; - } + }*/ if( traceEnt->client ) { |