From f53ca6ba4b3faa263f05ba786f0b0ce876e78f69 Mon Sep 17 00:00:00 2001 From: Vladin Date: Thu, 28 Jan 2021 21:25:55 -0500 Subject: [PATCH] Life is just a bowl of pits. A reponse to all who say life is a bowl of cherries, having some good (the flesh of the fruit) and some bad (the pits) --- code/modules/food_and_drinks/food/snacks_salad.dm | 1 + code/modules/food_and_drinks/food/snacks_soup.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/modules/food_and_drinks/food/snacks_salad.dm b/code/modules/food_and_drinks/food/snacks_salad.dm index 7f71e534..5dd7ad48 100644 --- a/code/modules/food_and_drinks/food/snacks_salad.dm +++ b/code/modules/food_and_drinks/food/snacks_salad.dm @@ -121,6 +121,7 @@ name = "hell cobb salad" desc = "If you're being honest with yourself it's just a bowl of mushrooms with chunks of meat and an egg." icon_state = "hellcobb" + trash = /obj/item/reagent_containers/glass/bowl/mushroom_bowl bonus_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 4) tastes = list("fruity cactus" = 5, "ash" = 1, "tough meat" = 3, "your eternal damnation" = 1) foodtype = FRUIT | MEAT | VEGETABLES //MUSHROOM = VEGETABLE -VladinXXV 2021 diff --git a/code/modules/food_and_drinks/food/snacks_soup.dm b/code/modules/food_and_drinks/food/snacks_soup.dm index b9ec59db..7b498c7c 100644 --- a/code/modules/food_and_drinks/food/snacks_soup.dm +++ b/code/modules/food_and_drinks/food/snacks_soup.dm @@ -259,6 +259,7 @@ name = "cream of the wastes soup" desc = "Locals say the bowl gives it a unique flavor each time. That might just be whatever killed the goliath getting in your bowl, though." icon_state = "wastessoup" + trash = /obj/item/reagent_containers/glass/bowl/mushroom_bowl var/snowflake_reagent = null list_reagents = list(/datum/reagent/consumable/nutriment = 6) tastes = list("a fresh kill" = 3, "creamy mushroom" = 5, "a warm sunset over the scorched landscape of hell" = 1)