From ac2144b846753a9bc7517cdc4d73b2044fc5106a Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 27 Aug 2018 03:42:15 -0400
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt  |   5 +
 .../mod_EditSlaveCheatDatatypeCleanup.tw      | 102 +++++++++---------
 src/pregmod/farmyard.tw                       |   1 -
 src/uncategorized/RESS.tw                     |   4 +-
 src/uncategorized/RETS.tw                     |   2 +-
 src/uncategorized/recETS.tw                   |   1 +
 src/uncategorized/recETSWorkaround.tw         |   4 +-
 src/utility/descriptionWidgetsFlesh.tw        |  83 ++++++++++----
 8 files changed, 128 insertions(+), 74 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 86ee4540f3a..93aa4288577 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,11 @@
 
 0.10.7.1-0.7.x
 
+8/27/2018
+
+	4
+	-fixes
+
 8/25/2018
 
 	3
diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw
index a6a4f8d1645..26d42b45a52 100644
--- a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw
+++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw
@@ -17,62 +17,62 @@
 <</if>>
 <<set $tempSlave.relationshipTarget = Number($tempSlave.relationshipTarget) || 0>>
 <<set $tempSlave.indenture = Number($tempSlave.indenture) || 0>>
-<<set $tempSlave.face = Number($activeSlave.face) || 0>>
-<<set $tempSlave.hLength = Number($activeSlave.hLength) || 0>>
-<<set $tempSlave.oralSkill = Number($activeSlave.oralSkill) || 0>>
+<<set $tempSlave.face = Number($tempSlave.face) || 0>>
+<<set $tempSlave.hLength = Number($tempSlave.hLength) || 0>>
+<<set $tempSlave.oralSkill = Number($tempSlave.oralSkill) || 0>>
 <<set $tempSlave.prestige = Number($tempSlave.prestige) || 0>>
 <<set $tempSlave.devotion = Number($tempSlave.devotion) || 0>>
-<<set $tempSlave.oldDevotion = Number($activeSlave.oldDevotion) || 0>>
-<<set $tempSlave.trust = Number($activeSlave.trust) || 0>>
-<<set $tempSlave.oldTrust = Number($activeSlave.oldTrust) || 0>>
-<<set $tempSlave.age = Number($activeSlave.age) || 18>>
-<<set $tempSlave.actualAge = Number($activeSlave.actualAge)>>
+<<set $tempSlave.oldDevotion = Number($tempSlave.oldDevotion) || 0>>
+<<set $tempSlave.trust = Number($tempSlave.trust) || 0>>
+<<set $tempSlave.oldTrust = Number($tempSlave.oldTrust) || 0>>
+<<set $tempSlave.age = Number($tempSlave.age) || 18>>
+<<set $tempSlave.actualAge = Number($tempSlave.actualAge)>>
 <<set $tempSlave.visualAge = Number($tempSlave.visualAge) || 18>>
