mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user