diff --git a/code/datums/components/crafting/recipes.dm b/code/datums/components/crafting/recipes.dm index f13f5b8a89d..c4a5d4c4833 100644 --- a/code/datums/components/crafting/recipes.dm +++ b/code/datums/components/crafting/recipes.dm @@ -73,18 +73,6 @@ category = CAT_WEAPONRY subcategory = CAT_WEAPON -/datum/crafting_recipe/lance - name = "Explosive Lance (Grenade)" - result = /obj/item/spear/explosive - reqs = list(/obj/item/spear = 1, - /obj/item/grenade = 1) - blacklist = list(/obj/item/spear/bonespear, /obj/item/spear/bamboospear) - parts = list(/obj/item/spear = 1, - /obj/item/grenade = 1) - time = 1.5 SECONDS - category = CAT_WEAPONRY - subcategory = CAT_WEAPON - /datum/crafting_recipe/strobeshield name = "Strobe Shield" result = /obj/item/shield/riot/flash