diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 1d1fdd539f9..6e5702f8ce7 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -35,6 +35,7 @@ if(g_amount >= 3750) var/obj/item/stack/sheet/glass/G = new /obj/item/stack/sheet/glass(src.loc) G.amount = round(g_amount / 3750) + del(src) return 1 else user << "\red You can't load the autolathe while it's opened."