From 2d00abba6daeb6a2d7f13f4b615dc2c927fc67da Mon Sep 17 00:00:00 2001 From: py01 Date: Mon, 12 Aug 2019 20:17:15 -0700 Subject: [PATCH] Improvised shotgun shell recipe simplification (#45792) * improv shotgun shell recipe change * improv shell craft time * Update recipes.dm * Update recipes.dm * Update recipes.dm --- code/datums/components/crafting/recipes.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/datums/components/crafting/recipes.dm b/code/datums/components/crafting/recipes.dm index ee130d92722..c475818fac6 100644 --- a/code/datums/components/crafting/recipes.dm +++ b/code/datums/components/crafting/recipes.dm @@ -292,12 +292,11 @@ /datum/crafting_recipe/improvisedslug name = "Improvised Shotgun Shell" result = /obj/item/ammo_casing/shotgun/improvised - reqs = list(/obj/item/grenade/chem_grenade = 1, - /obj/item/stack/sheet/metal = 1, + reqs = list(/obj/item/stack/sheet/metal = 2, /obj/item/stack/cable_coil = 1, /datum/reagent/fuel = 10) tools = list(TOOL_SCREWDRIVER) - time = 5 + time = 12 category = CAT_WEAPONRY subcategory = CAT_AMMO