mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user