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())