Merge pull request #242 from Orotheim/mmm-soup

Adds a new soup item for Ashwalkers
This commit is contained in:
evilew
2024-08-21 23:47:31 +02:00
committed by GitHub
3 changed files with 24 additions and 0 deletions
@@ -136,3 +136,14 @@
filling_color = "#e9e6e3"
tastes = list("eggs", "breakfast" = 1)
foodtype = GRAIN | SUGAR
//GS Food
/obj/item/reagent_containers/food/tribal/soup
name = "lavaland stew"
desc = "A mixture of various lavaland mushrooms, turned into a bland but medicinal stew."
icon = 'icons/obj/food/ported_meals.dmi'
icon_state = "lavalandsoup"
list_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/vitfro = 15) //Primarily here to let ashwalkers make medicine. Low nutrient content, high medicine content.
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 10 KiB