fixes demons

This commit is contained in:
Aurorablade
2016-03-29 20:51:16 -04:00
parent 69de9f1ced
commit a34efa3af8
3 changed files with 48 additions and 41 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
/obj/effect/proc_holder/spell/bloodcrawl/perform(obj/effect/decal/cleanable/target, recharge = 1, mob/living/user = usr)
if(istype(user))
if(phased == 1)
if(phased)
if(user.phasein(target))
phased = 0
else