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,