diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 040e14f954e0135b9a392b7e9af9f1bd9f85abba..88576f761e86b8bf6ab2f2493425804462bbd137 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,13 @@
 
 0.10.7.1-0.7.x
 
+8/31/2018
+	
+	10
+	-eyebrows of various shapes, sizes and colors added
+	-AddSlave widget deprecated in favor of newSlave()
+	-fixes
+
 8/30/2018
 	
 	9
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 8b829c50d998f60390975a59af4815d8da434504..0d7098cdd32a2b20d6fa11162011809c691b503a 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -17697,8 +17697,9 @@ window.rulesAutosurgery = (function() {
 			if (slave.pubicHStyle != "hairless") slave.pubicHStyle = "bald";
 			V.cash -= V.surgeryCost;
 
-		} else if ((slave.bald == 0 || slave.hStyle != "bald") && (thisSurgery.surgery_hair == 2)) {
+		} else if ((slave.bald == 0 || slave.hStyle != "bald" || slave.eyebrowHStyle != "bald") && (thisSurgery.surgery_hair == 2)) {
 			surgeries.push("hair removal");
+			slave.eyebrowHStyle = "bald";
 			slave.hStyle = "bald";
 			slave.bald = 1;
 			V.cash -= V.surgeryCost;
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 4972033bbbb8147b9fd6dade9a10c17e3cc7d716..cde138953f860436f75d8d973ca14ff22bb64351 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -61,7 +61,7 @@ You prepare $him for sale. $His response to being put up for purchase is
 A reputable slave appraiser arrives promptly to inspect $him and certify $his qualities for sale. The appraiser,
 <<switch _appraiser>>
 <<case "roman">>
-	one of the arcology's appointed censors, sweeps in grandly in his toga with its blue stripe of office, greets you confidently, and turns to the slave. He unrolls a scroll-shaped soft tablet, reviewing video of the $boy's skills and referring back to $his body as he works his way through the prescribed method of valuation. Finished, he turns to you.
+	one of the arcology's appointed censors, sweeps in grandly in his toga with its blue stripe of office, greets you confidently, and turns to the slave. He unrolls a scroll-shaped soft tablet, reviewing video of the $girl's skills and referring back to $his body as he works his way through the prescribed method of valuation. Finished, he turns to you.
 	<<if def $PC.customTitle>>
 		"$PC.customTitle,
 	<<else>>
@@ -108,7 +108,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 	<</if>>
 	I have appraised your slave. My appraisal is based on $his potential income in a brothel, with modification for $his special qualities. I have found the following.
 <<case "edo">>
-	one of the arcology's recognized slave examiners, arrives alone, but is no less regal for it. She is dressed as a proper Edo lady, and is a natural at it, slim<<if $arcologies[0].FSRepopulationFocusLaw == 1>>, despite her large pregnancy<</if>>, pretty, and proper. She greets you correctly, the only sign of her middle age being a little creasing at the corners of her eyes, and then turns to the slave. She seems to have researched her skills already, and so performs a skilled inspection without even needing to touch the $boy.
+	one of the arcology's recognized slave examiners, arrives alone, but is no less regal for it. She is dressed as a proper Edo lady, and is a natural at it, slim<<if $arcologies[0].FSRepopulationFocusLaw == 1>>, despite her large pregnancy<</if>>, pretty, and proper. She greets you correctly, the only sign of her middle age being a little creasing at the corners of her eyes, and then turns to the slave. She seems to have researched her skills already, and so performs a skilled inspection without even needing to touch the $girl.
 	<<if def $PC.customTitle>>
 		"$PC.customTitle,
 	<<else>>
@@ -199,7 +199,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 <<case "businesswoman">>
 	an older businesswoman with a reputation for correctness, gives you a prim nod before turning to the nude slave without wasting further time. She deftly makes notes on a haptic wrist interface, flipping through videos of the slave in action as she works. "As I'm sure you know, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>sir<<else>>madam<</if>>," she says as she uses curt instructions to direct $activeSlave.slaveName, "appraisals are based on a slave's potential income as a prostitute, with modifiers for special characteristics." Her fingers fly across the interface. "I'll just mention the significant ones.
 <<case "slaver">>
-	a scarred old slaver with calloused hands and a knowing face, greets you in his companionable way before clapping his hands together and turning to the slave. He switches back and forth between the <<print $boy>>s and a battered old tablet with video proving $his skills. "Well, as you know <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>suh<<else>>ma'am<</if>>," he says as he firmly repositions $activeSlave.slaveName, "appraisals are based on a slave's potential income as a whore, with modifiers for special things." He pauses, prodding the tablet. "I'll just mention the main items.
+	a scarred old slaver with calloused hands and a knowing face, greets you in his companionable way before clapping his hands together and turning to the slave. He switches back and forth between the <<print $girl>>s and a battered old tablet with video proving $his skills. "Well, as you know <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>suh<<else>>ma'am<</if>>," he says as he firmly repositions $activeSlave.slaveName, "appraisals are based on a slave's potential income as a whore, with modifiers for special things." He pauses, prodding the tablet. "I'll just mention the main items.
 <<default>>
 	a fashionably but formally dressed young man with slicked-back hair, greets you correctly before activating an examination visor and reviewing video evidence of the slave's skills. That done, he deactivates the visor and performs a quick physical examination. "As I'm sure you know, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>sir<<else>>madam<</if>>," he says as he gently repositions $activeSlave.slaveName to get a good look at $him, "appraisals are based on a slave's potential income as a whore, with modifiers for special characteristics." He pauses, using subvocalizations to make data entries. "I'll just mention the significant ones.
 <</switch>>
@@ -244,7 +244,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 <<if ($week-$activeSlave.weekAcquired >= 20) && ($activeSlave.entertainSkill >= 100)>>
 <<if setup.entertainmentCareers.includes($activeSlave.career)>>
 <<else>>
-	$He's gotten enough experience as a slave entertainer that $he has the added value of a $boy with a history in entertainment from before $he was a slave.
+	$He's gotten enough experience as a slave entertainer that $he has the added value of a $girl with a history in entertainment from before $he was a slave.
 <</if>>
 <</if>>
 <<if ($activeSlave.oralCount + $activeSlave.analCount + $activeSlave.vaginalCount + $activeSlave.mammaryCount + $activeSlave.penetrativeCount > 1000)>>
@@ -614,7 +614,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 	<<case"priestess">>
 		Amen." She forms a holy symbol with her hands, kneels before you to bow so low that her cleavage presses against the floor, and retreats.
 	<<case"futa">>
-		That's all. Thanks! Cute $boy." She goes, but pauses in the doorway to give you a little wave.
+		That's all. Thanks! Cute $girl." She goes, but pauses in the doorway to give you a little wave.
 	<<case"Elite">>
 		That's all. <<if $PC.dick == 1>>See you around! Have to have a few other guy's kids before we can have some more fun, but I'll keep you in mind!<<else>>See you around, we'll have to go drinking after I'm done sometime!<</if>>" She waves, as she leaves.
 	<<case"businesswoman">>
@@ -710,7 +710,7 @@ __Bids Received__
 	<br>''<<print cashFormat(_Price)>>'' from a citizen who pays creepily close attention to the state of $his health, and ignores everything else.
 	<<set _NewOwner = 1>>
 <<elseif ($activeSlave.nationality != 0) && (random(1,100) > 80)>>
-	<br>''<<print cashFormat(_Price)>>'' from a citizen with a special appetite for <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "Mosotho">>Basotho<<elseif $activeSlave.nationality == "Motswana">>Batswana<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> <<print $boy>>s.
+	<br>''<<print cashFormat(_Price)>>'' from a citizen with a special appetite for <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "Mosotho">>Basotho<<elseif $activeSlave.nationality == "Motswana">>Batswana<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> <<print $girl>>s.
 	<<set _NewOwner = 1>>
 <</if>>
 <<if _NewOwner == 1>>
@@ -980,7 +980,7 @@ __Bids Received__
 <<if $activeSlave.teeth == "pointy">>
 <<if $activeSlave.combatSkill > 0>>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who's pursuing some sort of mercenary project that requires worryingly large numbers of thin <<print $boy>>s with sharp teeth.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who's pursuing some sort of mercenary project that requires worryingly large numbers of thin <<print $girl>>s with sharp teeth.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>>
 		<<set $buyer = "D startled the witch">>
@@ -996,7 +996,7 @@ __Bids Received__
 <<if $activeSlave.analSkill >= 100>>
 <<if $activeSlave.physicalAge < 25>>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who appreciates <<print $boy>>s who are both vaginal virgins and anal veterans.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who appreciates <<print $girl>>s who are both vaginal virgins and anal veterans.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>>
 		<<set $buyer = "D virgin asspussy">>
@@ -1082,7 +1082,7 @@ __Bids Received__
 <<if $activeSlave.face > 10>>
 <<if $activeSlave.faceShape != "masculine">>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with strong opinions on futas: he likes a feminine $boy with a nice cock, a lovely pussy, no visible balls and yet the ability to get hard, and plentifully milky nipples.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with strong opinions on futas: he likes a feminine $girl with a nice cock, a lovely pussy, no visible balls and yet the ability to get hard, and plentifully milky nipples.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>>
 		<<set $buyer = "D milky herm">>
@@ -1119,7 +1119,7 @@ __Bids Received__
 <<if $activeSlave.devotion > 20>>
 <<if $activeSlave.height > 180>>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who keeps a large harem of lithe, muscular <<print $boy>>s to bear him children.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who keeps a large harem of lithe, muscular <<print $girl>>s to bear him children.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>>
 		<<set $buyer = "D shorty breeder">>
@@ -1242,7 +1242,7 @@ __Bids Received__
 <<if $activeSlave.butt > 3>>
 <<if $activeSlave.weight > 10>>
 	<<if random(1,100) > 60>>
-	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in slimming down fat slaves to appeal to buyers who prefer slim <<print $boy>>s.
+	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/500))>>'' from a slave trainer that specializes in slimming down fat slaves to appeal to buyers who prefer slim <<print $girl>>s.
 	<<link "Accept bid" "Slave Sold">>
 		<<set $cash += 500*Math.trunc(($slaveCost*1.1)/500)>>
 		<<set $buyer = "slimming trainer">>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index eff50635cf2a3c45772c12969de4c95c203aa51b..79e7ddd79bee90c484af013474e85fe5e8b0f013 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -5240,9 +5240,9 @@ $He has
 			and $he is nothing more than a womb with a girl attached. While $he can barely heft $his titanic belly off the floor, it takes a considerable amount of effort to do so and quickly comes to rest back where it started.<<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, $his belly visibly bulges and squirms from all the babies writhing within $him. $His womb is so full you can see the babies forced up against $his uterus, $he is at risk of rupturing should $he grow larger.
