This commit is contained in:
ZomgPonies
2014-08-03 23:42:00 -04:00
parent 85045ef281
commit 6ac92ebe19
+1 -1
View File
@@ -321,7 +321,7 @@
/obj/effect/proc_holder/spell/wizard/targeted/immolate/cast(list/targets)
if(!targets.len)
user << "<span class='notice'>No target found in range.</span>"
usr << "<span class='notice'>No target found in range.</span>"
return
var/mob/living/carbon/L = targets[1]