From ef07d66eb7d6c69b431dde6d542ac8890640d1e3 Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:24:05 -0500 Subject: [PATCH] Fixes smith knife names (#31315) --- code/modules/smithing/components/knife_components.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/smithing/components/knife_components.dm b/code/modules/smithing/components/knife_components.dm index db618d0f5a2..f56320488df 100644 --- a/code/modules/smithing/components/knife_components.dm +++ b/code/modules/smithing/components/knife_components.dm @@ -37,13 +37,13 @@ finished_product = /obj/item/kitchen/knife/smithed/utility /obj/item/smithed_item/component/knife_handle/throwing - name = "throwing knife blade" + name = "throwing knife handle" desc = "Lightweight smithed component part of a knife. There is a small ring on the end of the handle." materials = list(MAT_METAL = 3000, MAT_TITANIUM = 3000) finished_product = /obj/item/kitchen/knife/smithed/thrown /obj/item/smithed_item/component/knife_handle/combat - name = "combat knife blade" + name = "combat knife handle" desc = "Heavyweight smithed component part of a knife. The handle is thick and rugged." materials = list(MAT_TITANIUM = 3000, MAT_PLASMA = 3000) finished_product = /obj/item/kitchen/knife/smithed/combat