adds recipe

includes a lot of mushrooms and also a mushroom bowl to make. its basically just a bunch of shrooms mixed together
This commit is contained in:
Orotheim
2024-08-21 17:12:06 +01:00
committed by GitHub
parent 7260c8a056
commit 2ed6a506ad
@@ -111,3 +111,16 @@
)
result = /obj/item/reagent_containers/food/snacks/cinammonbun
subcategory = CAT_PASTRY
//GS Food
/datum/crafting_recipe/food/lavaland_soup
name = "Lavaland Stew"
reqs = list(
/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_leaf = 1,
/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_stem = 1,
/obj/item/reagent_containers/food/snacks/grown/ash_flora/cactus_fruit = 2,
/obj/item/reagent_containers/glass/bowl/mushroom_bowl = 1
)
result = /obj/item/reagent_containers/food/tribal/soup
subcategory = CAT_PRIMAL