diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index e8d1f7fe71..3540092799 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -1986,7 +1986,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() . = ..()