From cdc4e962f407596fe76b615d9e0f19f15a7d6c0e Mon Sep 17 00:00:00 2001 From: Asa Kravets Date: Sat, 3 Oct 2009 13:05:34 +0000 Subject: Balance tweak * Pulse rifle clipsize reduced 50->40 * Pulse rifle max clips increased 4->5 --- src/game/tremulous.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game') diff --git a/src/game/tremulous.h b/src/game/tremulous.h index 7bc84d90..358040a5 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -433,8 +433,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define CHAINGUN_DMG HDM(5) #define PRIFLE_PRICE 400 -#define PRIFLE_CLIPS 50 -#define PRIFLE_MAXCLIPS 4 +#define PRIFLE_CLIPS 40 +#define PRIFLE_MAXCLIPS 5 #define PRIFLE_REPEAT 100 #define PRIFLE_K_SCALE 1.0f #define PRIFLE_RELOAD 2000 -- cgit