From 74be23bb4d9e5fe441ce25008281e4cfc387185e Mon Sep 17 00:00:00 2001 From: enneract Date: Sat, 20 Dec 2014 20:07:54 +0100 Subject: Add logging of weapon settings at game init. Also adds a few missing weapons and hardcodes Lightning Gun's settings. --- src/game/tremulous.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/tremulous.h') diff --git a/src/game/tremulous.h b/src/game/tremulous.h index b3b9b92..9e925c3 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -517,7 +517,10 @@ TREMULOUS EDGE MOD SRC FILE #define LIGHTNING_PRICE 500 #define LIGHTNING_AMMO 300 #define LIGHTNING_K_SCALE 1 +#define LIGHTNING_DPS 140 +#define LIGHTNING_DIFFICULTY 2 #define LIGHTNING_REPEAT 50 // keep it as low as possible +#define LIGHTNING_DAMAGE ( LIGHTNING_DPS * LIGHTNING_REPEAT / 1000 ) #define LIGHTNING_RANGE 450 #define LCANNON_PRICE 600 -- cgit