From 454a1a21c4d0be8e542160ff60f897594762501b Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Thu, 15 May 2014 18:27:16 +0300 Subject: Hummel pounce no longer stays charged or damages teammates after using it. --- src/game/bg_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/bg_misc.c') diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index d307a3e..404b24b 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2442,7 +2442,7 @@ static const classAttributes_t bg_classList[ ] = LEVEL5_UPG_HEALTH, //int health; 0.0f, //float fallDamage; LEVEL5_UPG_REGEN, //float regenRate; - SCA_WALLJUMPER|SCA_FOVWARPS|SCA_ALIENSENSE|SCA_WALLCLIMBER, //int abilities; + SCA_FOVWARPS|SCA_ALIENSENSE|SCA_WALLCLIMBER, //int abilities; WP_ALEVEL5, //weapon_t startWeapon 0.0f, //float buildDist; 90, //int fov; -- cgit