diff --git a/GainStation13/code/modules/food_and_drinks/food.dm b/GainStation13/code/modules/food_and_drinks/food.dm index 824cb2c7..d1e99bcc 100644 --- a/GainStation13/code/modules/food_and_drinks/food.dm +++ b/GainStation13/code/modules/food_and_drinks/food.dm @@ -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) \ No newline at end of file