From cd001411e1de55acf311727b15ee7dca51d5bfba Mon Sep 17 00:00:00 2001 From: ShadeAware <57020074+ShadeAware@users.noreply.github.com> Date: Mon, 20 Jan 2020 18:02:07 -0500 Subject: [PATCH] Update recipes_weapon_and_ammo.dm --- .../crafting/recipes/recipes_weapon_and_ammo.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm b/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm index bc3a3dcf05..b8d889c516 100644 --- a/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm +++ b/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm @@ -109,6 +109,18 @@ category = CAT_WEAPONRY subcategory = CAT_WEAPON +/datum/crafting_recipe/switchblade_ms + name = "Switchblade" + result = /obj/item/switchblade_makeshift + reqs = list(/obj/item/weaponcrafting/stock = 1, + /obj/item/weaponcrafting/receiver = 1, + /obj/item/kitchen/knife = 1, + /obj/item/stack/cable_coil = 2) + tools = list(TOOL_WELDER) + time = 45 + category = CAT_WEAPONRY + subcategory = CAT_WEAPONRY + ////////////////// ///BOMB CRAFTING// //////////////////