mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 09:28:26 +01:00
Gives Ashwalkers a soup they can make.
wow, soup!
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user