From aa1ca1754b856909625635547901ae0e0ee83fc2 Mon Sep 17 00:00:00 2001 From: Sadhorizon <108196626+Sadhorizon@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:11:36 +0200 Subject: [PATCH] Secbelts can now hold knives. (#3455) ## About The Pull Request Title. ## Why It's Good For The Game A knife is a pretty common piece of sec gear in the frontier actually. ## Changelog :cl: tweak: You can now put knives in secbelts and the subtypes of secbelts. fix: You can now fit all knives in mining webbings. /:cl: --- code/game/objects/items/storage/belt.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index f7496176f64c..d3cdb5ac4d8a 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -368,7 +368,7 @@ /obj/item/storage/fancy/cigarettes, /obj/item/reagent_containers/food/drinks/bottle, /obj/item/stack/medical, - /obj/item/melee/knife/kitchen, + /obj/item/melee/knife, /obj/item/reagent_containers/hypospray, /obj/item/gps, /obj/item/storage/bag/ore,