Rename metal sheets to iron sheets (#56643)

It's a specific type of metal, it shouldnt just be called generic "metal".
The reagent, ore and material datum are already called iron.
This commit is contained in:
Fikou
2021-02-05 15:48:00 +00:00
committed by GitHub
parent 039abf2b07
commit 8d586a7cb0
155 changed files with 505 additions and 506 deletions
+1 -1
View File
@@ -122,7 +122,7 @@
if(W.tool_behaviour == TOOL_CROWBAR && deconstruction_state == SHOWCASE_SCREWDRIVERED)
if(W.use_tool(src, user, 20, volume=100))
to_chat(user, "<span class='notice'>You start to crowbar the showcase apart...</span>")
new /obj/item/stack/sheet/metal(drop_location(), 4)
new /obj/item/stack/sheet/iron(drop_location(), 4)
qdel(src)
if(deconstruction_state == SHOWCASE_CONSTRUCTED && default_unfasten_wrench(user, W))