From f61fb133526c046575e1e10f99d38c0b54c01c33 Mon Sep 17 00:00:00 2001 From: shellspeed1 <46614774+shellspeed1@users.noreply.github.com> Date: Tue, 12 Nov 2019 22:02:51 -0800 Subject: [PATCH] food change --- .../mob/living/carbon/human/species_types/furrypeople.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm b/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm index a4c5af61..f34fde5d 100644 --- a/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm +++ b/modular_citadel/code/modules/mob/living/carbon/human/species_types/furrypeople.dm @@ -154,9 +154,8 @@ attack_verb = "flutter" //wat? attack_sound = 'sound/weapons/slash.ogg' miss_sound = 'sound/weapons/slashmiss.ogg' - liked_food = VEGETABLES | DAIRY| CLOTH - disliked_food = FRUIT | GROSS - toxic_food = MEAT | RAW + liked_food = VEGETABLES | DAIRY| CLOTH |FRUIT + toxic_food = GROSS | RAW | FRIED /datum/species/insect/handle_chemicals(datum/reagent/chem, mob/living/carbon/human/H) . = ..()