From 91217e0614b92948cbaa1dfc62a8f9a80a81a3fe Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 31 Jul 2005 01:57:09 +0000 Subject: * Removed anticamp code * Reduced basilisk grab time to 0.8 seconds from 1 second * Increased mdriver damage slightly --- src/game/tremulous.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/game/tremulous.h') 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 */ -- cgit