From da134e2eebaf6386bfa3568426c042251882f7b5 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Tue, 7 Jun 2016 11:20:44 +0100 Subject: [PATCH] Repulse sparkles now disappear It wasn't kevinz000's fault, it was mine. --- 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 89eb9a6d1ef..7643044a24b 100644 --- a/code/modules/spells/spell_types/wizard.dm +++ b/code/modules/spells/spell_types/wizard.dm @@ -319,7 +319,7 @@ AM.overlays += targeteffect throwtarget = get_edge_target_turf(user, get_dir(user, get_step_away(AM, user))) distfromcaster = get_dist(user, AM) - addtimer(src, "remove_sparkles", AM, targeteffect) + addtimer(src, "remove_sparkles", 10, FALSE, AM, targeteffect) if(distfromcaster == 0) if(istype(AM, /mob/living)) var/mob/living/M = AM