mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Fixed the name of a cherry sandwich and slime sandwichs (#30638)
* Update sandwiches.dm * Update sandwiches.dm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user