-<<set $tempSlave.physicalAge = Number($activeSlave.physicalAge) || 18>>
-<<set $tempSlave.ovaryAge = Number($activeSlave.ovaryAge) || 18>>
-<<set $tempSlave.birthWeek = Number($activeSlave.birthWeek) || 0>>
-<<set $tempSlave.health = Number($activeSlave.health) || 0>>
-<<set $tempSlave.addict = Number($activeSlave.addict) || 0>>
-<<set $tempSlave.muscles = Number($activeSlave.muscles) || 0>>
-<<set $tempSlave.height = Number($activeSlave.height) || 0>>
-<<set $tempSlave.heightImplant = Number($activeSlave.heightImplant) || 0>>
-<<set $tempSlave.amp = Number($activeSlave.amp) || 0>>
-<<set $tempSlave.lips = Number($activeSlave.lips) || 0>>
-<<set $tempSlave.lipsImplant = Number($activeSlave.lipsImplant) || 0>>
-<<set $tempSlave.voice = Number($activeSlave.voice) || 0>>
-<<set $tempSlave.accent = Number($activeSlave.accent) || 0>>
-<<set $tempSlave.weight = Number($activeSlave.weight) || 0>>
-<<set $tempSlave.waist = Number($activeSlave.waist) || 0>>
-<<set $tempSlave.boobs = Number($activeSlave.boobs) || 200>>
-<<set $tempSlave.boobsImplant = Number($activeSlave.boobsImplant) || 0>>
-<<set $tempSlave.lactation = Number($activeSlave.lactation) || 0>>
-<<set $tempSlave.areolae = Number($activeSlave.areolae) || 0>>
-<<set $tempSlave.butt = Number($activeSlave.butt) || 0>>
-<<set $tempSlave.buttImplant = Number($activeSlave.buttImplant) || 0>>
-<<set $tempSlave.anus = Number($activeSlave.anus) || 0>>
-<<set $tempSlave.vagina = Number($activeSlave.vagina) || 0>>
-<<set $tempSlave.vaginaLube = Number($activeSlave.vaginaLube) || 0>>
-<<set $tempSlave.vaginalSkill = Number($activeSlave.vaginalSkill) || 0>>
-<<set $tempSlave.preg = Number($activeSlave.preg) || 0>>
-<<set $tempSlave.dick = Number($activeSlave.dick) || 0>>
-<<set $tempSlave.clit = Number($activeSlave.clit) || 0>>
-<<set $tempSlave.labia = Number($activeSlave.labia) || 0>>
-<<set $tempSlave.balls = Number($activeSlave.balls) || 0>>
-<<set $tempSlave.whoreSkill = Number($activeSlave.whoreSkill) || 0>>
-<<set $tempSlave.entertainSkill = Number($activeSlave.entertainSkill) || 0>>
-<<set $tempSlave.intelligence = Number($activeSlave.intelligence) || 0>>
-<<set $tempSlave.fetishStrength = Number($activeSlave.fetishStrength) || 0>>
-<<set $tempSlave.attrXY = Number($activeSlave.attrXY) || 0>>
-<<set $tempSlave.attrXX = Number($activeSlave.attrXX) || 0>>
-<<set $tempSlave.energy = Number($activeSlave.energy) || 0>>
-<<set $tempSlave.lactationAdaptation = Number($activeSlave.lactationAdaptation) || 0>>
-<<set $tempSlave.preg = Number($activeSlave.preg) || 0>>
-<<set $tempSlave.pregSource = Number($activeSlave.pregSource) || 0>>
-<<set $tempSlave.pregType = Number($activeSlave.pregType) || 0>>
+<<set $tempSlave.physicalAge = Number($tempSlave.physicalAge) || 18>>
+<<set $tempSlave.ovaryAge = Number($tempSlave.ovaryAge) || 18>>
+<<set $tempSlave.birthWeek = Number($tempSlave.birthWeek) || 0>>
+<<set $tempSlave.health = Number($tempSlave.health) || 0>>
+<<set $tempSlave.addict = Number($tempSlave.addict) || 0>>
+<<set $tempSlave.muscles = Number($tempSlave.muscles) || 0>>
+<<set $tempSlave.height = Number($tempSlave.height) || 0>>
+<<set $tempSlave.heightImplant = Number($tempSlave.heightImplant) || 0>>
+<<set $tempSlave.amp = Number($tempSlave.amp) || 0>>
+<<set $tempSlave.lips = Number($tempSlave.lips) || 0>>
+<<set $tempSlave.lipsImplant = Number($tempSlave.lipsImplant) || 0>>
+<<set $tempSlave.voice = Number($tempSlave.voice) || 0>>
+<<set $tempSlave.accent = Number($tempSlave.accent) || 0>>
+<<set $tempSlave.weight = Number($tempSlave.weight) || 0>>
+<<set $tempSlave.waist = Number($tempSlave.waist) || 0>>
+<<set $tempSlave.boobs = Number($tempSlave.boobs) || 200>>
+<<set $tempSlave.boobsImplant = Number($tempSlave.boobsImplant) || 0>>
+<<set $tempSlave.lactation = Number($tempSlave.lactation) || 0>>
+<<set $tempSlave.areolae = Number($tempSlave.areolae) || 0>>
+<<set $tempSlave.butt = Number($tempSlave.butt) || 0>>
+<<set $tempSlave.buttImplant = Number($tempSlave.buttImplant) || 0>>
+<<set $tempSlave.anus = Number($tempSlave.anus) || 0>>
+<<set $tempSlave.vagina = Number($tempSlave.vagina) || 0>>
+<<set $tempSlave.vaginaLube = Number($tempSlave.vaginaLube) || 0>>
+<<set $tempSlave.vaginalSkill = Number($tempSlave.vaginalSkill) || 0>>
+<<set $tempSlave.preg = Number($tempSlave.preg) || 0>>
+<<set $tempSlave.dick = Number($tempSlave.dick) || 0>>
+<<set $tempSlave.clit = Number($tempSlave.clit) || 0>>
+<<set $tempSlave.labia = Number($tempSlave.labia) || 0>>
+<<set $tempSlave.balls = Number($tempSlave.balls) || 0>>
+<<set $tempSlave.whoreSkill = Number($tempSlave.whoreSkill) || 0>>
+<<set $tempSlave.entertainSkill = Number($tempSlave.entertainSkill) || 0>>
+<<set $tempSlave.intelligence = Number($tempSlave.intelligence) || 0>>
+<<set $tempSlave.fetishStrength = Number($tempSlave.fetishStrength) || 0>>
+<<set $tempSlave.attrXY = Number($tempSlave.attrXY) || 0>>
+<<set $tempSlave.attrXX = Number($tempSlave.attrXX) || 0>>
+<<set $tempSlave.energy = Number($tempSlave.energy) || 0>>
+<<set $tempSlave.lactationAdaptation = Number($tempSlave.lactationAdaptation) || 0>>
+<<set $tempSlave.preg = Number($tempSlave.preg) || 0>>
+<<set $tempSlave.pregSource = Number($tempSlave.pregSource) || 0>>
+<<set $tempSlave.pregType = Number($tempSlave.pregType) || 0>>
 <<if $tempSlave.broodmother == 0>>
