mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 19:53:00 +01:00
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:
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)
|
||||
|
||||
Reference in New Issue
Block a user