Fixed the name of a cherry sandwich and slime sandwichs (#30638)

* Update sandwiches.dm

* Update sandwiches.dm
This commit is contained in:
Zack
2025-10-17 23:27:04 +00:00
committed by GitHub
parent 246148df8c
commit 266c490320
@@ -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