[MIRROR] Fix missing meat clown food types [MDB IGNORE] (#20014)

* Fix missing meat clown food types (#74146)

🆑 coiax
fix: Fixed missing food types for the meat clown, it is now meat and
fruit.
/🆑

Liked by lizards, toxic to moths, and neutral to humans and felnids in
terms of species biases.

The construction recipe is steak + banana, but the resulting product has
no food types, making it blandly suitable for everyone. This is an
oversight. Not everyone will like a mixture of banana and flesh.

* Fix missing meat clown food types

---------

Co-authored-by: Jack Edge <yellowbounder@gmail.com>
This commit is contained in:
SkyratBot
2023-03-22 00:47:59 -07:00
committed by GitHub
co-authored by Jack Edge
parent 6fb38514f9
commit 91b2287d39
+1
View File
@@ -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)
. = ..()