mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
Fixes simplemob wizards from being able to leave the gateway (#25784)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user