From 181bde4835ef187e77f06e6c5cba530ad507bcbf Mon Sep 17 00:00:00 2001 From: Wickedtemp Date: Sun, 31 Mar 2019 10:19:03 -0500 Subject: [PATCH] Nutrition at 2 Puts nutrition at 2 with Ace's approval --- code/modules/vore/eating/bellymodes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))