From f0b44b40dbfece651ea53d3507b9d7787dce5168 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 28 Feb 2019 16:53:43 +0100 Subject: [PATCH] Update solargrub.dm --- code/modules/mob/living/simple_animal/vore/solargrub.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/vore/solargrub.dm b/code/modules/mob/living/simple_animal/vore/solargrub.dm index d8b57629f7..6bba9fcf1a 100644 --- a/code/modules/mob/living/simple_animal/vore/solargrub.dm +++ b/code/modules/mob/living/simple_animal/vore/solargrub.dm @@ -128,6 +128,6 @@ List of things solar grubs should be able to do: icon_dead = "smes" /mob/living/simple_animal/retaliate/solargrub/smes/death() - ..() + . = ..() new /obj/machinery/power/smes(location) qdel(src)