From d418f0b52c990dbd18888db4d73b61b7652d2599 Mon Sep 17 00:00:00 2001 From: CacheAtWork <133615617+CacheAtWork@users.noreply.github.com> Date: Thu, 29 Jun 2023 23:18:23 +0100 Subject: [PATCH] Update recipes_weapon_and_ammo.dm --- .../components/crafting/recipes/recipes_weapon_and_ammo.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm b/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm index 20e63e335fd..8c548b7b815 100644 --- a/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm +++ b/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm @@ -986,6 +986,8 @@ tools = list(TOOL_WORKBENCH) reqs = list(/obj/item/stack/sheet/metal = 5, /obj/item/advanced_crafting_components/receiver = 1, + /obj/item/stack/crafting/goodparts = 2, + /obj/item/stack/sheet/mineral/wood = 1, /obj/item/stack/crafting/metalparts = 2) time = 120 category = CAT_WEAPONRY