From 3a1cfe9f596018f68e90b7f8c8f63a054545fb22 Mon Sep 17 00:00:00 2001 From: Ordonis Date: Tue, 20 Feb 2018 17:27:55 -0600 Subject: [PATCH] Fixes #35814 (#35823) Ree container changes ruined my neat solution now it's less neat reeeeeeeeeeee --- code/modules/food_and_drinks/food/snacks_soup.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/food/snacks_soup.dm b/code/modules/food_and_drinks/food/snacks_soup.dm index 3e3fc9440a..5f01d3170e 100644 --- a/code/modules/food_and_drinks/food/snacks_soup.dm +++ b/code/modules/food_and_drinks/food/snacks_soup.dm @@ -70,8 +70,8 @@ name = "clown's tears" desc = "Not very funny." icon_state = "clownstears" - bonus_reagents = list("nutriment" = 1, "banana" = 5, "vitamin" = 8) - list_reagents = list("nutriment" = 4, "banana" = 5, "water" = 5, "vitamin" = 8) + bonus_reagents = list("nutriment" = 1, "banana" = 5, "vitamin" = 8, "clownstears" = 10) + list_reagents = list("nutriment" = 4, "banana" = 5, "water" = 5, "vitamin" = 8, "clownstears" = 10) tastes = list("a bad joke" = 1) foodtype = FRUIT | SUGAR