Skip to content

Commit

Permalink
I love this unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 27, 2023
1 parent d00e6f9 commit a5dfce4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/food_and_drinks/food/bread.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions code/modules/food_and_drinks/food/cake.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/food/salad.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file modified icons/obj/food/lizard.dmi
Binary file not shown.
Binary file modified icons/obj/food/spaghetti.dmi
Binary file not shown.

0 comments on commit a5dfce4

Please sign in to comment.