+			$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, $his belly visibly bulges and squirms from all the babies writhing within $him. $His womb is so full you can see the babies forced up against $his uterus, <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>$he is at risk of rupturing should $he grow larger<<else>>though $his body shows little sign of being troubled by this<</if>>.
 		<<else>>
-			 Despite being stretched taut, $his belly visibly bulges and squirms from all the babies writhing within $him. $His womb is so full you can see the babies forced up against $his uterus, $he is at risk of rupturing should $he grow larger.
+			 Despite being stretched taut, $his belly visibly bulges and squirms from all the babies writhing within $him. $His womb is so full you can see the babies forced up against $his uterus, <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>$he is at risk of rupturing should $he grow larger<<else>>though $his body shows little sign of being troubled by this<</if>>.
 		<</if>>
 		<<if $activeSlave.preg < 30>>
 			Given how far along $he is, $he is clearly having an obscene number of children.
@@ -5270,9 +5270,14 @@ $He has
 			and $he is nothing more than a greatly overfilled implant with a girl attached. While $he can barely heft $his titanic belly off the floor, it takes a considerable amount of effort to do so and quickly comes to rest back where it started.<<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. Both $him and $his implant are at risk of rupturing should either be filled any more.
+			$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.
 		<<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. Both $him and $his implant are at risk of rupturing should either be filled any more.
