From 409cc67482950500babee0efbfa372c4db71cea4 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 4 Mar 2019 10:01:58 +0100 Subject: [PATCH] Update solargrub_subtype.dm --- code/modules/mob/living/simple_animal/vore/solargrub_subtype.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)