-	<<set WombInit($activeSlave)>> /* just to make sure */
+	<<set WombInit($tempSlave)>> /* just to make sure */
 	<<set $tempSlave.womb.length = 0>> /* simple way to delete all fetuses */
-	<<set WombImpregnate($activeSlave, $tempSlave.pregType, $tempSlave.pregSource, $tempSlave.preg)>> /* recreates fetuses */
+	<<set WombImpregnate($tempSlave, $tempSlave.pregType, $tempSlave.pregSource, $tempSlave.preg)>> /* recreates fetuses */
 <<else>>
 	<<set WombNormalizePreg($tempSlave)>>
 <</if>>
diff --git a/src/pregmod/farmyard.tw b/src/pregmod/farmyard.tw
index 2e4d2c285e0..33393339ee4 100644
--- a/src/pregmod/farmyard.tw
+++ b/src/pregmod/farmyard.tw
@@ -14,7 +14,6 @@ The $farmyardName is not dissimilar to a warehouse in its basic size and form, b
 	//Costs <<print cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Temporary description, will be changed.//
 	<br>
-	<</if>>
 <</if>>
 
 <br><br>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 553dec28d0b..5f5615b008d 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -5099,7 +5099,7 @@ $He cranes her neck, glancing over her shoulder to give you a pleading look.
 			<<else>>
 				$His eyes begin to water as $he struggles not to sob but $he quickly loses composure and hastily flees your gaze, likely to the cafeteria.
 			<</if>>
-			$He may have run out of your office @@.gold;in tears,@@ but $he'll quickly come to terms with all that matters is @@.hotpink;what you think, not her.@@ Even more so when $he realizes the resuliting stress eating only @@.lime;filled her out more.@@
+			$He may have run out of your office @@.gold;in tears,@@ but $he'll quickly come to terms with all that matters is @@.hotpink;your judgment, not $his.@@ Even more so when $he realizes the resuliting stress eating only @@.lime;filled her out more.@@
 			<<set $activeSlave.devotion += 7, $activeSlave.trust -= 5, $activeSlave.weight += 5>>
 		<<elseif $activeSlave.behavioralFlaw == "anorexic">>
 			<<if canTalk($activeSlave)>>
@@ -5115,7 +5115,7 @@ $He cranes her neck, glancing over her shoulder to give you a pleading look.
 			<<else>>
 				$His eyes begin to water as $he struggles not to sob but $he quickly loses composure and hastily flees your gaze.
 			<</if>>
-			$He may have run out of your office @@.gold;in tears,@@ but $he'll quickly come to terms with all that matters is @@.hotpink;what you think, not her.@@
+			$He may have run out of your office @@.gold;in tears,@@ but $he'll quickly come to terms with all that matters is @@.hotpink;your judgment, not $his.@@
 			<<set $activeSlave.devotion += 5, $activeSlave.trust -= 5>>
 		<</if>>
 	<</replace>>
diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw
index 6fc2f0f22c7..cdb395abb2e 100644
--- a/src/uncategorized/RETS.tw
+++ b/src/uncategorized/RETS.tw
@@ -399,7 +399,7 @@ You pass by the slave quarters during a busy time. Girls are hurrying back and f
 <<if $activeSlave.boobs+$subSlave.boobs > 20000>>
 	even though the mass of boob between them is so massive that she has to struggle to bring her mouth down to meet $subSlave.slaveName's.
 <<elseif $activeSlave.belly >= 5000 && $subSlave.belly >= 5000>>
