diff --git a/code/modules/vore/eating/bellymodes_vr.dm b/code/modules/vore/eating/bellymodes_vr.dm index d8c71e33648..572e991d565 100644 --- a/code/modules/vore/eating/bellymodes_vr.dm +++ b/code/modules/vore/eating/bellymodes_vr.dm @@ -270,7 +270,7 @@ M.adjustToxLoss(-5) M.adjustOxyLoss(-5) M.adjustCloneLoss(-1.25) - owner.nutrition -= 6 + owner.nutrition -= 4 if(M.nutrition <= 400) M.nutrition += 1 else if(owner.nutrition > 90 && (M.nutrition <= 400))