diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index 93e0b2c5aba..65492f01097 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -2001,7 +2001,7 @@ filling_color = "#AFC4B5" center_of_mass = list("x"=16, "y"=8) nutriment_amt = 8 - nutriment_desc = list("carot" = 2, "corn" = 2, "eggplant" = 2, "potato" = 2) + nutriment_desc = list("carrot" = 2, "corn" = 2, "eggplant" = 2, "potato" = 2) /obj/item/weapon/reagent_containers/food/snacks/vegetablesoup/Initialize() . = ..()