This commit is contained in:
lolman360
2020-08-18 10:05:54 +10:00
parent bb86003510
commit 93fa8b72b8

View File

@@ -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