From b247086ebc1490a21cab7ef1ea826e17ad5568af Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 13 Aug 2026 17:42:25 +0000 Subject: [PATCH] Add missing recipe for spider meat loaf. (#32413) --- code/modules/cooking/recipes/oven_recipes.dm | 17 +++++++++++++++++ .../modules/food_and_drinks/food/foods/bread.dm | 1 - 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/code/modules/cooking/recipes/oven_recipes.dm b/code/modules/cooking/recipes/oven_recipes.dm index 31bf0a96eef..e706cdfe212 100644 --- a/code/modules/cooking/recipes/oven_recipes.dm +++ b/code/modules/cooking/recipes/oven_recipes.dm @@ -682,6 +682,23 @@ PCWJ_USE_OVEN(J_MED, 10 SECONDS), ) +/datum/cooking/recipe/spidermeatbread + container_type = /obj/item/reagent_containers/cooking/oven + product_type = /obj/item/food/sliceable/spidermeatbread + catalog_category = COOKBOOK_CATEGORY_MEAT + steps = list( + PCWJ_ADD_ITEM(/obj/item/food/dough), + PCWJ_ADD_ITEM(/obj/item/food/dough), + PCWJ_ADD_ITEM(/obj/item/food/dough), + PCWJ_ADD_ITEM(/obj/item/food/monstermeat/spidermeat), + PCWJ_ADD_ITEM(/obj/item/food/monstermeat/spidermeat), + PCWJ_ADD_ITEM(/obj/item/food/monstermeat/spidermeat), + PCWJ_ADD_ITEM(/obj/item/food/sliced/cheesewedge), + PCWJ_ADD_ITEM(/obj/item/food/sliced/cheesewedge), + PCWJ_ADD_ITEM(/obj/item/food/sliced/cheesewedge), + PCWJ_USE_OVEN(J_MED, 10 SECONDS), + ) + /datum/cooking/recipe/meatpie container_type = /obj/item/reagent_containers/cooking/oven product_type = /obj/item/food/meatpie diff --git a/code/modules/food_and_drinks/food/foods/bread.dm b/code/modules/food_and_drinks/food/foods/bread.dm index 1e04086d06f..3b61bfce1b5 100644 --- a/code/modules/food_and_drinks/food/foods/bread.dm +++ b/code/modules/food_and_drinks/food/foods/bread.dm @@ -65,7 +65,6 @@ icon_state = "spidermeatslice" list_reagents = list("protein" = 4, "nutriment" = 2, "toxin" = 3, "vitamin" = 1) tastes = list("bread" = 10, "cobwebs" = 5) - list_reagents = list("toxin" = 2) goal_difficulty = FOOD_GOAL_EXCESSIVE /obj/item/food/sliceable/bananabread