summaryrefslogtreecommitdiff
path: root/src/game/g_weapon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r--src/game/g_weapon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index 6ffe8f2a..53d4cf59 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -912,6 +912,8 @@ void FireWeapon2( gentity_t *ent )
// fire the specific weapon
switch( ent->s.weapon )
{
+ case WP_GRAB_CLAW_UPG:
+ break;
case WP_POUNCE:
case WP_POUNCE_UPG:
meleeAttack( ent, 32.0f, 150 );
@@ -981,6 +983,7 @@ void FireWeapon( gentity_t *ent )
lockBlobLauncherFire( ent );
break;
case WP_GRAB_CLAW:
+ case WP_GRAB_CLAW_UPG:
meleeAttack( ent, 32.0f, 5 );
break;
case WP_POUNCE: