From e8796e8fdef262f5e652d486cd2ad4fd2ade409d Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Wed, 20 Jul 2022 20:48:16 -0400 Subject: [PATCH] powder that makes you say yes --- 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 c1b58d2154..4ad67840c5 100644 --- a/code/modules/vore/eating/bellymodes_vr.dm +++ b/code/modules/vore/eating/bellymodes_vr.dm @@ -337,7 +337,7 @@ R.cell.charge += (nutrition_percent / 100) * compensation * 25 * personal_nutrition_modifier else if(reagent_mode_flags & DM_FLAG_REAGENTSDIGEST && reagents.total_volume < reagents.maximum_volume) //CHOMP digestion producing reagents - owner.adjust_nutrition((nutrition_percent / 100) * compensation * 3 * personal_nutrition_modifier + owner.adjust_nutrition((nutrition_percent / 100) * compensation * 3 * personal_nutrition_modifier) GenerateBellyReagents_digested() else owner.adjust_nutrition((nutrition_percent / 100) * compensation * 4.5 * personal_nutrition_modifier) //CHOMPedit end