Update towercap.dm

This commit is contained in:
Ghom
2020-03-06 05:41:49 +01:00
committed by GitHub
parent b80acdfaa6
commit 5c67c71e90
+1 -2
View File
@@ -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())