-	even though their combined <<if $activeSlave.bellyPreg >= 5000>>pregnancies<<else>>bellies<</if>> and breasts make it hard to reach $subSlave.slaveName's.
+	even though their combined <<if $activeSlave.bellyPreg >= 5000>>pregnancies<<else>>bellies<</if>> and breasts complicate things.
 <<elseif $activeSlave.belly >= 120000 || $subSlave.belly >= 120000>>
 	even though <<if $activeSlave.belly >= 120000>>her massive <<if $activeSlave.bellyPreg >= 5000>>pregnancy<<else>>belly<</if>> complicates reaching $subSlave.slaveName's<<else>>$subSlave.slaveName's massive <<if $activeSlave.bellyPreg >= 5000>>pregnancy<<else>>belly<</if>> complicates reaching her's<</if>>.
 <<else>>
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index 0970e74a1e2..d3e49917290 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -834,6 +834,7 @@ The other blurts out. "But we kinda got too into each other, in more ways than o
 <<set $activeSlave.pregKnown = 1>>
 <<set $activeSlave.pregWeek = $activeSlave.preg>>
 <<run SetBellySize($activeSlave)>>
+<<set $activeSlave.pregAdaptation = 600>>
 <<set $activeSlave.labor = 1>>
 <<set $activeSlave.ovaries = 1>>
 <<set $activeSlave.birthsTotal = 5>>
diff --git a/src/uncategorized/recETSWorkaround.tw b/src/uncategorized/recETSWorkaround.tw
index e63f66c306f..797df23701e 100644
--- a/src/uncategorized/recETSWorkaround.tw
+++ b/src/uncategorized/recETSWorkaround.tw
@@ -513,7 +513,7 @@ You have the needy girl immediately bought to your penthouse where you help her
 
 You turn to the child clutching her mother's grotesque belly.
 
-<<if random(1,100) > 50>> /*boy*/
+<<if random(1,100) < $seeDicks>> /*boy*/
 	He is in better shape than his mother and tries to hide behind her belly when you look at him. He'll be broken into a good little girl for you soon enough.
 	<<set $activeSlave.origin = "Her mother offered her to you as an incentive to take her in.">>
 	<<set $activeSlave.slaveName = $activeSlave.birthName>>
@@ -527,6 +527,7 @@ You turn to the child clutching her mother's grotesque belly.
 	<<set $activeSlave.pregType = 0>>
 	<<set $activeSlave.pregKnown = 0>>
 	<<set $activeSlave.pregWeek = 0>>
+	<<set $activeSlave.pregAdaptation = 10>>
 	<<set WombFlush($activeSlave)>>
 	<<run SetBellySize($activeSlave)>>
 	<<set $activeSlave.labor = 0>>
@@ -614,6 +615,7 @@ You turn to the child clutching her mother's grotesque belly.
 	<<set $activeSlave.pubertyXX = 0>>
 	<<set $activeSlave.vagina = 0>>
 	<<set $activeSlave.pregKnown = 0>>
+	<<set $activeSlave.pregAdaptation = 10>>
 	<<set WombFlush($activeSlave)>>
 	<<if $fertilityAge <= 3>>
 		<<set $activeSlave.pubertyXX = 1>>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 9cd5c4a0d1e..920c0087731 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -5064,7 +5064,7 @@ $He has
 		<<else>>
 			Despite being stretched taut, you can clearly see the grotesque figures of the infants forced against $his uterine walls by their siblings. $His womb is so cramped, they can barely squirm at all under the pressure and it is a wonder $he has managed to grow this large.
 		<</if>>
-		<<if $activeSlave.belly > ($activeSlave.pregAdaptation*100)>>
+		<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
 			There is no telling how much further $his body could possibly take this pregnancy successfully.
 			<<if $activeSlave.preg < 30>>
 				Worse still, $he isn't even close to full term. It will be a miracle if $he manages to complete it intact.
@@ -5118,27 +5118,58 @@ $He has
 <<elseif $activeSlave.belly >= 750000>>
 	<<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>>
 	<<elseif $activeSlave.bellyPreg > 0>>
-		$He is close to bursting,
+		$He <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>is close to bursting<<else>>should be nearing $his capacity<</if>>,
 		<<if $activeSlave.physicalAge <= 3>>
