From 5c67c71e90a98139ee018b94d9a73a8bbf487028 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Fri, 6 Mar 2020 05:41:49 +0100 Subject: [PATCH] Update towercap.dm --- code/modules/hydroponics/grown/towercap.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/hydroponics/grown/towercap.dm b/code/modules/hydroponics/grown/towercap.dm index b0c7b9152b..1775a1f9b1 100644 --- a/code/modules/hydroponics/grown/towercap.dm +++ b/code/modules/hydroponics/grown/towercap.dm @@ -273,9 +273,8 @@ var/obj/item/O = A O.microwave_act() else if(istype(A, /obj/item/grown/log)) - var/C = /obj/item/stack/sheet/mineral/coal qdel(A) - new C(src.loc, 1) + new /obj/item/stack/sheet/mineral/coal(loc, 1) /obj/structure/bonfire/process() if(!CheckOxygen())