diff options
author | Tim Angus <tim@ngus.net> | 2005-07-31 01:57:09 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-07-31 01:57:09 +0000 |
commit | 91217e0614b92948cbaa1dfc62a8f9a80a81a3fe (patch) | |
tree | 9d11e6f568b7e2795bc81f4ed7bb012708bfa163 /src/game/tremulous.h | |
parent | b673cb6f3dd2014c4437d62a3b82106b5aec750b (diff) |
* Removed anticamp code
* Reduced basilisk grab time to 0.8 seconds from 1 second
* Increased mdriver damage slightly
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index 0adb4595..b75959ca 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -49,7 +49,7 @@ #define LEVEL1_CLAW_REPEAT 600 #define LEVEL1_CLAW_U_REPEAT 500 #define LEVEL1_GRAB_RANGE 64.0f -#define LEVEL1_GRAB_TIME 1000 +#define LEVEL1_GRAB_TIME 800 #define LEVEL1_PCLOUD_DMG ADM(4) #define LEVEL1_PCLOUD_RANGE 200.0f #define LEVEL1_PCLOUD_REPEAT 2000 @@ -356,7 +356,7 @@ #define MDRIVER_CLIPSIZE 5 #define MDRIVER_SPAWNCLIPS 3 #define MDRIVER_MAXCLIPS 3 -#define MDRIVER_DMG HDM(31) +#define MDRIVER_DMG HDM(35) #define MDRIVER_REPEAT 1000 #define MDRIVER_RELOAD 2000 @@ -545,9 +545,6 @@ #define HUMAN_SPAWN_REPEAT_TIME 10000 -#define HUMAN_ARMOURY_CAMP_TIME 45000 -#define HUMAN_ARMOURY_CAMP_DISTANCE 256.0f - /* * Misc */ |