Update Chemistry-Reagents-Food-Drinks_vr.dm

This commit is contained in:
Killian
2020-09-21 20:51:13 +01:00
parent 46e560dd8e
commit 06d7b68c49
@@ -433,7 +433,7 @@
if(IS_CHIMERA) removed *= 0.25 //VOREStation Edit
if(issmall(M)) removed *= 2 // Small bodymass, more effect from lower volume.
if(M.species.gets_food_nutrition) //VOREStation edit. If this is set to 0, they don't get nutrition from food.
if(M.isSynthetic() && H.nutrition < 500) //cap us off at the limit just like a charger
if(M.isSynthetic() && M.nutrition < 500) //cap us off at the limit just like a charger
M.adjust_nutrition((nutriment_factor / fbp_factor) * removed)
else
M.adjust_nutrition(nutriment_factor * removed)