Add missing recipe for spider meat loaf. (#32413)

This commit is contained in:
Alan
2026-08-13 17:42:25 +00:00
committed by GitHub
parent f958772e9b
commit b247086ebc
2 changed files with 17 additions and 1 deletions
@@ -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
@@ -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