Update weapons.dm (#15921)

This commit is contained in:
TheRyeGuyWhoWillNowDie
2022-09-30 12:46:54 -05:00
committed by GitHub
parent b1d703de4b
commit 907e3479b9

View File

@@ -386,10 +386,9 @@
/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 = 1,
/obj/item/stack/cable_coil = 1,
/datum/reagent/fuel = 10)
/datum/reagent/fuel = 5)
tools = list(TOOL_SCREWDRIVER)
time = 0.5 SECONDS
category = CAT_WEAPONRY