diff --git a/code/modules/vore/eating/bellymodes_vr.dm b/code/modules/vore/eating/bellymodes_vr.dm index 572e991d565..5d100522dbd 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 -= 4 + owner.nutrition -= 2 if(M.nutrition <= 400) M.nutrition += 1 else if(owner.nutrition > 90 && (M.nutrition <= 400))