From 383f4423acb4b9c714352b4fd10dde63375e8e93 Mon Sep 17 00:00:00 2001 From: Tupinambis <42078130+Tupinambis@users.noreply.github.com> Date: Wed, 6 Oct 2021 10:19:59 -0500 Subject: [PATCH] Why can't xenos eat rats and stuff. This fixes that. (#15227) --- code/modules/mob/living/carbon/human/species_types/xeno.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/xeno.dm b/code/modules/mob/living/carbon/human/species_types/xeno.dm index e9d9aa2d5b..d3249edd96 100644 --- a/code/modules/mob/living/carbon/human/species_types/xeno.dm +++ b/code/modules/mob/living/carbon/human/species_types/xeno.dm @@ -14,5 +14,6 @@ skinned_type = /obj/item/stack/sheet/animalhide/xeno exotic_bloodtype = "X*" damage_overlay_type = "xeno" - liked_food = MEAT + disliked_food = JUNKFOOD + liked_food = GROSS | MEAT species_category = SPECIES_CATEGORY_ALIEN