From fe52621595758dd151aee2bb894823bc6d6a221a Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Mar 2019 02:39:27 +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 06b448922d..793afe1e74 100644 --- a/code/modules/mob/living/simple_animal/vore/solargrub_subtype.dm +++ b/code/modules/mob/living/simple_animal/vore/solargrub_subtype.dm @@ -32,6 +32,6 @@ /mob/living/simple_animal/retaliate/solargrub/smes/death() ..() - var//obj/machinery/power/drop = new /obj/machinery/power/smes/buildable/outpost_substation/grub(location) + var/obj/machinery/power/drop = new /obj/machinery/power/smes/buildable/outpost_substation/grub(location) drop.charge = charge qdel(src)