+			$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.
+		<</if>>
+		<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+			Both $him and $his implant are at risk of rupturing should either be filled any more.
+		<<else>>
+			While $his implant may be at risk of rupturing, $his body shows no signs of struggling to support it.
 		<</if>>
 		<<if $activeSlave.bellyFluid >= 1500>>
 			<<if $activeSlave.inflationMethod == 2>>
@@ -13301,9 +13306,38 @@ $He has
 		$His lower belly is slightly bloated and $his pussy swollen and leaking fluids. $He is ready to be seeded.
 	<</if>>
 <<elseif $activeSlave.bellyPreg >= 1000000>>
-	//WIP//
+	$He is @@.pink;impossibly pregnant@@ with
+	<<if $activeSlave.preg >= 55>>
+		<<if $activeSlave.pregType == 1>>
+			a single full grown child.
+		<<else>>
+			$activeSlave.pregType overgrown babies.
+		<</if>>
+		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
+	<<elseif $activeSlave.preg >= 50>>
+		<<if $activeSlave.pregType == 1>>
+			a single full grown child.
+		<<else>>
+			$activeSlave.pregType overgrown babies.
+		<</if>>
+		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+	<<elseif $activeSlave.preg >= 43>>
+		<<if $activeSlave.pregType == 1>>
+			a single full grown child.
+		<<else>>
+			$activeSlave.pregType overgrown babies.
+		<</if>>
+		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+	<<else>>
+		a staggering $activeSlave.pregType babies.
+	<</if>>
 <<elseif $activeSlave.bellyPreg >= 750000>>
