mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Add missing recipe for spider meat loaf. (#32413)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user