From 3a7015bd646110a378c3b5f0a8638368f2827788 Mon Sep 17 00:00:00 2001 From: enneract Date: Fri, 19 Dec 2014 20:38:46 +0100 Subject: Implement combat statistics. --- src/game/g_missile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/g_missile.c') diff --git a/src/game/g_missile.c b/src/game/g_missile.c index ab0156b..8c6e36d 100644 --- a/src/game/g_missile.c +++ b/src/game/g_missile.c @@ -734,8 +734,8 @@ gentity_t *FireBreath_fire( gentity_t *self, vec3_t start, vec3_t dir, bolt->damage = LEVEL4_FIREBREATHDMG; bolt->splashDamage = 60; bolt->splashRadius = 250 ; - bolt->methodOfDeath = MOD_FLAMES; - bolt->splashMethodOfDeath = MOD_FLAMER_SPLASH; + bolt->methodOfDeath = MOD_LEVEL4_FLAMES; + bolt->splashMethodOfDeath = MOD_LEVEL4_FLAMES; bolt->clipmask = MASK_SHOT; bolt->target_ent = NULL; -- cgit