From 84b670e35a3cd536598f652f71589a00aeab700b Mon Sep 17 00:00:00 2001 From: Asa Kravets Date: Sun, 11 Oct 2009 21:26:32 +0000 Subject: Balance tweaks * increased goon repeat 700 -> 900 * increased advanced goon repeat 600 -> 800 * increased goon (both) pounce charge time 700 -> 900 * increased tyrant repeat 750 -> 800 * decreased hive health 175 -> 125 * swapped prices of flamer and prifle --- src/game/bg_public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/bg_public.h') diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 9649de98..c8f95098 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -338,8 +338,8 @@ typedef enum WP_LAS_GUN, WP_MASS_DRIVER, WP_CHAINGUN, - WP_PULSE_RIFLE, WP_FLAMER, + WP_PULSE_RIFLE, WP_LUCIFER_CANNON, WP_GRENADE, -- cgit