From a9c54b68dcfdd8a19c42ae07ee455885246e3061 Mon Sep 17 00:00:00 2001 From: PatienceStPim Date: Thu, 22 Aug 2024 18:20:42 +0100 Subject: [PATCH] Fixed a description --- code/game/objects/items/food/sushi.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/food/sushi.dm b/code/game/objects/items/food/sushi.dm index 5bdf1d50955be..d9c94dd593f70 100644 --- a/code/game/objects/items/food/sushi.dm +++ b/code/game/objects/items/food/sushi.dm @@ -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)