diff --git a/code/game/objects/items/food/meatdish.dm b/code/game/objects/items/food/meatdish.dm index 1a38b535208..c4ffcf98227 100644 --- a/code/game/objects/items/food/meatdish.dm +++ b/code/game/objects/items/food/meatdish.dm @@ -720,6 +720,7 @@ ) tastes = list("meat" = 5, "clowns" = 3, "sixteen teslas" = 1) w_class = WEIGHT_CLASS_SMALL + foodtypes = MEAT | FRUIT /obj/item/food/meatclown/Initialize(mapload) . = ..()