Purges improvised and overloaded improvised shotgun ammo (#23739)

* Purges improvised and overloaded improvised shotgun ammo

* order order tape recorder
This commit is contained in:
Qwertytoforty
2024-01-14 12:34:26 +00:00
committed by GitHub
parent b65245d668
commit e8b13b38cb
4 changed files with 1 additions and 78 deletions
-23
View File
@@ -421,29 +421,6 @@
category = CAT_WEAPONRY
subcategory = CAT_AMMO
/datum/crafting_recipe/improvisedslug
name = "Improvised Shotgun Shell"
result = list(/obj/item/ammo_casing/shotgun/improvised)
reqs = list(/obj/item/grenade/chem_grenade = 1,
/obj/item/stack/sheet/metal = 1,
/obj/item/stack/cable_coil = 1,
/datum/reagent/fuel = 10)
tools = list(TOOL_SCREWDRIVER)
time = 5
category = CAT_WEAPONRY
subcategory = CAT_AMMO
/datum/crafting_recipe/improvisedslugoverload
name = "Overload Improvised Shell"
result = list(/obj/item/ammo_casing/shotgun/improvised/overload)
reqs = list(/obj/item/ammo_casing/shotgun/improvised = 1,
/datum/reagent/blackpowder = 10,
/datum/reagent/plasma_dust = 20)
tools = list(TOOL_SCREWDRIVER)
time = 5
category = CAT_WEAPONRY
subcategory = CAT_AMMO
/datum/crafting_recipe/lasershot
name = "Lasershot Shell"
result = list(/obj/item/ammo_casing/shotgun/lasershot)