From 851815f9c402f03ad785d4f3eec7f685a41ad223 Mon Sep 17 00:00:00 2001 From: ShadeAware <57020074+ShadeAware@users.noreply.github.com> Date: Mon, 20 Jan 2020 18:50:57 -0500 Subject: [PATCH] Update recipes_weapon_and_ammo.dm --- 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 b8d889c516..40a3227c06 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/makeshift reqs = list(/obj/item/weaponcrafting/stock = 1, /obj/item/weaponcrafting/receiver = 1, /obj/item/kitchen/knife = 1,