mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user