From bfad9ee952a6e1d42b82c01b0a80f1127de26420 Mon Sep 17 00:00:00 2001 From: Darkmight9 <45213755+Darkmight9@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:08:31 -0500 Subject: [PATCH] Makes meteor shot uncraftable (#14938) --- code/modules/crafting/recipes.dm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 35d2671cc13..3ec2e5bf565 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -151,17 +151,6 @@ subcategory = CAT_WEAPON alert_admins_on_craft = TRUE -/datum/crafting_recipe/meteorshot - name = "Meteorshot Shell" - result = /obj/item/ammo_casing/shotgun/meteorshot - reqs = list(/obj/item/ammo_casing/shotgun/techshell = 1, - /obj/item/rcd_ammo = 1, - /obj/item/stock_parts/manipulator = 2) - tools = list(TOOL_SCREWDRIVER) - time = 5 - category = CAT_WEAPONRY - subcategory = CAT_AMMO - /datum/crafting_recipe/pulseslug name = "Pulse Slug Shell" result = /obj/item/ammo_casing/shotgun/pulseslug