From 5b59050d1511d4c958e70f8e31dac1d605e6800a Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Fri, 6 Jan 2017 16:57:17 -0500 Subject: [PATCH] ) --- code/modules/spells/spell_types/wizard.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/spells/spell_types/wizard.dm b/code/modules/spells/spell_types/wizard.dm index 684e67ed789..457267eeaeb 100644 --- a/code/modules/spells/spell_types/wizard.dm +++ b/code/modules/spells/spell_types/wizard.dm @@ -338,7 +338,7 @@ M.adjustBruteLoss(5) M << "You're slammed into the floor by [user]!" else - PoolOrNew(sparkle_path, list(get_turf(AM), get_dir(user, AM)) //created sparkles will disappear on their own + PoolOrNew(sparkle_path, list(get_turf(AM), get_dir(user, AM))) //created sparkles will disappear on their own if(isliving(AM)) var/mob/living/M = AM M.Weaken(stun_amt)