Buffs Xenochimera Protein

Because protein is a sub-type of nutriment, I am 99% certain that this is required to offset the nutriment debuff.
This commit is contained in:
Unknown
2019-03-29 09:39:30 -04:00
committed by Novacat
parent 7515897713
commit c0a0bb63a6
@@ -74,6 +74,10 @@
return
if(IS_UNATHI)
..(M, alien, removed*2.25) //Unathi get most of their nutrition from meat.
//VOREStation Edit Start
if(IS_CHIMERA)
..(M, alien, removed*4) //Xenochimera are obligate carnivores.
//VOREStation Edit End
..()
/datum/reagent/nutriment/protein/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)