Skip to content

Commit

Permalink
Disambiguate jelly donuts (#26830)
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyMan3595 authored Sep 25, 2024
1 parent b991c4b commit 44d594c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/food_and_drinks/food/foods/baked_goods.dm
Original file line number Diff line number Diff line change
Expand Up @@ -500,14 +500,14 @@
filling_color = "#FF69B4"

/obj/item/food/donut/jelly/slimejelly
name = "jelly donut"
name = "slime jelly donut"
desc = "You jelly?"
icon_state = "jdonut1"
extra_reagent = "slimejelly"
goal_difficulty = FOOD_GOAL_HARD

/obj/item/food/donut/jelly/cherryjelly
name = "jelly donut"
name = "cherry jelly donut"
desc = "You jelly?"
icon_state = "jdonut1"
extra_reagent = "cherryjelly"
Expand Down

0 comments on commit 44d594c

Please sign in to comment.