diff --git a/code/modules/mob/living/simple_animal/vore/solargrub_subtype.dm b/code/modules/mob/living/simple_animal/vore/solargrub_subtype.dm index 17331543d2..6b53c15e0b 100644 --- a/code/modules/mob/living/simple_animal/vore/solargrub_subtype.dm +++ b/code/modules/mob/living/simple_animal/vore/solargrub_subtype.dm @@ -25,5 +25,5 @@ /mob/living/simple_animal/retaliate/solargrub/smes/death() ..() - new /obj/machinery/power/smes/buildable/SMES(location) + new /obj/machinery/power/smes/buildable(location) qdel(src)