This commit is contained in:
lolman360
2020-08-18 10:05:54 +10:00
parent bb86003510
commit 93fa8b72b8
+1
View File
@@ -32,6 +32,7 @@
var/obj/item/ingot/notsword = I var/obj/item/ingot/notsword = I
if(working) if(working)
to_chat(user, "You heat the [notsword] in the [src].") to_chat(user, "You heat the [notsword] in the [src].")
notsword.workability = "shapeable"
else else
to_chat(user, "The furnace isn't working!.") to_chat(user, "The furnace isn't working!.")
else else