Brainmobs can no longer ethereal jaunt

This commit is contained in:
Crazylemon
2016-01-25 19:21:40 -08:00
committed by Crazylemon64
parent 9fdc7d33bf
commit 07a62934e4
3 changed files with 12 additions and 2 deletions
+3
View File
@@ -19,6 +19,9 @@
/obj/effect/proc_holder/spell/targeted/ethereal_jaunt/cast(list/targets) //magnets, so mostly hardcoded
for(var/mob/living/target in targets)
if(!target.can_safely_leave_loc()) // No more brainmobs hopping out of their brains
target << "<span class='warning'>You are somehow too bound to your current location to abandon it.</span>"
continue
spawn(0)
if(target.buckled)