diff options
Diffstat (limited to 'src/game/g_missile.c')
-rw-r--r-- | src/game/g_missile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_missile.c b/src/game/g_missile.c index 5aa3564c..7aa86cc5 100644 --- a/src/game/g_missile.c +++ b/src/game/g_missile.c @@ -343,8 +343,8 @@ gentity_t *fire_plasma (gentity_t *self, vec3_t start, vec3_t dir) bolt->damage = 20; bolt->splashDamage = 15; bolt->splashRadius = 20; - //bolt->methodOfDeath = MOD_PLASMA; - //bolt->splashMethodOfDeath = MOD_PLASMA_SPLASH; + //bolt->methodOfDeath = MOD_FLAMER; + //bolt->splashMethodOfDeath = MOD_FLAMER_SPLASH; bolt->clipmask = MASK_SHOT; bolt->target_ent = NULL; |