Stop protein's affect_ingest calling nutriment's affect_ingest twice

Only actually affected Unathi.  They will get slightly less nutrition from protein due to this being fixed.
This commit is contained in:
Meghan Rossi
2019-11-05 13:06:17 +00:00
committed by Meghan-Rossi
parent 176444e1a7
commit 673fdb25aa
@@ -66,13 +66,12 @@
switch(alien)
if(IS_SKRELL)
M.adjustToxLoss(0.5 * removed)
return
if(IS_TESHARI)
..(M, alien, removed*1.2) // Teshari get a bit more nutrition from meat.
return
if(IS_UNATHI)
..(M, alien, removed*2.25) //Unathi get most of their nutrition from meat.
..()
else
..()
/datum/reagent/nutriment/protein/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
if(alien && alien == IS_SKRELL)