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