diff --git a/code/modules/food_and_drinks/food/foods/sandwiches.dm b/code/modules/food_and_drinks/food/foods/sandwiches.dm index ac1e52f61d6..689ebac3da5 100644 --- a/code/modules/food_and_drinks/food/foods/sandwiches.dm +++ b/code/modules/food_and_drinks/food/foods/sandwiches.dm @@ -383,11 +383,12 @@ tastes = list("toast" = 1, "jelly" = 1) /obj/item/food/jellysandwich/slime + name = "slime sandwich" list_reagents = list("nutriment" = 2, "slimejelly" = 5, "vitamin" = 2) goal_difficulty = FOOD_GOAL_NORMAL /obj/item/food/jellysandwich/cherry - name = "slime sandwich" + name = "cherry sandwich" list_reagents = list("nutriment" = 2, "cherryjelly" = 5, "vitamin" = 2) goal_difficulty = FOOD_GOAL_NORMAL