diff options
author | Asa Kravets <norfenstein@gmail.com> | 2009-10-03 13:14:49 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:37 +0000 |
commit | 37d5cabe0ad4b091e23432fefcaae2bc1e41d5e7 (patch) | |
tree | 26bc9a55773c5f60f8a830e4ad6497bbb99ca094 /src/game/tremulous.h | |
parent | 8c53098c4763b01e4ddb618fa2546751f67f2032 (diff) |
Hive nerf
* Swarm lifetime reduced 6000 -> 3000
* Damage reduced 100 -> 80
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index 975a390d..7fa17f5d 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -290,10 +290,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define HIVE_SPLASHRADIUS 200 #define HIVE_CREEPSIZE 120 #define HIVE_SENSE_RANGE 500.0f -#define HIVE_LIFETIME 6000 +#define HIVE_LIFETIME 3000 #define HIVE_REPEAT 3000 #define HIVE_K_SCALE 1.0f -#define HIVE_DMG 100 +#define HIVE_DMG 80 #define HIVE_SPEED 320.0f #define HIVE_DIR_CHANGE_PERIOD 500 #define HIVE_VALUE ABVM(HIVE_BP) |