From 266c49032091938d0defccb8432cd81019a819e6 Mon Sep 17 00:00:00 2001 From: Zack Date: Fri, 17 Oct 2025 18:27:04 -0500 Subject: [PATCH] Fixed the name of a cherry sandwich and slime sandwichs (#30638) * Update sandwiches.dm * Update sandwiches.dm --- code/modules/food_and_drinks/food/foods/sandwiches.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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