From 9d8c7dff3583bc614dfffe49ea77665d543005d5 Mon Sep 17 00:00:00 2001 From: CuteMoff <81271196+CuteMoff@users.noreply.github.com> Date: Tue, 23 Mar 2021 23:15:03 -0400 Subject: [PATCH] Update code/modules/smithing/smithed_items.dm Co-authored-by: SandPoot <43283559+SandPoot@users.noreply.github.com> --- code/modules/smithing/smithed_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/smithing/smithed_items.dm b/code/modules/smithing/smithed_items.dm index 4c024a20e6..71e35ba989 100644 --- a/code/modules/smithing/smithed_items.dm +++ b/code/modules/smithing/smithed_items.dm @@ -50,7 +50,7 @@ custom_materials = list(/datum/material/iron=12000) /obj/item/ingot/diamond - custom_materials = list(/datum/material/diamond=12000) + custom_materials = list(/datum/material/diamond=12000) /obj/item/ingot/uranium custom_materials = list(/datum/material/uranium=12000)