diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 86ee4540f3a8c651bbe7c9ed28cb8a677e8b3ad8..93aa4288577aaf52cc2d9efa09784cc524877e7a 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 a6a4f8d164578fce9a007faf95dc98c29bd68aad..26d42b45a52122499633f5481dfe0e598bee4ccb 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/init/storyInit.tw b/src/init/storyInit.tw
index 3d2459367ee3827a3d90f76cd7f9824aba799bc9..f1f3c43015d8163fbc04648731ef188dfc754a11 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -587,6 +587,10 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 <<set $masterSuite = 0>>
 <<set $masterSuiteName = "the Master Suite">>
 <<set $masterSuiteNameCaps = "The Master Suite">>
+<<set $farmyard = 0>>
+<<set $farmyardUpgrade = 0>>
+<<set $farmyardName = "the Farmyard">>
+<<set $farmyardNameCaps = "The Farmyard">>
 <<set $HGSuite = 0>>
 <<set $HGSuiteSlaves = 0>>
 <<set $HGSuiteSurgery = 1>>
diff --git a/src/pregmod/farmyard.tw b/src/pregmod/farmyard.tw
index 2e4d2c285e0ae163782dadcf0a932a7310094825..33393339ee430690d10011d4eddd1444860b49d1 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/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 24e67ac880a770002bede6bebf5569efd7c28e7c..f90e3de72a0b149857e5dfb02e5c695ea0698511 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -606,6 +606,18 @@
 <<if ndef $tanks>>
 	<<set $tanks = []>>
 <</if>>
+<<if ndef $farmyard>>
+	<<set $farmyard = 0>>
+<</if>>
+<<if ndef $farmyardUpgrade>>
+	<<set $farmyardUpgrade = 0>>
+<</if>>
+<<if ndef $farmyardName>>
+	<<set $farmyardName = "the Farmyard">>
+<</if>>
+<<if ndef $farmyardNameCaps>>
+	<<set $farmyardNameCaps = "The Farmyard">>
+<</if>>
 <<if ndef $clinicUpgradePurge>>
 	<<set $clinicUpgradePurge = 0>>
 <</if>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 553dec28d0b4d6562073e8fecac6ca0e5b694757..5f5615b008d475d8577644576e0df0b26885568a 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 6fc2f0f22c7d0e4b2fe081b407970f368f628b71..cdb395abb2ec8e9ed250ec3134a7a91adf9dd69f 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/buildingWidgets.tw b/src/uncategorized/buildingWidgets.tw
index 073effa9b5b8184791b2ba6102ce38a29cab0e41..79492f81db083ec690342ae881d7401011a5e62e 100644
--- a/src/uncategorized/buildingWidgets.tw
+++ b/src/uncategorized/buildingWidgets.tw
@@ -53,6 +53,7 @@ Yes, I am aware this is horrible. If anyone can figure out how to get widgets to
 	td#Barracks			{ border-color: olivedrab; }
 	td#Penthouse		{ border-color: teal; }
 	td#Dairy			{ border-color: white; }
+	td#Farmyard			{ border-color: brown; }
 </style>
 
 <<script>>
@@ -81,6 +82,7 @@ if(!Macro.has('sectorblock')) {
 			weapManu: { base: 'weaponsManufacturing', name: 'Weapons manufacturing', cls: 'weapManu' },
 			transportHub: { base: 'transportHub', name: 'Transport Hub', cls: 'transportHub' },
 			Barracks: { base: 'Barracks', name: 'Garrison', extra: ' of $mercenariesTitle' },
+			Farmyard: { extra: ' <<if $farmyardNameCaps != "The Farmyard">>$farmyardNameCaps<</if>>'},
 			/* speciality shop types */
 			'Subjugationist': { base: 'Shops', name: 'Subjugationist Shops', cls: 'FSShops' },
 			'Supremacist': { base: 'Shops', name: 'Supremacist Shops', cls: 'FSShops' },
diff --git a/src/uncategorized/manufacturing.tw b/src/uncategorized/manufacturing.tw
index 30812a44b569422a4bda989ccd0ce1842c5b7425..b43651848ef834ba5c4e7e1419f88a6d70e824cb 100644
--- a/src/uncategorized/manufacturing.tw
+++ b/src/uncategorized/manufacturing.tw
@@ -33,6 +33,14 @@ This is a space in the arcology's service areas,
 	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will incur upkeep costs//
 <</if>>
 
+<<if $seeBestiality == 1 && $cheatMode == 1>>
+<<if $farmyard == 0>>
+	<br>
+	[[Construct a breeding facility to maintain various beasts for your amusement|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $farmyard = 5, $sectors[$AS].type = "Farmyard"]]
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will incur upkeep costs// @@.red;Alpha Content!@@
+<</if>>
+<</if>>
+
 <<if $mercenaries>>
 <<if $barracks != 1>>
 	<br>
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index 0970e74a1e238e1a46758c5b572c01f9c6897cad..d3e49917290ee3f63768e05ff3fccb18e130e8bb 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 e63f66c306fb00e5dc35d5424e316a5087c469e5..797df23701e0fb0d623227a0e78d68d471caf1db 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 9cd5c4a0d1e045a1c49ffbe8803e38ae3a883d41..920c0087731ad92935fa5512a7950b8903ab2773 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.