diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2020-04-01 00:16:20 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2020-04-01 00:16:20 +0200 |
commit | 8ac348834d427686e88c45bd98a8f2821f053207 (patch) | |
tree | 92ec17eb7ba910e6d14c79ead7a5608bc4916b14 /src/game | |
parent | aafce523371954faadbdbd37d61ecdeed4629dcd (diff) |
Let Dretches bite anything
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 ) { |