From 7880952da975b245aae5c64b01e4fa403f5cb42e Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Sun, 2 Apr 2017 20:49:01 -0700 Subject: [PATCH] Fixes simplemob wizards from being able to leave the gateway (#25784) --- code/modules/mob/living/simple_animal/hostile/wizard.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/wizard.dm b/code/modules/mob/living/simple_animal/hostile/wizard.dm index efd5ee47c4a..7c433eb4d9f 100644 --- a/code/modules/mob/living/simple_animal/hostile/wizard.dm +++ b/code/modules/mob/living/simple_animal/hostile/wizard.dm @@ -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