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