From 8533d5701978e5a482572820d2842107f2a7e78f Mon Sep 17 00:00:00 2001
From: Trinidad <anchaiscastilla@gmail.com>
Date: Sat, 5 Aug 2023 17:15:07 +0200
Subject: [PATCH] 	modified:   src/npc/interaction/fDick.js 
 modified:   src/npc/interaction/fSuckDick.js

---
 src/npc/interaction/fDick.js     | 3 ++-
 src/npc/interaction/fSuckDick.js | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/npc/interaction/fDick.js b/src/npc/interaction/fDick.js
index 34793e4379d..ee6e89e307b 100644
--- a/src/npc/interaction/fDick.js
+++ b/src/npc/interaction/fDick.js
@@ -322,7 +322,8 @@ App.Interact.fDick = function(slave) {
 							seX(V.PC, "anal", slave, "penetrative", 5);
 						} else {
 							seX(V.PC, "vaginal", slave, "penetrative", 5);
-						}					} else {
+						}					
+					} else {
 						text.push(`Contently sighing, ${he} pulls ${his} still very hard cock from your overwhelmed body and forces it into your mouth, ready to blow a second load and give you a <span class="orangered">taste of your place,</span> before leaving you twitching and drooling cum.`);
 						seX(V.PC, "oral", slave, "penetrative");
 					}
diff --git a/src/npc/interaction/fSuckDick.js b/src/npc/interaction/fSuckDick.js
index 8d240898319..1a60071eff3 100644
--- a/src/npc/interaction/fSuckDick.js
+++ b/src/npc/interaction/fSuckDick.js
@@ -388,7 +388,7 @@ App.Interact.fSuckDick = function(slave) {
 				} else if (V.PC.dick < 0) {
 					r.push(`while your anus contracts rhythmically.`);
 				}
-				if (amount + (V.PC.belly > 5000 ? 100 : 0) > 150) > 150) {
+				if (amount + (V.PC.belly > 5000 ? 100 : 0) > 150) {
 					r.push(`${His} cumshot is so voluminous that your stomach can't take it anymore and you raise your head, releasing what you have in your mouth.`);
 					r.push(cumFinal(150));
 				}
@@ -665,7 +665,7 @@ App.Interact.fSuckDick = function(slave) {
 		} else {
 			text.push(`as ${he} pushes your head down and ${his} hips up, making sure all of ${his} ${dickAdj} cock is inside your mouth. Your ${lipsLong} encircle the base of ${his} phallus and your nose flattens against ${his} pubis as you feel ${his} cock throb, releasing ${his} semen onto your tongue at the back of your mouth.`);
 		}
-		if (amount + (V.PC.bellyPreg > 1500 ? 100 : 0) > 150) {
+		if (amount + (V.PC.belly > 5000 ? 100 : 0) > 150) {
 			text.push(`${His} cumshot is so voluminous that your stomach can't take it anymore and you slap your hand on ${his} hips to let ${him} know. ${He} understands and lets go of your head, so you can release ${his} member from your ${slave.dick > 2 ? "throat" : "mouth"}.`);
 			text.push(cumFinal(150));
 		}
-- 
GitLab