diff options
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index 04e2f87c..656f3c00 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -286,11 +286,11 @@ 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_RANGE 1500.0f -#define HIVE_REPEAT 5000 +#define HIVE_LIFETIME 6000 +#define HIVE_REPEAT 3000 #define HIVE_K_SCALE 1.0f -#define HIVE_DMG 50 -#define HIVE_SPEED 240.0f +#define HIVE_DMG 100 +#define HIVE_SPEED 384.0f #define HIVE_DIR_CHANGE_PERIOD 500 #define HIVE_VALUE ABVM(HIVE_BP) |