diff --git a/code/game/gamemodes/miniantags/morph/morph.dm b/code/game/gamemodes/miniantags/morph/morph.dm index c31de3089aa..55d4e897c8b 100644 --- a/code/game/gamemodes/miniantags/morph/morph.dm +++ b/code/game/gamemodes/miniantags/morph/morph.dm @@ -65,6 +65,12 @@ pass_airlock_spell = new AddSpell(pass_airlock_spell) +/mob/living/simple_animal/hostile/morph/Destroy() + QDEL_NULL(mimic_spell) + QDEL_NULL(ambush_spell) + QDEL_NULL(pass_airlock_spell) + return ..() + /mob/living/simple_animal/hostile/morph/Stat(Name, Value) ..() if(statpanel("Status"))