-			and $he is lost under the squirming mass of infants that threaten to rupture $his body. $He has been reduced to nothing more than a womb stretched to its limit.<<if $saleDescription == 0>> $He requires multiple slaves to move $his bulk when $he must go somewhere.<</if>>
+			and $he is lost under the squirming mass of infants that <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>threaten to rupture $his body<<else>>fill $his body<</if>>. $He has been reduced to nothing more than a womb stretched to its limit.<<if $saleDescription == 0>> $He requires multiple slaves to move $his bulk when $he must go somewhere.<</if>>
 		<<elseif $activeSlave.physicalAge <= 12>>
-			and $he is nothing more than a breaking womb with a loli attached. $He struggles to not be lost under the squirming mass of infants that threaten to rupture $his body.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
+			and $he is nothing more than
+			<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+				a breaking womb with a loli attached. $He struggles to not be lost under the squirming mass of infants that threaten to rupture $his body.
+			<<else>>
+				an overstuffed womb with a loli attached. $He struggles to not be lost under the squirming mass of infants that fill $his body.
+			<</if>>
+			<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.height >= 185>>
-			but $his tall frame can keep $his straining belly off the ground; but only for a moment. $He opts to not try this often as $his womb is already at its limit and could do without being slammed against the floor.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
+			but $his tall frame can keep $his
+			<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+				straining belly off the ground; but only for a moment. $He opts to not try this often as $his womb is already at its limit and could do without being slammed against the floor.
+			<<else>>
+				life brimming belly off the ground; but only for a moment. $He opts to not try this often as $his occupants are liable to voice their complaints with a hail of kicks.
+			<</if>>
+			<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.height < 150>>
-			and $he is nothing more than a breaking womb with a girl attached. $He struggles to remain seen under the squirming mass of infants that threaten to rupture $his body.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
+			and $he is nothing more than
+			<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+				a breaking womb with a girl attached. $He struggles to remain seen under the squirming mass of infants that threaten to rupture $his body.
+			<<else>>
+				an overstuffed womb with a girl attached. $He struggles to remain seen under the squirming mass of infants that fill $his body.
+			<</if>>
+			<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.muscles > 90>>
-			and $his muscular body barely manages to contain $his monolithic belly, though $he still can't move with it.<<if $activeSlave.amp == 0>> $He requires assistance to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
+			and $his muscular body <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>barely manages to contain<<else>>perfectly handles<</if>> $his monolithic belly, though $he still can't move with it.<<if $activeSlave.amp == 0>> $He requires assistance to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
 		<<else>>
-			and $he is nothing more than a breaking womb with a girl attached. $He is physically unable to keep $his straining belly off the ground.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
+			and $he is nothing more than
+			<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+				a breaking womb with a girl attached.
+			<<else>>
+				an overstuffed womb with a girl attached.
+			<</if>>
+			$He is physically unable to keep $his straining belly off the ground.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his pregnancy when $he must walk anywhere<</if>>.<</if>>
 		<</if>>
 		<<if $activeSlave.weight > 190>>
 			$His massively fat belly is stretched to the limit, so much so $his folds are pulled flat and $his softness, firm. Despite being so taut, you can clearly see the grotesque figures of the infants forced against $his uterine walls by their siblings. $His womb is so cramped, they can barely squirm at all under the pressure and it is a wonder $he has managed to grow this large.
 		<<else>>
-			Despite being stretched taut, you can clearly see the grotesque figures of the infants forced against $his uterine walls by their siblings. $His womb is so cramped, they can barely squirm at all under the pressure and it is a wonder $he has managed to grow this large; even the slightest provocation could cause $him to burst.
+			Despite being stretched taut, you can clearly see the grotesque figures of the infants forced against $his uterine walls by their siblings. $His womb is so cramped, they can barely squirm at all under the pressure and it is a wonder $he has managed to grow this large<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>; even the slightest provocation could cause $him to burst<</if>>.
 		<</if>>
-		<<if $activeSlave.preg < 30>>
-			Worse still, $he isn't even close to full term. It will be a miracle if $he manages to complete $his pregnancy intact.
+		<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+			<<if $activeSlave.preg < 30>>
+				Worse still, $he isn't even close to full term. It will be a miracle if $he manages to complete $his pregnancy intact.
+			<</if>>
+		<<else>>
+			Unbelievably, $he seems unshaken by $his obscene gravidity; $his body is so adapted to carrying children that, even at $his current size, $his pregnancy can be considered healthy.
+			<<if $activeSlave.preg < 30>>
+				Though $he isn't even close to full term. It will be a miracle if $he manages to bring $his brood into the world in one piece.
+			<</if>>
 		<</if>>
 		<<if $activeSlave.bellyFluid >= 1500>>
 			<<if $activeSlave.inflationMethod == 2>>
