From 8fec3e3d1c63f4e84cdae7b2998954cf8dab3eea Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Mon, 8 Apr 2019 15:32:23 -0400 Subject: [PATCH] fixed more grammar --- code/modules/food_and_drinks/food/snacks_meat.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/food/snacks_meat.dm b/code/modules/food_and_drinks/food/snacks_meat.dm index 78aae3f29e..cf99bd78d9 100644 --- a/code/modules/food_and_drinks/food/snacks_meat.dm +++ b/code/modules/food_and_drinks/food/snacks_meat.dm @@ -68,7 +68,7 @@ /obj/item/reagent_containers/food/snacks/sushi_adv name = "funa nigiri" - desc = "A pice of carp lightly placed on some rice." + desc = "A peace of carp lightly placed on some rice." icon = 'modular_citadel/icons/obj/food/food.dmi' icon_state = "sushie_adv" bonus_reagents = list("vitamin" = 2) @@ -80,7 +80,7 @@ /obj/item/reagent_containers/food/snacks/sushi_pro name = "funa nigiri" - desc = "A well prepared pice of the best of the carp fillet placed on rice. Looks fancy and fresh!" + desc = "A well prepared peace of the best of the carp fillet placed on rice. Looks fancy and fresh!" icon = 'modular_citadel/icons/obj/food/food.dmi' icon_state = "sushie_pro" bonus_reagents = list("nutriment" = 2, "vitamin" = 2)