diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-05-19 19:51:11 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-05-19 19:51:11 +0300 |
commit | 67a2767ff0f97fe39d603492d46e1c77b4621b78 (patch) | |
tree | 98859169aaa81633e28c94086300a568f4740998 /src/game/bg_misc.c | |
parent | 9fd2377cd037c272941aacd81c143a4128607b96 (diff) |
Re-worked hummel to a playable class with low hp and relatively high damage.
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index c968d76..c826199 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_FOVWARPS|SCA_ALIENSENSE|SCA_WALLCLIMBER, //int abilities; + SCA_FOVWARPS|SCA_ALIENSENSE|SCA_FLYING, //int abilities; WP_ALEVEL5, //weapon_t startWeapon 0.0f, //float buildDist; 90, //int fov; |