-	$He is @@.red;on the brink of bursting!@@ $His belly is painfully stretched and $his womb packed to capacity; the slightest provocation could cause $him to rupture.
+	$He is
+	<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+		@@.red;on the brink of bursting!@@ $His belly is painfully stretched and $his womb packed to capacity; the slightest provocation could cause $him to rupture.
+	<<else>>
+		 @@.pink;unbelievably pregnant@@ with $activeSlave.pregType babies.
+	<</if>>
 	<<if $activeSlave.preg >= 55>>
 		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
 	<<elseif $activeSlave.preg >= 50>>
@@ -13312,7 +13346,7 @@ $He has
 		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
 	<</if>>
 <<elseif $activeSlave.bellyImplant >= 750000>>
-	$He looks @@.red;ready to pop!@@ $He stomach is painfully stretched by $his straining <<print $activeSlave.bellyImplant>>cc belly implant. It is well past it's recommended capacity and at risk of rupturing.
+	$He looks @@.red;ready to pop!@@ $He stomach is <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>painfully<<else>>frighteningly<</if>> stretched by $his straining <<print $activeSlave.bellyImplant>>cc belly implant. It is well past it's recommended capacity and at risk of rupturing.
 <<elseif $activeSlave.bellyPreg >= 600000>>
 	$He is @@.pink;dangerously pregnant,@@ $his overburdened womb is filled with
 	<<if $activeSlave.preg >= 55>>
@@ -14023,37 +14057,86 @@ $He has
 	a badly @@.red;masculine waist@@ that ruins $his figure<<if $activeSlave.weight > 30>> and greatly exaggerates how fat $he is<<elseif $activeSlave.weight < -30>> despite how thin $he is<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
-			$His _belly belly grotesquely bulges around $his thick waist.<<if $activeSlave.preg > 3>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.<</if>>
+			$His _belly belly grotesquely bulges around $his thick waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 300000>>
 			$His _belly belly is hidden by $his thick waist.
 		<<elseif $activeSlave.belly < 450000>>
 			$His _belly belly can be seen around $his thick waist.
 		<<elseif $activeSlave.belly < 600000>>
-			$His _belly belly can clearly be seen around $his thick waist.<<if $activeSlave.preg > 3>> $His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly can clearly be seen around $his thick waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 750000>>
-			$His _belly belly lewdly bulges around $his thick waist.<<if $activeSlave.preg > 3>> $His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly lewdly bulges around $his thick waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<</if>>
 	<</if>>
 <<elseif $activeSlave.waist > 40>>
 	a broad, @@.red;ugly waist@@ that makes $him look mannish<<if $activeSlave.weight > 30>> and exaggerates how fat $he is<<elseif $activeSlave.weight < -30>> despite how thin $he is<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
