From 6af8b72f0ef3f887be48280aa75193381da2e5d4 Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:03:10 -0500 Subject: [PATCH] Fixes smithed knives having no inhand (#31491) --- code/modules/smithing/smithed_items/knives.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/smithing/smithed_items/knives.dm b/code/modules/smithing/smithed_items/knives.dm index 0e9d55c239b..f4ac6bb6286 100644 --- a/code/modules/smithing/smithed_items/knives.dm +++ b/code/modules/smithing/smithed_items/knives.dm @@ -3,6 +3,7 @@ desc = ABSTRACT_TYPE_DESC icon = 'icons/obj/smithing.dmi' icon_state = "debug" + inhand_icon_state = "knife" slot_flags = ITEM_SLOT_BELT embedded_ignore_throwspeed_threshold = TRUE