diff options
author | Asa Kravets <norfenstein@gmail.com> | 2009-10-03 11:18:29 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:14:52 +0000 |
commit | d1747093e36873d29801ff6c6ecf5d24db94be62 (patch) | |
tree | d4130fe6d0644cc2d935c3e7ab413c86e27eb9db /src | |
parent | bafa9e30bf24fcd05a1fe73b00091ac476ab0828 (diff) |
Minor balance tweak:
Pounce range reduced 72 -> 64
Diffstat (limited to 'src')
-rw-r--r-- | src/game/tremulous.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index aa37d6df..733770cd 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -95,7 +95,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define LEVEL3_CLAW_U_REPEAT 600 #define LEVEL3_CLAW_U_K_SCALE 1.0f #define LEVEL3_POUNCE_DMG ADM(100) -#define LEVEL3_POUNCE_RANGE 72.0f +#define LEVEL3_POUNCE_RANGE 64.0f #define LEVEL3_POUNCE_WIDTH 14.0f #define LEVEL3_POUNCE_SPEED 700 #define LEVEL3_POUNCE_UPG_SPEED 800 |