From 20f5843ca2464f4e96c986ef97949da3c2a553f1 Mon Sep 17 00:00:00 2001 From: Verkister Date: Fri, 8 Oct 2021 18:46:06 +0300 Subject: [PATCH] Small organ digestion tweak Slightly optimized for consistency and removed a missed "item suffocation" part. --- code/modules/vore/eating/digest_act_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/digest_act_vr.dm b/code/modules/vore/eating/digest_act_vr.dm index 2c905b9b52..f303be3998 100644 --- a/code/modules/vore/eating/digest_act_vr.dm +++ b/code/modules/vore/eating/digest_act_vr.dm @@ -115,7 +115,7 @@ if((. = ..())) if(isbelly(item_storage)) var/obj/belly/B = item_storage - . += 2 * (B.digest_brute + B.digest_burn + (B.digest_oxy)/2) + . *= 3 else . += 30 //Organs give a little more