Fireball explosion fixes

This commit is contained in:
ZomgPonies
2014-07-20 04:31:32 -04:00
parent 681ab587ad
commit 4e1d24609f
3 changed files with 7 additions and 10 deletions
+1 -2
View File
@@ -5,11 +5,10 @@
var/ex_severe = 1
var/ex_heavy = 2
var/ex_light = 3
var/ex_flash = 4
/obj/effect/proc_holder/spell/targeted/explosion/cast(list/targets)
for(var/mob/living/target in targets)
explosion(target.loc,ex_severe,ex_heavy,ex_light,ex_flash)
explosion(target.loc,ex_severe,ex_heavy,ex_light)
return