diff --git a/code/modules/food_and_drinks/food/bread.dm b/code/modules/food_and_drinks/food/bread.dm index ec50b1873f8e..cf698ca64fd9 100644 --- a/code/modules/food_and_drinks/food/bread.dm +++ b/code/modules/food_and_drinks/food/bread.dm @@ -313,7 +313,7 @@ . = ..() AddComponent(/datum/component/slippery, 80) -/obj/item/reagent_containers/food/snacks/bread/corn +/obj/item/reagent_containers/food/snacks/store/bread/corn name = "cornbread" desc = "Some good down-home country-style, rootin'-tootin', revolver-shootin', dad-gum yeehaw cornbread." icon_state = "cornbread" @@ -342,7 +342,7 @@ else ..() -/obj/item/reagent_containers/food/snacks/bread/root +/obj/item/reagent_containers/food/snacks/store/bread/root name = "rootbread" desc = "The lizard equivalent to bread, made from tubers like potatoes and yams mixed with ground nuts and seeds. Noticably denser than regular bread." icon_state = "lizard_bread" diff --git a/code/modules/food_and_drinks/food/cake.dm b/code/modules/food_and_drinks/food/cake.dm index 25ef621905c2..bfdc964bb0ec 100644 --- a/code/modules/food_and_drinks/food/cake.dm +++ b/code/modules/food_and_drinks/food/cake.dm @@ -430,7 +430,7 @@ tastes = list("cake" = 4, "violets" = 2, "jam" = 2) foodtype = GRAIN | DAIRY | FRUIT | SUGAR -/obj/item/reagent_containers/food/snacks/cake/mothmallow +/obj/item/reagent_containers/food/snacks/store/cake/mothmallow name = "mothmallow tray" desc = "A light and fluffy vegan marshmallow flavoured with vanilla and rum and topped with soft chocolate. These are known to the moths as höllflöfstarkken: cloud squares." //höllflöf = cloud (höll = wind, flöf = cotton), starkken = squares icon_state = "mothmallow_tray" @@ -454,7 +454,7 @@ tastes = list("vanilla" = 1, "clouds" = 1, "chocolate" = 1) foodtype = VEGETABLES | SUGAR -/obj/item/reagent_containers/food/snacks/cake/korta_brittle +/obj/item/reagent_containers/food/snacks/store/cake/korta_brittle name = "korta brittle slab" desc = "A big slab of korta nut brittle. So sugary it should be a crime!" icon_state = "korta_brittle" diff --git a/code/modules/food_and_drinks/food/salad.dm b/code/modules/food_and_drinks/food/salad.dm index 27e91946ec3b..f6e5f9d6e3bc 100644 --- a/code/modules/food_and_drinks/food/salad.dm +++ b/code/modules/food_and_drinks/food/salad.dm @@ -141,6 +141,7 @@ due to how simple it is to prepare yet how tasty it is. In Sol Common, it's known as zaileskenknusksolt: \ two tone salad, in GalCom." //zail = two, esken = colour/tone, knuskolt = salad icon_state = "caprese_salad" + icon = 'icons/obj/food/soupsalad.dmi' list_reagents = list( /datum/reagent/consumable/cooking_oil = 6, /datum/reagent/consumable/nutriment/vitamin = 8, diff --git a/icons/obj/food/lizard.dmi b/icons/obj/food/lizard.dmi index 08d3f52c5a24..2d6256dd843d 100644 Binary files a/icons/obj/food/lizard.dmi and b/icons/obj/food/lizard.dmi differ diff --git a/icons/obj/food/spaghetti.dmi b/icons/obj/food/spaghetti.dmi index 9daf95f3dcc2..14e9101e0cea 100644 Binary files a/icons/obj/food/spaghetti.dmi and b/icons/obj/food/spaghetti.dmi differ