mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update weapons.dm (#15921)
This commit is contained in:
committed by
GitHub
parent
b1d703de4b
commit
907e3479b9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user