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