From 7e6c1ee6ae06a63fdbbbcf037ae0019e754d2a53 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 1 Nov 2020 11:27:25 +0100 Subject: [PATCH] [MIRROR] Pea Soup Now Requires a Bowl (THE ECONOMY IS SAVED!) (#1529) * pea soup bowl (#54687) About The Pull Request Fixes #54678. Why It's Good For The Game Dear god, imagine what people could do with infinite bowls... in fact, I'd rather not. * Pea Soup Now Requires a Bowl (THE ECONOMY IS SAVED!) Co-authored-by: EOBGames <58124831+EOBGames@users.noreply.github.com> --- .../modules/food_and_drinks/recipes/tablecraft/recipes_soup.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_soup.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_soup.dm index d1c3fd82e3b..f14d2726bb7 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_soup.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_soup.dm @@ -300,7 +300,8 @@ /datum/reagent/water = 10, /obj/item/reagent_containers/food/snacks/grown/peas = 2, /obj/item/reagent_containers/food/snacks/grown/parsnip = 1, - /obj/item/reagent_containers/food/snacks/grown/carrot = 1 + /obj/item/reagent_containers/food/snacks/grown/carrot = 1, + /obj/item/reagent_containers/glass/bowl = 1 ) result = /obj/item/food/soup/peasoup subcategory = CAT_SOUP