From 00a41b93732b1c735b3117a1fd35a3d6b0a6bf4c Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Sat, 24 Dec 2022 09:58:52 -0600 Subject: [PATCH] loafed (#19922) --- code/modules/food_and_drinks/food/foods/bread.dm | 6 ++---- code/modules/food_and_drinks/food/foods/ingredients.dm | 2 +- code/modules/food_and_drinks/food/foods/side_dishes.dm | 1 - 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/code/modules/food_and_drinks/food/foods/bread.dm b/code/modules/food_and_drinks/food/foods/bread.dm index 7565b5b30a7..0d84f42eeb9 100644 --- a/code/modules/food_and_drinks/food/foods/bread.dm +++ b/code/modules/food_and_drinks/food/foods/bread.dm @@ -69,7 +69,7 @@ /obj/item/reagent_containers/food/snacks/sliceable/tofubread name = "tofubread" - icon_state = "Like meatbread but for vegetarians. Not guaranteed to give superpowers." + desc = "Like meatbread but for vegetarians. Not guaranteed to give superpowers." icon_state = "tofubread" slice_path = /obj/item/reagent_containers/food/snacks/tofubreadslice slices_num = 5 @@ -85,7 +85,7 @@ /obj/item/reagent_containers/food/snacks/sliceable/bread name = "bread" - icon_state = "Some plain old Earthen bread." + desc = "Some plain old Earthen bread." icon_state = "bread" slice_path = /obj/item/reagent_containers/food/snacks/breadslice slices_num = 6 @@ -219,5 +219,3 @@ trash = /obj/item/trash/waffles filling_color = "#E6DEB5" list_reagents = list("nutriment" = 8, "vitamin" = 1) - - diff --git a/code/modules/food_and_drinks/food/foods/ingredients.dm b/code/modules/food_and_drinks/food/foods/ingredients.dm index 8ad9b3ae17d..05880de202e 100644 --- a/code/modules/food_and_drinks/food/foods/ingredients.dm +++ b/code/modules/food_and_drinks/food/foods/ingredients.dm @@ -24,8 +24,8 @@ /obj/item/reagent_containers/food/snacks/soydope name = "soy dope" - desc = "Like regular dope, but for the health concious consumer." icon_state = "soydope" + desc = "Like regular dope, but for the health concious consumer." trash = /obj/item/trash/plate filling_color = "#C4BF76" list_reagents = list("nutriment" = 2) diff --git a/code/modules/food_and_drinks/food/foods/side_dishes.dm b/code/modules/food_and_drinks/food/foods/side_dishes.dm index df31cc51c86..ec73c20f812 100644 --- a/code/modules/food_and_drinks/food/foods/side_dishes.dm +++ b/code/modules/food_and_drinks/food/foods/side_dishes.dm @@ -115,4 +115,3 @@ list_reagents = list("nutriment" = 3, "vitamin" = 4) filling_color = "#FF5500" tastes = list("parsnip" = 1) -