summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2020-04-01 00:16:20 +0200
committerPaweł Redman <pawel.redman@gmail.com>2020-04-01 00:16:20 +0200
commit8ac348834d427686e88c45bd98a8f2821f053207 (patch)
tree92ec17eb7ba910e6d14c79ead7a5608bc4916b14
parentaafce523371954faadbdbd37d61ecdeed4629dcd (diff)
Let Dretches bite anything
-rw-r--r--src/game/g_weapon.c3
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 )
{