From afbb6e8a0b4cac53e865dd94bbb6d8a93fea628c Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 22 Jul 2020 19:06:46 -0700
Subject: [PATCH] Update feminization.js

---
 src/events/RECI/feminization.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/RECI/feminization.js b/src/events/RECI/feminization.js
index 364b101123d..02209c2ef12 100644
--- a/src/events/RECI/feminization.js
+++ b/src/events/RECI/feminization.js
@@ -145,7 +145,7 @@ App.Events.RECIFeminization = class RECIFeminization extends App.Events.BaseEven
 			t.push(`hips at just the right angle to offer you ${his} anus, without any preamble or foreplay. But you come up behind ${him} and encircle ${his}`);
 			if (eventSlave.weight > 95) {
 				t.push(`bountiful belly`);
-			} else if (eventSlave.weight > 10) {
+			} else if (eventSlave.weight > 30) {
 				t.push(`soft stomach`);
 			} else if (eventSlave.muscles > 95) {
 				t.push(`ripped abs`);
-- 
GitLab