Gives Ashwalkers a soup they can make.

wow, soup!
This commit is contained in:
Orotheim
2024-08-21 17:01:27 +01:00
committed by GitHub
parent 3a72f02b13
commit 5dab51633e
@@ -136,3 +136,15 @@
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 medicinal soup"
icon = "icons/obj/food/soupsalad.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.
tastes = list("mushrooms, warmth" = 1)