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