From 7035705f8b9c617ba7c88f0066f73bd00d4b02e6 Mon Sep 17 00:00:00 2001 From: ShadeAware <57020074+ShadeAware@users.noreply.github.com> Date: Thu, 23 Jan 2020 16:40:54 -0500 Subject: [PATCH] and again --- code/modules/crafting/recipes/recipes_weapon_and_ammo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm b/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm index 40a3227c06..b44df31b3b 100644 --- a/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm +++ b/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm @@ -111,7 +111,7 @@ /datum/crafting_recipe/switchblade_ms name = "Switchblade" - result = /obj/item/switchblade/makeshift + result = /obj/item/switchblade/crafted reqs = list(/obj/item/weaponcrafting/stock = 1, /obj/item/weaponcrafting/receiver = 1, /obj/item/kitchen/knife = 1,