From ffd9f7e2c57736243ff69012fed9ffc0571dcdfa Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Wed, 10 Dec 2025 08:30:22 -0500 Subject: [PATCH] Fixes smith knives not being able to embed (#31230) --- code/modules/smithing/smithed_items/knives.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/smithing/smithed_items/knives.dm b/code/modules/smithing/smithed_items/knives.dm index 552d8af6dbd..7e544e3dd7d 100644 --- a/code/modules/smithing/smithed_items/knives.dm +++ b/code/modules/smithing/smithed_items/knives.dm @@ -4,6 +4,7 @@ icon = 'icons/obj/smithing.dmi' icon_state = "debug" slot_flags = ITEM_SLOT_BELT + embedded_ignore_throwspeed_threshold = TRUE new_attack_chain = TRUE /// The quality of the item @@ -136,6 +137,7 @@ name = "throwing knife" desc = "A lightweight, balanced throwing knife. The sharp blade enhances the chance to embed." icon_state = "throwing_knife" + throw_speed = 4 base_speed_mod = -0.25 base_productivity_mod = -0.25 throw_force_increase = 6 // 16 throw force at standard, 22 throw force at masterwork