mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user