-			$His _belly belly grotesquely bulges around $his chunky waist.<<if $activeSlave.preg > 3>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.<</if>>
+			$His _belly belly grotesquely bulges around $his chunky waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 150000>>
 			$His _belly belly is hidden by $his chunky waist.
 		<<elseif $activeSlave.belly < 450000>>
 			$His _belly belly can be seen around $his chunky waist.
 		<<elseif $activeSlave.belly < 600000>>
-			$His _belly belly can clearly be seen around $his chunky waist.<<if $activeSlave.preg > 3>> $His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly can clearly be seen around $his chunky waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 750000>>
-			$His _belly belly lewdly bulges around $his chunky waist.<<if $activeSlave.preg > 3>> $His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly lewdly bulges around $his chunky waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<</if>>
 	<</if>>
 <<elseif $activeSlave.waist > 10>>
 	an @@.red;unattractive waist@@ that conceals $his <<if $activeSlave.visualAge > 25>>girlish<<else>>womanly<</if>> figure<<if $activeSlave.weight > 30>> and accentuates how fat $he is<<elseif $activeSlave.weight < -30>> despite how thin $he is<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
-			$His _belly belly grotesquely bulges around $his waist.<<if $activeSlave.preg > 3>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.<</if>>
+			$His _belly belly grotesquely bulges around $his waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 10000>>
 			From behind, $his figure hides $his _belly belly.
 		<<elseif $activeSlave.belly < 200000>>
@@ -14063,16 +14146,37 @@ $He has
 		<<elseif $activeSlave.belly < 450000>>
 			$His _belly belly can clearly be seen around $his waist.
 		<<elseif $activeSlave.belly < 600000>>
-			$His _belly belly can clearly be seen around $his waist.<<if $activeSlave.preg > 3>> $His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly can clearly be seen around $his waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 750000>>
-			$His _belly belly lewdly bulges around $his waist.<<if $activeSlave.preg > 3>> $His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly lewdly bulges around $his waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<</if>>
 	<</if>>
 <<elseif $activeSlave.waist >= -10>>
 	an average waist for a <<if $activeSlave.visualAge > 25>>girl<<else>>woman<</if>><<if $activeSlave.weight > 30>>, though it looks broader since $he's fat<<elseif $activeSlave.weight < -30>>, though it looks narrower since $he's thin<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
-			$His _belly belly grotesquely bulges around $his waist.<<if $activeSlave.preg > 3>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.<</if>>
+			$His _belly belly grotesquely bulges around $his waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 10000>>
 			From behind, $his figure hides $his _belly belly.
 		<<elseif $activeSlave.belly < 200000>>
@@ -14082,16 +14186,37 @@ $He has
 		<<elseif $activeSlave.belly < 450000>>
 			$His _belly belly can clearly be seen around $his waist.
 		<<elseif $activeSlave.belly < 600000>>
-			$His _belly belly can clearly be seen around $his waist.<<if $activeSlave.preg > 3>> $His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly can clearly be seen around $his waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 750000>>
-			$His _belly belly lewdly bulges around $his waist.<<if $activeSlave.preg > 3>> $His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly lewdly bulges around $his waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<</if>>
 	<</if>>
 <<elseif $activeSlave.waist >= -40>>
 	a nice @@.pink;feminine waist@@ that gives $him a <<if $activeSlave.visualAge > 25>>girlish<<else>>womanly<</if>> figure<<if $activeSlave.weight > 30>> despite $his extra weight<<elseif $activeSlave.weight < -30>> and accentuates how thin $he is<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
-			$His _belly belly grotesquely bulges around $his waist.<<if $activeSlave.preg > 3>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.<</if>>
+			$His _belly belly grotesquely bulges around $his waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 10000>>
 			From behind, $his figure hides $his _belly belly.
 		<<elseif $activeSlave.belly < 100000>>
@@ -14101,16 +14226,37 @@ $He has
 		<<elseif $activeSlave.belly < 450000>>
 			$His _belly belly can clearly be seen around $his waist.
 		<<elseif $activeSlave.belly < 600000>>
