From 7e4fb1e511bc132874c598e792beaa482c7cef87 Mon Sep 17 00:00:00 2001 From: Wickedtemp Date: Fri, 1 Mar 2019 00:05:15 -0600 Subject: [PATCH] Bumped nutrition cost from 6 to 4. Kept messing with it, decided that this would make it a bit better. --- 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 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))