summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
authorAsa Kravets <norfenstein@gmail.com>2009-10-03 11:35:37 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:08 +0000
commit511d59515f081f0903c3ef762ed4bc44fbe7d740 (patch)
tree822e904f7e1cb6acb983e5b97dad732d6cf5d7e3 /src/game/bg_misc.c
parent7fe53c67d15f78b650e9413e05c183b49d8865cc (diff)
Tweaks
* Marauder (both) jump height reduced 400->380 * Barb repeat rate increased 1000->1500
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r--src/game/bg_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index 3f30a127..275f5b41 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -1875,7 +1875,7 @@ classAttributes_t bg_classList[ ] =
2.0f, //float airAcceleration;
6.0f, //float friction;
100.0f, //float stopSpeed;
- 400.0f, //float jumpMagnitude;
+ 380.0f, //float jumpMagnitude;
0.8f, //float knockbackScale;
{ PCL_ALIEN_LEVEL3, PCL_ALIEN_LEVEL2_UPG, PCL_NONE }, //int children[ 3 ];
LEVEL2_COST, //int cost;
@@ -1916,7 +1916,7 @@ classAttributes_t bg_classList[ ] =
2.0f, //float airAcceleration;
6.0f, //float friction;
100.0f, //float stopSpeed;
- 400.0f, //float jumpMagnitude;
+ 380.0f, //float jumpMagnitude;
0.7f, //float knockbackScale;
{ PCL_ALIEN_LEVEL3, PCL_NONE, PCL_NONE }, //int children[ 3 ];
LEVEL2_UPG_COST, //int cost;