From 0a25144c55a7d9d84aa2e66e5bc3d9516819b801 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 19 Jan 2021 12:30:03 -0500
Subject: [PATCH] belly tuning

---
 src/npc/descriptions/belly/belly.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js
index fb39da53ae6..a39d6b07006 100644
--- a/src/npc/descriptions/belly/belly.js
+++ b/src/npc/descriptions/belly/belly.js
@@ -1921,7 +1921,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 				} else {
 					r.push(`and ${his} huge, drum-taut belly dominates ${his} frame.`);
 				}
-				if (slave.preg < 35) {
+				if (slave.preg < 40) {
 					if (slave.pregType === 3) {
 						r.push(`${His} womb is mostly filled with excess amniotic fluid, masking that ${he} is having triplets.`);
 					} else {
-- 
GitLab