Skip to content

Commit

Permalink
miso not milo
Browse files Browse the repository at this point in the history
  • Loading branch information
trazodont committed Sep 15, 2024
1 parent 4087e45 commit dd999d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/food_and_drinks/food/snacks_soup.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@
tastes = list("tomato" = 1, "squirming" = 1)
foodtype = MEAT | GORE

/obj/item/reagent_containers/food/snacks/soup/milo
name = "milosoup"
/obj/item/reagent_containers/food/snacks/soup/miso
name = "misosoup"
desc = "The universes best soup! Yum!!!"
icon_state = "milosoup"
icon_state = "misosoup"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 3)
tastes = list("milo" = 1) // wtf is milo
tastes = list("miso" = 1) // wtf is milo
foodtype = VEGETABLES

/obj/item/reagent_containers/food/snacks/soup/mushroom
Expand Down
Binary file modified icons/obj/food/soupsalad.dmi
Binary file not shown.

0 comments on commit dd999d7

Please sign in to comment.