Merge pull request #76 from shellspeed1/bug-meat

Lets insects consume meat and fruit, makes fried food and gross food toxic.
This commit is contained in:
quotefox
2019-11-14 01:50:52 +00:00
committed by GitHub
@@ -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)
. = ..()