Skip to content

Commit

Permalink
Fixed a description
Browse files Browse the repository at this point in the history
  • Loading branch information
PatienceStPim committed Aug 22, 2024
1 parent 96c9da4 commit a9c54b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/food/sushi.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@

/obj/item/food/sushi_roll/vegetarian
name = "vegetarian sushi roll"
desc = "A roll of simple vegetarian sushi with rice, carrots, and potatoes. Sliceable into pieces!"
desc = "A roll of simple vegetarian sushi with rice, carrots, and cabbage. Sliceable into pieces!"
icon_state = "vegetariansushiroll"
tastes = list("boiled rice" = 4, "carrots" = 2, "potato" = 2)
slice_type = /obj/item/food/sushi_slice/vegetarian

/obj/item/food/sushi_slice/vegetarian
name = "vegetarian sushi slice"
desc = "A roll of simple vegetarian sushi with rice, carrots, and potatoes."
desc = "A roll of simple vegetarian sushi with rice, carrots, and cabbage."
icon_state = "vegetariansushislice"
tastes = list("boiled rice" = 4, "carrots" = 2, "potato" = 2)

Expand Down

0 comments on commit a9c54b6

Please sign in to comment.