From b91df1403e5bf93009335390147eea7fa1a8d300 Mon Sep 17 00:00:00 2001 From: The0bserver Date: Thu, 14 Jan 2021 01:31:58 -0500 Subject: [PATCH] The lack of recevier. It is the opposite of funny! --- .../components/crafting/recipes/recipes_weapon_and_ammo.dm | 1 + 1 file changed, 1 insertion(+) 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 3b37151363..0135cab77f 100644 --- a/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm +++ b/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm @@ -298,6 +298,7 @@ name = "Improvised Shotgun" result = /obj/item/gun/ballistic/revolver/doublebarrel/improvised reqs = list(/obj/item/pipe = 1, + /obj/item/weaponcrafting/receiver = 1, /obj/item/weaponcrafting/stock = 1, /obj/item/stack/packageWrap = 5) tools = list(TOOL_SCREWDRIVER)