From 5883844753e4430a1e437d846868acc007794145 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 9 Apr 2015 21:39:07 +0200 Subject: Let Dragoons chomp while pouncing. Remove knockback from human weapons where it's unnecessary. --- src/game/bg_pmove.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/game/bg_pmove.c') diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c index bdddfc3..63b67fa 100644 --- a/src/game/bg_pmove.c +++ b/src/game/bg_pmove.c @@ -3085,12 +3085,6 @@ static void PM_Weapon( void ) // don't allow attack until all buttons are up if( pm->ps->pm_flags & PMF_RESPAWNED ) return; - - // no bite during pounce (except for level5) - if( ( pm->ps->weapon == WP_ALEVEL3 || pm->ps->weapon == WP_ALEVEL3_UPG ) - && ( pm->cmd.buttons & BUTTON_ATTACK ) - && ( pm->ps->pm_flags & PMF_CHARGE ) ) - return; // pump weapon delays (repeat times etc) if( pm->ps->weaponTime > 0 ) -- cgit