Fixes simplemob wizards from being able to leave the gateway (#25784)

This commit is contained in:
kevinz000
2017-04-02 20:49:01 -07:00
committed by Leo
parent 88544e5e44
commit 7880952da9
@@ -36,7 +36,6 @@
var/next_cast = 0
/mob/living/simple_animal/hostile/wizard/Initialize()
..()
fireball = new /obj/effect/proc_holder/spell/aimed/fireball
@@ -44,6 +43,7 @@
fireball.human_req = 0
fireball.player_lock = 0
AddSpell(fireball)
implants += new /obj/item/weapon/implant/exile(src)
mm = new /obj/effect/proc_holder/spell/targeted/projectile/magic_missile
mm.clothes_req = 0