From 93fa8b72b89aa061cec7d9cfb206d2a84d013e4e Mon Sep 17 00:00:00 2001 From: lolman360 Date: Tue, 18 Aug 2020 10:05:54 +1000 Subject: [PATCH] w e w --- code/modules/smithing/furnace.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/smithing/furnace.dm b/code/modules/smithing/furnace.dm index 205ccd189d..1046b40dae 100644 --- a/code/modules/smithing/furnace.dm +++ b/code/modules/smithing/furnace.dm @@ -32,6 +32,7 @@ var/obj/item/ingot/notsword = I if(working) to_chat(user, "You heat the [notsword] in the [src].") + notsword.workability = "shapeable" else to_chat(user, "The furnace isn't working!.") else