From 5218840e6dd242e3657ffa89d2cc7ce8414c6f3b Mon Sep 17 00:00:00 2001 From: lolman360 Date: Mon, 24 Aug 2020 02:01:46 +1000 Subject: [PATCH] w --- code/modules/smithing/smithed_items.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/smithing/smithed_items.dm b/code/modules/smithing/smithed_items.dm index 3d036d380c..5a96eb2244 100644 --- a/code/modules/smithing/smithed_items.dm +++ b/code/modules/smithing/smithed_items.dm @@ -83,10 +83,6 @@ name = "brass ingnot" desc = "On closer inspection, what appears to be wholly-unsuitable-for-smithing brass is actually more structurally stable bronze. Ratvar must have transformed the brass into bronze. Somehow." -/obj/item/smithing/Initialize() - ..() - desc = "A [src]. Hit it with a [finishingitem.name] to create a [finalitem.name]." - /obj/item/smithing/attackby(obj/item/I, mob/user) if(istype(I, finishingitem))