Improvised shotgun shell recipe simplification (#45792)

* improv shotgun shell recipe change

* improv shell craft time

* Update recipes.dm

* Update recipes.dm

* Update recipes.dm
This commit is contained in:
py01
2019-08-12 20:17:15 -07:00
committed by Rob Bailey
parent 6a9e098af8
commit 2d00abba6d
+2 -3
View File
@@ -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