@@ -5148,25 +5179,41 @@ $He has
 			<</if>>
 		<</if>>
 	<<else>>
-		$He is at $his limit,
+		$He <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>is at $his limit<<else>>should be nearing $his limit<</if>>,
 		<<if $activeSlave.physicalAge <= 3>>
-			and $he is lost under the straining mass of the ready-to-rupture implant that threatens to burst out of $his body. $He has been reduced to nothing more than a balloon stretched to its limit.<<if $saleDescription == 0>> $He requires multiple slaves to move $his bulk when $he must go somewhere.<</if>>
+			and $he is lost under the straining mass of the ready-to-rupture implant that <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>threatens to burst out of<<else>>thoroughly fills $his body<</if>>. $He has been reduced to nothing more than a balloon stretched to its limit.<<if $saleDescription == 0>> $He requires multiple slaves to move $his bulk when $he must go somewhere.<</if>>
 		<<elseif $activeSlave.physicalAge <= 12>>
-			and $he is nothing more than a ready-to-rupture implant with a loli attached. $He struggles to not be lost under the straining mass that threatens to burst out of $his body.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
+			and $he is nothing more than a ready-to-rupture implant with a loli attached. $He struggles to not be lost under the straining mass that
+			<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+				threatens to burst out of $his body.
+			<<else>>
+				 fills $his body.
+			<</if>>
+			<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.height >= 185>>
-			but $his tall frame can keep $his straining belly off the ground; but only for a moment. $He opts to not try this often as $his implant is already at its limit and could do without being slammed against the floor.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
+			but $his tall frame can keep $his <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>straining<</if>> belly off the ground; but only for a moment. $He opts to not try this often as $his implant is already at its limit and could do without being slammed against the floor.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.height < 150>>
-			and $he is nothing more than a ready-to-rupture implant with a girl attached. $He struggles to remain seen under the straining mass that threatens to burst out of $his body.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
+			and $he is nothing more than a ready-to-rupture implant with a girl attached. $He struggles to remain seen under the straining mass that
+			<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+				threatens to burst out of $his body.
+			<<else>>
+				 fills $his body.
+			<</if>>
+			<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
 		<<elseif $activeSlave.muscles > 90>>
-			and $his muscular body barely manages to contain $his monolithic belly, though $he still can't move with it.<<if $activeSlave.amp == 0>> $He requires assistance to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
+			and $his muscular body <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>barely manages to contain<<else>>perfectly handles<</if>> $his monolithic belly, though $he still can't move with it.<<if $activeSlave.amp == 0>> $He requires assistance to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
 		<<else>>
-			and $he is nothing more than a ready-to-rupture implant with a girl attached. $He is physically unable to keep $his straining belly off the ground.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
+			and $he is nothing more than a ready-to-rupture implant with a girl attached. $He is physically unable to keep $his <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>straining<</if>> belly off the ground.<<if $activeSlave.amp == 0>> $He requires multiple slaves to get to $his feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $his middle when $he must walk anywhere<</if>>.<</if>>
 		<</if>>
 		<<if $activeSlave.weight > 190>>
 			$His massively fat belly is stretched to the limit, so much so $his folds are pulled flat and $his softness, firm. $He is so overfilled you can clearly make out the implant within $his body through $his skin. It is so full, not one motion can be seen in its contents nor can one push their hand into it. It's a wonder that both $him and $his implant have managed to hold together this long.
 		<<else>>
 			$He is so overfilled you can clearly make out the implant within $his body through $his skin. It is so full, not one motion can be seen in its contents nor can one push their hand into it. It's a wonder that both $him and $his implant have managed to hold together this long.
 		<</if>>
+		<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+		<<else>>
+			Unbelievably, $he seems unshaken by $his obscene gravidity; $his body is so adapted to carrying children that, even at $his current volume, $he is physically capable of growing larger, even if the implant can't.
+		<</if>>
 		<<if $activeSlave.bellyFluid >= 1500>>
 			<<if $activeSlave.inflationMethod == 2>>
 				There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType.
-- 
GitLab