summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-05-15 18:27:16 +0300
committerMikko Tiusanen <ams@daug.net>2014-05-15 18:27:16 +0300
commit454a1a21c4d0be8e542160ff60f897594762501b (patch)
tree9e3951a96443785a36db76359e999ab836a1c968 /src/game/bg_misc.c
parent378e1bf33dce57f941d9d93defb1a81715dc5d3f (diff)
Hummel pounce no longer stays charged or damages teammates after using it.
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r--src/game/bg_misc.c2
1 files changed, 1 insertions, 1 deletions
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;