diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:40:36 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:09 +0000 |
commit | 2b5413c8774ab6b5a3cb83c4d84424f95746dea9 (patch) | |
tree | f67ea3cf7d36be50f88493500d4eaa9f966d516b /src/game | |
parent | b7ada862f67907dd012528ba9fecc4b7e4d7281f (diff) |
* increase trample damage repeat a bit (75->100)
Diffstat (limited to 'src/game')
-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 7c414e89..1af835de 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -124,7 +124,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define LEVEL4_TRAMPLE_CHARGE_TRIGGER 3000 // msec charge starts on its own #define LEVEL4_TRAMPLE_DURATION 3000 // msec trample lasts on full charge #define LEVEL4_TRAMPLE_STOP_PENALTY 1 // charge lost per msec when stopped -#define LEVEL4_TRAMPLE_REPEAT 75 // msec before a trample will rehit a player +#define LEVEL4_TRAMPLE_REPEAT 100 // msec before a trample will rehit a player #define LEVEL4_CRUSH_DAMAGE_PER_V 0.5f // damage per falling velocity #define LEVEL4_CRUSH_DAMAGE 120 // to players only |