-			$His _belly belly can clearly be seen around $his waist.<<if $activeSlave.preg > 3>> $His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly can clearly be seen around $his waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 750000>>
-			$His _belly belly lewdly bulges around $his waist.<<if $activeSlave.preg > 3>> $His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly lewdly bulges around $his waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<</if>>
 	<</if>>
 <<elseif $activeSlave.waist >= -95>>
 	a hot @@.pink;wasp waist@@ that gives $him an hourglass figure<<if $activeSlave.weight > 30>> despite $his extra weight<<elseif $activeSlave.weight < -30>> further accentuated by how thin $he is<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
-			$His _belly belly grotesquely bulges around $his narrow waist and continues over half a meter farther to either side.<<if $activeSlave.preg > 3>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.<</if>>
+			$His _belly belly grotesquely bulges around $his narrow waist and continues <<if $activeSlave.belly >= 1000000>>quite the distance<<else>>over half a meter<</if>> farther to either side.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 5000>>
 			From behind, $his narrow figure hides $his _belly belly.
 		<<elseif $activeSlave.belly < 80000>>
@@ -14120,16 +14266,37 @@ $He has
 		<<elseif $activeSlave.belly < 450000>>
 			$His _belly belly lewdly extends past $his $his narrow waist.
 		<<elseif $activeSlave.belly < 600000>>
-			$His _belly belly lewdly distends far to either side of $his narrow waist.<<if $activeSlave.preg > 3>> $His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly lewdly distends far to either side of $his narrow waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 750000>>
-			$His _belly belly lewdly bulges to either side of $his narrow waist and continues for nearly half a meter in both directions.<<if $activeSlave.preg > 3>> $His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline barely visible from behind.<</if>>
+			$His _belly belly lewdly bulges to either side of $his narrow waist and continues for nearly half a meter in both directions.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline barely visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<</if>>
 	<</if>>
 <<else>>
 	an @@.pink;absurdly narrow waist@@ that gives $him a cartoonishly hourglass figure<<if $activeSlave.weight > 30>> made even more ludicrous by $his extra weight<<elseif $activeSlave.weight < -30>> made even more ludicrous by how thin $he is<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
-			$His _belly belly grotesquely bulges around $his narrow waist and continues over half a meter farther to either side.<<if $activeSlave.preg > 3>> $His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.<</if>>
+			$His _belly belly grotesquely bulges around $his narrow waist and continues <<if $activeSlave.belly >= 1000000>>quite the distance<<else>>over half a meter<</if>> farther to either side.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is horribly distended by $his bursting womb in a last ditch effort to find more room for $his children, leaving $his original waistline barely visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 2000>>
 			From behind, $his narrow figure hides $his _belly belly.
 		<<elseif $activeSlave.belly < 5000>>
@@ -14141,9 +14308,23 @@ $He has
 		<<elseif $activeSlave.belly < 45000>>
 			$His _belly belly lewdly distends far to either side of $his narrow waist.
 		<<elseif $activeSlave.belly < 600000>>
-			$His _belly belly lewdly distends far to either side of $his narrow waist.<<if $activeSlave.preg > 3>> $His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.<</if>>
+			$His _belly belly lewdly distends far to either side of $his narrow waist.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is swollen wider than usual by $his crowded womb in its search for more room, leaving $his original waistline only visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<<elseif $activeSlave.belly < 750000>>
-			$His _belly belly lewdly bulges to either side of $his narrow waist and continues for nearly half a meter in both directions.<<if $activeSlave.preg > 3>> $His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline barely visible from behind.<</if>>
+			$His _belly belly lewdly bulges to either side of $his narrow waist and continues for nearly half a meter in both directions.
+			<<if $activeSlave.preg > 3>>
+				<<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>
+					$His waist is greatly distended by $his overfilled womb in its desperate search for more room, leaving $his original waistline barely visible from behind.
+				<<else>>
+					However, $his body is so adapted to pregnancy that $his womb rests forward enough to preserve the shape of $his waistline.
+				<</if>>
+			<</if>>
 		<</if>>
 	<</if>>
 <</if>>