From e615038836cd177044fa1b1b59a4384aabbcc5a1 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Mon, 8 Apr 2019 02:35:27 -0400 Subject: [PATCH] Update snacks_other.dm Traditionally, an onigiri is filled with pickled salted salmon, katsuobushi, kombu, tarako, or any other salty or sour ingredient as a natural preservative. --- code/modules/food_and_drinks/food/snacks_other.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/food_and_drinks/food/snacks_other.dm b/code/modules/food_and_drinks/food/snacks_other.dm index ac6e0bfd44..5213cc96e1 100644 --- a/code/modules/food_and_drinks/food/snacks_other.dm +++ b/code/modules/food_and_drinks/food/snacks_other.dm @@ -208,13 +208,13 @@ foodtype = JUNKFOOD | SUGAR /obj/item/reagent_containers/food/snacks/tobiko - name = "Tobiko" + name = "tobiko" desc = "Spider eggs wrapped in a thin salted Kudzu pod" icon = 'modular_citadel/icons/obj/food/food.dmi' icon_state = "sushie_egg" list_reagents = list("nutriment" = 6, "vitamin" = 2) filling_color = "#FF3333" // R225 G051 B051 - tastes = list("seaweed" = 1, "salty" = 2) + tastes = list("seaweed" = 1, "cobwebs" = 1, "salty" = 2) foodtype = MEAT | VEGETABLES /obj/item/reagent_containers/food/snacks/chococoin @@ -581,10 +581,10 @@ foodtype = JUNKFOOD | SUGAR /obj/item/reagent_containers/food/snacks/riceball - name = "Onigiri" + name = "onigiri" desc = "A ball of rice with some light salt and a wrap of Kudzu skin." icon = 'modular_citadel/icons/obj/food/food.dmi' icon_state = "riceball" - list_reagents = list("nutriment" = 6, "sodiumchloride" = 4) - tastes = list("rice" = 4, "salt" = 1) + list_reagents = list("nutriment" = 6, "sodiumchloride" = 2) + tastes = list("rice" = 3, "salt" = 1) foodtype = GRAIN