From bff53530f454f3f8f2afb4a23ce4b4c54d47c467 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Mon, 8 Apr 2019 02:49:48 -0400 Subject: [PATCH] tastes --- code/modules/food_and_drinks/food/snacks_meat.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/food/snacks_meat.dm b/code/modules/food_and_drinks/food/snacks_meat.dm index 2ef632350e..78aae3f29e 100644 --- a/code/modules/food_and_drinks/food/snacks_meat.dm +++ b/code/modules/food_and_drinks/food/snacks_meat.dm @@ -63,7 +63,7 @@ list_reagents = list("nutriment" = 4) bitesize = 10 filling_color = "#F2EEEA" //rgb(242, 238, 234) - tastes = list("fish" = 1, "rice" = 1, "salt" = 1) + tastes = list("fish" = 1, "rice" = 2, "salt" = 1) foodtype = MEAT | VEGETABLES /obj/item/reagent_containers/food/snacks/sushi_adv @@ -75,7 +75,7 @@ list_reagents = list("nutriment" = 6) bitesize = 10 filling_color = "#F2EEEA" //rgb(242, 238, 234) - tastes = list("fish" = 1, "rice" = 1, "salt" = 1) + tastes = list("fish" = 2, "rice" = 2, "salt" = 1) foodtype = MEAT | VEGETABLES /obj/item/reagent_containers/food/snacks/sushi_pro