From 25a2b5c9a93354e0a6a7e1f0d9440de8b8624076 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 10 Oct 2018 17:23:00 -0400
Subject: [PATCH] fixes and rePregInventor.tw WIP

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt  |    6 +
 devNotes/twine JS.txt                         |    4 +-
 src/init/storyInit.tw                         |    2 +-
 src/npc/startingGirls/startingGirls.tw        |    2 +
 src/pregmod/pRaped.tw                         |    2 +-
 src/pregmod/rePregInventor.tw                 | 1576 +++++++++++++++++
 src/pregmod/rePregInventorFinale.tw           |  826 ---------
 src/pregmod/rePregInventorIntro.tw            |  331 ----
 src/pregmod/rePregInventorMiddle.tw           |  587 ------
 src/uncategorized/RESS.tw                     |   20 +-
 src/uncategorized/randomNonindividualEvent.tw |   51 +-
 src/uncategorized/recETS.tw                   |    2 +-
 src/uncategorized/remoteSurgery.tw            |    4 +-
 src/uncategorized/saGetMilked.tw              |    6 +-
 14 files changed, 1633 insertions(+), 1786 deletions(-)
 create mode 100644 src/pregmod/rePregInventor.tw
 delete mode 100644 src/pregmod/rePregInventorFinale.tw
 delete mode 100644 src/pregmod/rePregInventorIntro.tw
 delete mode 100644 src/pregmod/rePregInventorMiddle.tw

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 24ab3dd023d..97cf3cba5ab 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,12 @@
 
 0.10.7.1-0.10.x
 
+10/10/2018
+
+	6
+	-fixes
+	-backend work on concurrent pregnancies
+
 10/08/2018
 
 	5
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 267742909eb..c70bac85e2b 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -13628,7 +13628,7 @@ window.DefaultRules = (function() {
 				if (slave.boobs < rule.growth_boobs) {
 					_priority = {drug: "breast injections", weight: (rule.growth_boobs-slave.boobs)/rule.growth_boobs};
 					_priorities.push(_priority);
-				} else if ((slave.boobs > rule.growth_boobs+200) && slave.weight < 100 && (V.arcologies[0].FSSlimnessEnthusiastResearch == 1)) {
+				} else if ((slave.boobs > parseInt(rule.growth_boobs)+200) && slave.weight < 100 && (V.arcologies[0].FSSlimnessEnthusiastResearch == 1)) {
 					_priority = {
 						drug: "breast redistributors",
 						weight: (1+((slave.boobs-slave.boobsImplant-rule.growth_boobs)/rule.growth_boobs)) };
@@ -13770,7 +13770,7 @@ window.DefaultRules = (function() {
 			}
 			if (V.arcologies[0].FSSlimnessEnthusiastResearch == 1) {
 				if (rule.growth_boobs != "no default setting") {
-					if (slave.boobs-slave.boobsImplant > rule.growth_boobs+200 && slave.weight < 100) {
+					if (slave.boobs-slave.boobsImplant > parseInt(rule.growth_boobs)+200 && slave.weight < 100) {
 						if (slave.drugs != "breast redistributors") {
 							slave.drugs = "breast redistributors";
 							r += `<br>${slave.slaveName} has been put on ${slave.drugs}.`;
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index f19c2abd66e..cd6831bfb0e 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -765,7 +765,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 <<set $pornStarMasochistID = 0>>
 <<set $pornStarPregnancyID = 0>>
 
-<<set $pregInventor1 = 0>>
+<<set $pregInventor = 0>>
 <<set $pregInventorID = 0>>
 <<set $pregInventions = 0>>
 
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index d185d03117b..df4e84ff09a 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -356,9 +356,11 @@ __You are customizing this slave:__
 <<elseif ($activeSlave.vagina > 2 && $activeSlave.vaginalSkill <= 10) || ($activeSlave.vagina == 0 && $activeSlave.vaginalSkill > 30)>>
 	<<set $activeSlave.vaginalSkill = 15>>
 <</if>>
+/* Not sure the idea behind this one. The above two make some sense, but this one not so much.
 <<if ($activeSlave.intelligence + $activeSlave.intelligenceImplant > 15) && $activeSlave.entertainSkill <= 10>>
 	<<set $activeSlave.entertainSkill = 15>>
 <</if>>
+*/
 
 <<if $activeSlave.indenture >= 0>>
 	<<set $activeSlave.indenture = Math.clamp($activeSlave.indenture, 26, 208)>>
diff --git a/src/pregmod/pRaped.tw b/src/pregmod/pRaped.tw
index c2969f5f449..8a7b7fba7de 100644
--- a/src/pregmod/pRaped.tw
+++ b/src/pregmod/pRaped.tw
@@ -122,7 +122,7 @@ It would be prudent to up security in your arcology. That or take a guard along
 <<set $activeSlave.trust = -100>>
 <<set $activeSlave.health = random(-50,-20)>>
 <<set $activeSlave.anus = 0>>
-<<set $activeSlave.dick = 7>>
+<<set $activeSlave.dick = 6>>
 <<set $activeSlave.balls = 5>>
 <<set $activeSlave.boobs = 0>>
 <<set $activeSlave.waist = 50>>
diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw
new file mode 100644
index 00000000000..4d08f1ad1f9
--- /dev/null
+++ b/src/pregmod/rePregInventor.tw
@@ -0,0 +1,1576 @@
+:: RE preg inventor [nobr]
+ 
+<<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">>
+
+<<set $activeSlave = $eventSlave>>
+<<setLocalPronouns $activeSlave>>
+<span id="artFrame">
+/* 000-250-006 */
+<<if $seeImages == 1>>
+	<<if $imageChoice == 1>>
+		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+	<<else>>
+		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+	<</if>>
+<</if>>
+/* 000-250-006 */
+</span>
+
+<<if $pregInventor == 0>>
+	<<set $pregInventorID = $activeSlave.ID>>
+
+	Your broodmother, <<EventNameLink $activeSlave>>, asks to see you, so you have $him brought to your office. It takes your menial servants several minutes to safely produce $him as $his massive, bloated<<if $seeRace == 1>>, $activeSlave.race<</if>> womb is stretched so thin by its load that the sudden shock to $his body if $he were dropped might cause $him to explode. Both you and your babymaker are used to these circumstances at this point, however, and, as your servants work to lower $him to the soft carpeted floor at the center of your office without undue strain to $his belly, $he shoots you a provocative
+	<<if $activeSlave.amp == 1>>
+		grin.
+	<<else>>
+		<<if $activeSlave.boobs >= 20000>>
+			grin and rubs the sides of $his debilitatingly large breasts with anticipation.
+		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
+			grin and pushes $his augmented tits together to give you a view of $his impressive cleavage.
+		<<elseif $activeSlave.boobs >= 3000>>
+			grin and hefts one of $his massive breasts with both hands, sucking on $his nipple to give you a show while you wait.
+		<<else>> 
+			grin and tweaks the nipples on $his pert breasts.
+		<</if>>		
+	<</if>>
+	<br><br> 
+	Once $he is safely resting on the ground, your slave
+	<<if $activeSlave.amp < 1>> 
+		pushes up against it, stretching so that $he can look you in the eyes.
+	<<else>> 
+		blushes and wiggles $his stumps, looking down.
+	<</if>>
+	<<if canTalk($activeSlave)>>
+		"<<Master>>," $he <<says>>s, "I love being your hyper-pregnant brood <<s>>lave. My poor <<if $eventSlave.mpreg == 1>>a<<ss>><</if>>pu<<ss>>y weep<<s>> every time a baby pa<<ss>>e<<s>> through it, and <<s>>o many have pa<<ss>>ed through—and, <<Master>>, it hurt<<s>>, <<s>>ometime<<s>>, but I love the feeling of my body <<s>>tretched fuller and fuller with life every day. There'<<s>> nothing I want more than to be your <<= lispReplace(SlaveTitle($activeSlave))>> until my body give<<s>> out. <<S>>o, <<Master>>, I really want to give <<s>>omething back to you for making my dream<<s>> come true."
+	<<else>> 
+		<<if $activeSlave.amp < 1>>
+			$He signs to you that $he wants to give back to you for blessing $him with $his <<if $activeSlave.broodmother > 0>>permanently hyperpregnant<<else>>life-swollen<</if>> body.
+		<<else>> 
+			Your personal assistant speaks, probably in response to a nonverbal cue from your slave. $He explains that your slave wishes to give back to you for blessing $him with $his <<if $activeSlave.broodmother > 0>>permanently hyperpregnant<<else>>life-swollen<</if>> body.
+		<</if>>
+	<</if>>
+	<br><br>The explanation has been going on for a while now, so you motion for your slave to get to the point.
+	<<if canTalk($activeSlave)>>	
+		"<<Master>>," $he <<say>>s, "I want the whole world to love hyper-pregnant baby machine<<s>> a<<s>> much a<<s>> I do. I know it'<<s>> <<s>>elfi<<sh>>, but I've been looking into way<<s>> to make <<s>>e<<x>> with broodmother<<s>> even better than it already i<<s>>. It feel<<s>> great to get fucked while I'm <<s>>o packed full and helple<<ss>>, but, if you'll let me try, I've got <<s>>ome idea<<s>> for making it even better for broodmother<<s>>. And, more importantly, <<Master>>, for you and any other potential partner<<s>>, too."
+	<<else>> 
+		<<if $activeSlave.amp < 1>>
+			$He explains that $he's been thinking of ways to make sex with overly pregnant slaves more convenient and enjoyable and would like your permission to develop them.		
+		<<else>> 
+			Your assistant explains that the $girl has been thinking of ways to make sex with overly pregnant slaves more convenient and enjoyable and would like your permission to develop them.
+		<</if>>
+	<</if>>
+
+	<br><br>	
+	You consider $his offer. Will you support $him?
+	<br><br>
+
+	<span id="result">
+	<<link "No and remind $him of $his place.">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+		You calmly explain to your baby filled broodmother that $he is property and expected to fulfill $his duties, not to think. $He is not to pursue this matter further.
+		<<if $activeSlave.trust < -95>>
+			You then rape $him, hard, to get your point across, ignoring $his moans of pain and the loud complaints from $his overfilled womb as it barely holds together under your assault. The bitch is delusional, idolizing $himself and $his position like this. $activeSlave.slaveName has been holding onto sanity by a thread with this idea about loving what $he is, but your rejection breaks something fundamental inside of $him. $He's a baby machine. $His body belongs to you. $His brain is just a vestigial accessory to $his womb and pussy. @@.red;$activeSlave.slaveName is broken.@@ $He will never question $his place again.
+			<<set $activeSlave.fetish = "mindbroken", $activeSlave.sexualQuirk = "none", $activeSlave.sexualFlaw = "none", $activeSlave.behavioralQuirk = "none", $activeSlave.behavioralFlaw = "none">>
+			<<= VaginalVCheck()>>
+		<<elseif $activeSlave.trust < -20>>
+			You then fuck $him, hard, to get your point across, ignoring $his moans of pain and the loud complaints from $his overfilled womb as it barely holds together under your assault. When you finally get bored and
+			<<if $PC.dick == 1>>
+				shoot your load into $his
+					<<if ($activeSlave.vagina == 10)>>
+						gaping pussy,
+					<<elseif ($activeSlave.vagina > 3)>>
+						loose pussy,
+					<<elseif ($activeSlave.vagina >= 1)>>						
+						vagina,					
+					<<else>>
+						surprisingly resilient, tight little pussy,
+					<</if>>
+					<<set _dump = VaginalVCheck()>>
+			<<else>>
+				clench your legs around $his slutty head as $he drives your pussy over the edge with $his tongue,
+				<<set $activeSlave.oralCount++, $oralTotal++>>
+			<</if>>
+			$he cries out in a reciprocating orgasm and then cries out a second time when, massive stomach shuddering,
+			<<if $activeSlave.broodmother > 1>>
+				$he begins to give birth to yet another child. You call your menials back to your office and decide to take a walk. By the time you're at the door, the head of $activeSlave.slaveName's next child is already cresting.
+			<<elseif $activeSlave.broodmother != 1 && $activeSlave.preg > 37>>
+				$his water breaks. You call your menials back to your office and decide to take a walk. As you pass by $him, it's clear that $he'll have more important things to think about it the coming day.
+				<<set $activeSlave.labor = 1>>
+			<<else>>
+				$his brood shifts precariously. You call your menials back to your office and decide to take a walk. As you pass by $him, it's clear that $he'll be more concerned with staying whole than whatever foolish endeavers $he was planning.
+			<</if>>
+			$activeSlave.slaveName is now more @@.gold;fearful@@.
+			<<set $activeSlave.trust -= 4>>
+		<<else>>
+			<<if canTalk($activeSlave)>>	
+				"I'm <<s>>orry, <<Master>>," $he <<say>>s, "I ju<<s>>t thought, well... nevermind."
+			<<else>>
+				<<if $activeSlave.amp < 1>>
+					$He motions in apology, trying to hide $his extreme disappointment.		
+				<<else>> 
+					$He is mute and limbless, so it is nearly impossible for $him to communicate $his feelings without a great deal of forward planning and help from your AI assistant. Despite this, you can tell $he's disappointed.
+				<</if>>
+			<</if>>
+			<br><br>
+			<<if $activeSlave.origEye == "implant">>
+				$His pretty $activeSlave.eyeColor bionic eyes flash a shade cooler than normal and you can tell $he's struggling to accept your decision.
+			<<else>>
+				You can see tears brimming in $his $activeSlave.eyeColor eyes.
+			<</if>>
+			You kiss $him on the head, make sweet love to $him to improve $his mood, then have $him escorted out of your office.
+			<<= VaginalVCheck()>>
+			You are certain you made the right choice. If possible, $activeSlave.slaveName is now more @@.hotpink;devoted.@@
+			<<set $activeSlave.devotion += 5>>			
+		<</if>>
+		<</replace>>
+	<</link>>
+	<br><<link "Yes, and offer to help $him in a... personal capacity">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>	
+		Being so close to the near-bursting womb of your slave for so long has got your loins stirring, and you hop up onto your desk, bringing your
+		<<if $PC.dick == 1>>
+			dick
+		<<else>>
+			vagina
+		<</if>>	
+		level with the broodmother's mouth. You tell $him that you could be convinced to let $him explore $his interests. $He squeals in delight and
+		<<if $PC.dick == 1>>
+			wraps $his
+			<<if ($activeSlave.lips > 95)>>
+				plush mouth pussy
+			<<elseif ($activeSlave.lips > 70)>>			
+				thick, dick sucking lips
+			<<elseif ($activeSlave.lips > 20)>>			
+				lips
+			<<else>>
+				thin, almost childlike lips
+			<</if>>
+			around your penis. 	
+			<<if canTalk($activeSlave)>>	
+				Between $his slurping and sucking, $he manages to get out enough intelligible words to give you a good idea about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
+			<<else>>
+				<<if $activeSlave.amp < 1>>
+					While slurping and sucking, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.		
+				<<else>> 
+					$He focuses on slurping and sucking on your knob while your personal assistant explains $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if canTalk($activeSlave)>>	
+				buries $his eager tongue in your quim. Between sucking on your clit and moaning, $he manages to get out enough intelligible words to give you a good idea about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
+			<<else>>
+				<<if $activeSlave.amp < 1>>
+					While burying $his tongue in your quim, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.		
+				<<else>> 
+					$He focuses burying $his tongue in your quim while your personal assistant explains $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
+				<</if>>
+			<</if>>					
+		<</if>>
+		<<set $activeSlave.oralCount++, $oralTotal++>>
+		While you're not interested in giving $him the funds necessary to make some of $his more outlandish ideas a reality, you're certainly excited by $his ideas regarding positions and hyperpregnant vaginal play. You tell $him to go for those and $he trills in delight, vibrating $his tongue
+		<<if $PC.dick == 1>>
+			along your dick and sending you over the edge. $He swallows your load, licking $his lips.
+			<<if canTalk($activeSlave)>>	
+				"Make <<s>>ure to keep feeding me your cum," $he <<say>>s flirtatiously. "I'm eating for a //lot// more than two, after all."
+			<<else>>
+				<<if $activeSlave.amp < 1>>
+					$He signs to you, begging you to keep feeding $him your cum as $he's eating for a lot more than two.		
+				<<else>> 
+					$He then nuzzles your crotch possessively, looking up at your face with devoted eyes.
+				<</if>>
+			<</if>>
+		<<else>>
+			in your intimate spaces and sending you over the edge. $He removes $himself from your pussy and licks $his lips.
+			<<if canTalk($activeSlave)>>	
+				"Make <<s>>ure to keep feeding me your pu<<ss>>y jui<<c>>e," $he <<say>>s flirtatiously. "I'm eating for a //lot// more than two, after all."
+			<<else>>
+				<<if $activeSlave.amp < 1>>
+					$He signs to you, begging you to keep feeding $him your pussy juice as $he's eating for a lot more than two.		
+				<<else>> 
+					$He then nuzzles your crotch possessively, looking up at your face with devoted eyes.
+				<</if>>	
+			<</if>>
+		<</if>>
+		<br><br>
+		You congratulate yourself on having made the right decision as $activeSlave.slaveName @@.hotpink;grows ever closer to@@ and ever larger in $his middle over the week.
+		<<set $activeSlave.devotion += 5>>
+		<</replace>>
+	<</link>>
+	<br><<link "Yes, and offer to fund $his endeavors for ¤10000">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+		You are intrigued by $his offer.
+		<<if $activeSlave.amp < 1>>
+			You take $his 
+			<<if $seeRace == 1>>
+				$activeSlave.race 
+			<</if>>
+			hands in yours, noting their pleasant softness, and direct $him to explain.
+		<<else>>
+			You place a hand on $his exaggerated gut and direct $him to explain.
+		<</if>>	
+		$He blushes, sexually stimulated by even this minor touch, and 
+		<<if canTalk($activeSlave)>>	
+			describes various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential.
+		<<else>>
+			<<if $activeSlave.amp < 1>>
+				signs, describing various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential.
+			<<else>> 
+				wiggles a stump, prompting your personal assistant to describe various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential.
+			<</if>>
+		<</if>>
+		Picturing the actions as $he describes them gets
+		<<if $PC.dick == 1>>
+			you rock hard in short order
+		<<else>>	
+			your pussy dripping with need in short order
+		<</if>>	
+		 and, as the description continues, you move around behind your broodmother, pushing $him up onto $his tremendous womb so that you can fuck $him against it. $His belly squashes down slightly under your weight, but less than you'd expect—$he's so packed full of children that $his stomach resists changing shape. $He wiggles $his hips as you
+		<<if $activeSlave.butt > 11>>
+			sink face first into $his warm, room filling ass cleavage
+		<<elseif $activeSlave.butt > 5>>
+			grab generous handfuls of $his humongous ass
+		<<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>
+			rest the weight of your upper body on $his implant inflated ass cheeks
+		<<elseif $activeSlave.butt > 2>>
+			slap $his generous ass
+		<<else>>		
+			press down on $his petite little ass with your hips
+		<</if>>	
+		and begin teasing $his pussy with 
+		<<if $PC.dick == 1>> 
+			the tip of your dick.
+		<<else>>
+			your fingers.
+		<</if>>
+		<br><br>	
+		<<if canTalk($activeSlave)>>	
+			"Ooh, <<Master>>," your slave <<say>>s, "if you keep thi<<s>> up you'll wake the babie<<s>>." 
+		<<else>>
+			<<if $activeSlave.amp < 1>>
+				Your slave signs, teasingly implying that you'll wake the babies.
+			<<else>> 
+				The skin of your slave's monumental belly flushes red and $he wiggles $his stumps in combined embarassment and arousal.
+			<</if>>
+		<</if>>
+		<br><br>
+		Despite $his complaints, $he doesn't seem to mind once you start really fucking $him senseless.
+		<<= VaginalVCheck()>>
+		Once you've finished melting your swollen "little" sex slave into a puddle of sexually satisfied goo, 
+		<<if $PC.dick == 1>>  
+			shooting your load into $his wanting pussy,
+		<<else>>
+			collapsing into orgasm on $his bloated body,
+		<</if>>	
+		you call up your personal assistant, giving her orders to have your menials collect your exhausted breeder and to ensure $he has all the funds necessary to make $his perverted dreams a reality. $activeSlave.slaveName can only @@.hotpink;idolize you.@@
+		<<set $cash -= 10000>>
+		<<set $activeSlave.devotion += 15>>
+		<<set $pregInventor = 1>>
+		<</replace>>
+	<</link>>
+	</span>
+	
+<<elseif $pregInventor == 1>>
+
+	Your broodmother, <<EventNameLink $activeSlave>>, has been using the resources you gave $him to expand the possibilities for sex with hyperpregnant slaves. $He has been working hard and is finally ready to show off $his results. Your assistant gives you a list of the slave's innovations and you decide to give one a try:
+	<br><br>
+	<span id="result">
+	<<link "Have $him show off $his developments in the sport of advanced maternity swing gymnastics.">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+		$He is brought into your office alongside $his invention: a customized maternity swing. It is a true marvel of Free Cities engineering, resembling something designed for use with large marine mammals as rather than a sex aid for a pregnant woman. It has been specially rigged to support both its user and their sexual partner, and to suspend them in the air, enabling them to explore sex positions that would otherwise be rendered impossible by a hyperpregnant slave's mass and size. Just watching the effort your menials expend squeezing the $desc into a device that would dwarf a normal person is enough to get you excited, and you're fully ready to enjoy some personal time with $him by the time they've hooked you both into the device. The maternity swing is controlled via a vocal command system and, as your menials retreat to give you time alone, you instruct it to lift both you and $him into the air.
+		<br><br>
+		The reinforced silk supports strain slightly under the weight of your slave's belly, but they make no noise, and you soon find yourself suspended in midair with $his
+		<<if $activeSlave.vagina == 10>>
+			huge, weeping pussy lips
+		<<elseif $activeSlave.vagina >= 6>>	
+			loose pussy
+		<<elseif $activeSlave.vagina >= 3>>		
+			pussy
+		<<else>>
+			tight little pussy
+		<</if>>
+		at perfect eye level. You go down on $him to get $him primed and enjoy the feeling of 
+		<<if $activeSlave.amp < 1>>
+			$his legs wrapping around your head
+		<<else>>	
+			$his stumps squeezing the sides of your head
+		<</if>>	
+		as you bring $him to climax.
+		<<set $activeSlave.vaginalCount++, $vaginalTotal++>>
+		<br><br>
+		With gentle coaching from your slave, you rotate the two of you in the air so that $he can ride you reverse cowgirl. <<= VaginalVCheck(2)>> You then switch $him around, allowing $his belly to eclipse your vision entirely as $he rides you in traditional cowgirl. The contents of $his womb have exploded its weight to the point that this position would have previously been hazardous to both your health and $hers, if not completely impossible, and the illusion of having sex while perpetually on the knife's edge of being flattened by literal tons of baby packed slave flesh sends you over the edge. You 
+		<<if $PC.dick == 1>> 
+			ejaculate into $him, your cum dripping out of $his vagina, splattering on the ground below.
+		<<else>>
+			orgasm as you transition into scissoring with your tightly packed broodmare, keeping the fantasy of being crushed by $his body foremost in your mind.
+		<</if>>
+		<br><br>
+		You explore many other sexual positions before commanding the maternity swing to take you back to earth. You extricate yourself from the device, but leave $him inside of it. $He does a little twirl in the device, showing off the shape of $his hyper-inflated body, the tips of $his toes barely touching the ground.
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"<<S>>o what did you think, <<Master>>?" $he asks. $He purses $his lips, waiting for your response.
+		<<else>>
+			$He motions to you, making it clear $he's waiting for your judgment. 
+		<</if>>
+		<<set $activeSlave.devotion += 5>>
+		<br><br><span id="result2">
+		<<link "Insult $him and halt all further training.">>
+			<<replace "#result2">>
+			As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of. 
+			<<if $activeSlave.trust < -95>>
+				The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. You slap $him on the ass and then have your menials escort $him back to $his duties. The next time you see $him, the spark of life and vitality that drove $him has been fully extinguished. @@.red;$activeSlave.slaveName has broken.@@ Anything $he might have learned from this experience is lost in $his empty mind. $He will never question $his place, or anything else, again.
+				<<set $activeSlave.fetish = "mindbroken">>
+			<<elseif $activeSlave.trust < -20>>
+				The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. $He apologizes for wasting your time and, cognizant of the power you hold over $him, promises never to do so again. @@.gold;$activeSlave.slaveName is now more fearful.@@ Though $he never bothers you with $his "ideas" again, you can tell @@.mediumorchid;$he no longer regards you as highly.@@
+				<<set $activeSlave.trust -= 4>>
+				<<set $activeSlave.devotion -= 10>>
+			<<else>>
+				The look of pride and accomplishment on $his face transforms into a look of disappointment. @@.gold;$activeSlave.slaveName finds you less trust worthy@@ as a result of your unkindness, but $he soon gets over $his disappointment and begins thinking of ways to truly impress you.
+				<<set $activeSlave.trust -= 4>>
+			<</if>>
+			<</replace>>
+		<</link>>
+		<br><<link "Compliment $him but keep $his discoveries to yourself.">>
+			<<replace "#result2">>
+			You are impressed by $his ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep $his discoveries secret, so as to hoard all the enjoyment of them for yourself. $activeSlave.slaveName doesn't mind. $He is @@.hotpink;simply happy@@ to have pleased you and @@.mediumaquamarine;trusts your intentions will benefit $him.@@
+			<<set $pregInventions = 1>>	
+			<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>	
+			<</replace>>
+		<</link>>
+		<<if $receiverAvailable == 1>>
+			<br><<link "Organize a televised demonstration of $his skills.">>
+				<<replace "#result2">>
+				You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
+				<<set $cash -= 10000>>	
+				<<set $pregInventor = 2>>	
+				<<set $pregInventions = 1>>	
+				<<set $activeSlave.trust += 4, $activeSlave.devotion += 10>>	
+				<</replace>>
+			<</link>> // This will cost <<= cashFormat(10000)>>//
+		<</if>>
+		</span>	
+		<</replace>>
+	<</link>>	
+	<br><<link "Have $him give you a trained assisted strip show.">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+		The first thing that you notice when your slave walks through the door is the way $he struts in with apparent ease. It's been quite a while since you've seen $him walk with any sort of elegance, but $he does so now. $He spins around, giving you a look at $his
+		<<if $activeSlave.butt > 11>>
+			debilitating, insanely enormous ass
+		<<elseif $activeSlave.butt > 5>>
+			huge ass
+		<<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>
+			implant swollen ass cheeks
+		<<elseif $activeSlave.butt > 2>>
+			plump ass
+		<<else>>
+			slender ass
+		<</if>>	
+		and then shakes $his booty, glancing over $his shoulder to see how you react. You motion for $him to continue and $he turns around and approaches you, stopping only when $his massive belly is looming in front of you, almost touching you. You look over the apex of $his stomach to consider the "invention" she's developed to enable $his miraculous mobility. 
+		<br><br>
+		A significant number of menial slaves have been repurposed and specially trained to aid your hyperbroodmother and $his incredible belly. These menials,
+		<<if $arcologies[0].FSPaternalist > 60>>
+			outfitted with expensive safety gear to protect them during their potentially dangerous endeavors, 
+		<<elseif $arcologies[0].FSRepopulationFocus > 60>>	
+			themselves pregnant, though not nearly as large, 
+		<<elseif $arcologies[0].FSRestart > 60>>	
+			low-quality stock unfit to serve as breeders,
+		<<elseif $arcologies[0].FSPastoralist > 60>>	
+			their huge, milky tits squashed up against your slave's body, leaking milk, 
+		<<elseif $arcologies[0].FSAssetExpansionist > 60>>	
+			their huge tits and asses serving as exotic cushions for the tender flesh of your massively bloated hyperbroodmother, 
+		<<elseif $arcologies[0].FSTransformationFetishist > 60>>
+			their huge implanted tits and asses clearly designed to maximize their potential as cushions for your massively bloated hyperbroodmother, 
+		<<elseif $arcologies[0].FSPhysicalIdealist > 60>>
+			their impressive muscles rippling as they exert themselves,
+		<<elseif $arcologies[0].FSHedonisticDecadence > 60>>	
+			surprisingly strong, given how plush they are, and well suited for their job, 
+		<<elseif $arcologies[0].FSChattelReligionist > 60>>	
+			dressed in skimpy monks habits and eyes flashing with exalted fervor as they go about their duties, 
+		<<elseif $arcologies[0].FSYouthPreferentialist > 60>>	
+			just barely the legal age for consent in your arcology and clearly eager to prove themselves,
+		<<elseif $arcologies[0].FSMaturityPreferentialist > 60>>	
+			plush MILFs who support your hyperbroodmother's insane pregnancy with a hint of maternal affection, 
+		<<elseif $arcologies[0].FSSlimnessEnthusiast > 60>>
+			lithe and possessed of wiry strength, 
+		<<elseif $arcologies[0].FSRomanRevivalist > 60>>	
+			dressed in a skimpy reproduction of roman legionary garb,
+		<<elseif $arcologies[0].FSAztecRevivalist > 60>>	
+			clad only in exotic feathers,
+		<<elseif $arcologies[0].FSEgyptianRevivalist > 60>>	
+			dressed in ankle length tarkhans made of brass and turquoise colored beads,
+		<<elseif $arcologies[0].FSEdoRevivalist > 60>>	
+			dressed in skimpy noh theatre costumes,
+		<<elseif $arcologies[0].FSArabianRevivalist > 60>>	
+			their sinful figures made modest by roomy abayas,
+		<<elseif $arcologies[0].FSChineseRevivalist > 60>>	
+			clad in traditional silk chang'ao and lotus shoes,
+		<<else>>	
+			their clothing specifically chosen to supplement and flatter your hyperbroodmother's own outfit,
+		<</if>>	
+		act to support $his movements as $he teases you, seemingly heedless of their own safety. Their ego has been subsumed in pursuit of their duties and, as they fall into place to hold up $his gargantuan belly with each of $his slightest, most thoughtless movements, they give you the impression of being more extensions of $his will than independent beings. Your hyperbroodmother leans forward, just the slightest bit, as you consider $his assistants, and presses $his unfathomable stomach into your crotch. As $he does so, two of $his assistants slide under $his belly with practiced ease, cushioning it with their bodies to prevent it from touching the cold ground. No sound passes their lips as the gargantuan organ crushes down on them, but you can hear their bones creak.
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Oooh, <<s>>omeone like<<s>> what they <<s>>ee," $he <<say>>s.
+		<<else>>
+			$He can't speak, but $he does grin and roll $his belly up and down your lap for a moment, $his servants lifting and supporting $him from the periphery such that $he seems to be in casual control of $his immobilizing bulk.
+		<</if>>
+		<br><br>
+		It is only then that you realize that 
+		<<if $PC.dick == 1>>  
+			your dick is as hard as a length of steel. 
+		<<else>>	
+			your kitty is positively drowning in fem-cum.
+		<</if>>	
+		You move to touch $his belly, but $he steps backward, leaving it just out of reach. 
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"If you'll permit, <<Master>>," $he <<say>>s teasingly, "I'd like to <<sh>>ow off my 'invention' ju<<s>>t a little longer."
+		<<else>>
+			$He smirks and
+			<<if $activeSlave.amp < 1>>
+				motions to you that $he'd like to tease you just a little longer.
+			<<else>> 
+				one of $his servants, seeming to read their mistress's mind, motions to you that your slave has something big to show off still.
+			<</if>>
+		<</if>>
+		<br><br>
+		You motion for $him to continue. 
+		<<if $activeSlave.amp < 1>>
+			$He lifts $his arms over $his head and begins to spin again, giving you a glorious view of $his 
+		<<else>>
+			$His servants spin $him again, giving you a glorious view of $his
+		<</if>>
+		<<if ($activeSlave.boobs >= 20000)>>
+			eye wateringly massive tits
+		<<elseif ($activeSlave.boobs >= 3000)>>
+			huge tits
+		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
+			luscious, augmented tits
+		<<else>>
+			petite breasts
+		<</if>>
+		and
+		<<if $activeSlave.butt > 11>>
+			couch smothering ass cheeks.
+		<<elseif $activeSlave.butt > 5>>	
+			enormous ass.
+		<<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>
+			implant-filled ass.
+		<<elseif $activeSlave.butt > 2>>
+			delicious looking ass.
+		<<else>>
+			small ass.
+		<</if>>
+		As $he spins, $his servants support $his motions, using their own bodies to cushion and propel $him in the direction $he wants. They move in a limp manner that seems to blend into $his body, keeping the focus of your attention on your slave's form rather than theirs. One enters your office with a portable stripper stage, complete with pole, and your slave makes $his way over to it.
+		<<if canTalk($activeSlave)>>
+			"There were <<s>>ome... <<s>>acrifi<<c>>e<<s>>," $he <<say>>s, "to get where we are today." 
+			<<if $activeSlave.amp < 1>>
+				$He raises $his arms as $his myriad servants plaster themselves to $his monolithic body, raising $his considerable bulk to a sufficient height to allow $him to take hold of the pole. 
+			<<else>> 
+				$He raises a dainty stub and one of $his myriad servants, pressed back to back with $him to help support $his weight as the others push $him into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole. 
+			<</if>>
+		<<else>>
+			<<if $activeSlave.amp < 1>>
+				$He motions to you that there were some sacrifices, raising $his arms as $his myriad servants plaster themselves under $his monolithic belly, raising $his considerable bulk to sufficient height to allow $him to take hold of the pole. 
+			<<else>> 
+				The servant serving as the "mouth" for your mute, limbless hyperpregnant slave motions to you that there were some sacrifices. Your slave raises a dainty stub and one of $his myriad servants, pressed back to back with $him to help support $his weight as the others push $him into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole. 	
+			<</if>>
+		<</if>>
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"I think you'll find, though..." $he <<say>>s.
+		<<elseif $activeSlave.amp < 1>>
+			$He motions that "$he believes you'll find," then falls into a coy silence.
+		<<else>> 
+			$His mouthpiece motions that your slave "believes you'll find," then falls into a coy silence.
+		<</if>>	
+		<br><br>	
+		$He's spinning around the pole now, reminding you of $his earlier motions. $He seems weightless, $his massive bulk perfectly supported regardless of the personal cost to those supporting $him. Your gaze turns to several motionless servants who have been knocked unconscious by $his careening bulk. They're piled up against a side wall, but inconspicuous. You can't recall when they collapsed, or when they were dragged away. The passiveness with which your slave's glorified human clothing moves makes even the collapsed menials seem natural and perfectly reasonable--just something that happens when your hyperbroodmother exercises $his body, sometimes. Not an abuse of another person. More like flexing a limb.
+		<br><br>
+		$His servants surge upward, piling on top of eachother and rotating $him. $He flips upside down and, for a moment, you worry that $he might fall with disastrous consequences. The mass of human bodies working in tandem to protect and enable $him executes its motions in perfect synchrony, however, and you are treated to the sight of an impossibly pregnant slave spinning upside down, hooking one
+		<<if $activeSlave.amp < 1>>
+			leg
+		<<else>>	
+			"leg"
+		<</if>>
+		around a stripper pole, and performing a slow, effortless body inversion, $his massive upside down belly rotating just a split second slower than the rest of $him. $He rotates some more and then flips back into a normal standing position, leaning over $his stomach and once again slightly crushing $his now visibly exhausted servants as $he performs a mock bow.
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"That it wa<<s>> worth it!" $he <<say>>s, finishing $his earlier statement. "So, what do you think?" $he asks. $He seems not even slightly out of breath.
+		<<elseif $activeSlave.amp < 1>>
+			$He motions to you, communicating the last part of $his earlier message: "that it was worth it!" $He then indicates that $he is waiting for your opinion. You note that $he hasn't even broken a sweat.
+		<<else>> 
+			$His mouthpiece motions to you, communicating the last part of the message your slave started earlier: "that it was worth it!" The menial then indicates that your slave is waiting for your opinion of $his work. You note that your hyperbroodmother hasn't even broken a sweat. 
+		<</if>>
+		<br><br><span id="result2">
+		<<link "Insult $him and halt all further training.">>
+			<<replace "#result2">>
+			As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of. 
+			<<if $activeSlave.trust < -95>>
+				The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. You slap $him on the ass and then have your menials escort $him back to $his duties. The next time you see $him, the spark of life and vitality that drove $him has been fully extinguished. @@.red;$activeSlave.slaveName has broken.@@ Anything $he might have learned from this experience is lost in $his empty mind. $He will never question $his place, or anything else, again.
+				<<set $activeSlave.fetish = "mindbroken">>
+			<<elseif $activeSlave.trust < -20>>
+				The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. $He apologizes for wasting your time and, cognizant of the power you hold over $him, promises never to do so again. @@.gold;$activeSlave.slaveName is now more fearful.@@ Though $he never bothers you with $his "ideas" again, you can tell @@.mediumorchid;$he no longer regards you as highly.@@
+				<<set $activeSlave.trust -= 4, $activeSlave.devotion -= 10>>
+			<<else>>
+				The look of pride and accomplishment on $his face transforms into a look of disappointment. @@.gold;$activeSlave.slaveName finds you less trust worthy@@ as a result of your unkindness, but $he soon gets over $his disappointment and begins thinking of ways to truly impress you.
+				<<set $activeSlave.trust -= 4>>
+			<</if>>
+			<</replace>>
+		<</link>>
+		<br><<link "Compliment $him but keep $his discoveries to yourself.">>
+			<<replace "#result2">>
+			You are impressed by $his ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep $his discoveries secret, so as to hoard all the enjoyment of them for yourself. $activeSlave.slaveName doesn't mind. $He is @@.hotpink;simply happy@@ to have pleased you and @@.mediumaquamarine;trusts your intentions will benefit $him.@@
+			<<set $pregInventions = 1>>	
+			<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>	
+			<</replace>>
+		<</link>>
+		<<if $receiverAvailable == 1>>
+			<br><<link "Organize a televised demonstration of $his skills.">>
+				<<replace "#result2">>
+				You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
+				<<set $cash -= 10000>>	
+				<<set $pregInventor = 2>>	
+				<<set $pregInventions = 1>>	
+				<<set $activeSlave.trust += 4, $activeSlave.devotion += 10>>	
+				<</replace>>
+			<</link>> // This will cost <<= cashFormat(10000)>>//
+		<</if>>
+		</span>	
+		<</replace>>
+	<</link>>
+	<<if $spa != 0>>
+	<br><<link "Enjoy a game of "jelly" wrestling in your new curative gelatin pool.">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+		Your slave asks you to meet $him in your spa. Upon entering, you take a moment to enjoy the 
+		<<if $spaDecoration == "Paternalist">>
+			sight of the opulently appointed pools and the intellectually stimulating shows streaming from the many screens set on the walls of the room.
+		<<elseif $spaDecoration == "Repopulation Focus">>	
+			sight of all of the maternity aid devices scattered throughout the room. Whatever the nature of $his invention, your slave's toy is guaranteed to fit in well in these particular baths. 
+		<<elseif $spaDecoration == "Eugenics">>	
+			sight of the dualistic, caste based facilities.
+		<<elseif $spaDecoration == "Pastoralist">>	
+			faint smell of milk that wafts through the room with the steam and the sight of the many aid devices that your hypermassive slaves absolutely require to make use of the facilities.
+		<<elseif $spaDecoration == "Asset Expansionist">>	
+			sight of the aid equipment that your hypermassive slaves absolutely require to make use of the facilities.
+		<<elseif $spaDecoration == "Transformation Fetishist">>
+			sight of the various surgical recovery devices scattered throughout the room.
+		<<elseif $spaDecoration == "Physical Idealist">>
+			sight of the various light impact workout machines scattered throughout the room.
+		<<elseif $spaDecoration == "Hedonistic">>	
+			smell of the lavishly appointed cornucopias of food scattered around the facility's many opulent pools.
+		<<elseif $spaDecoration == "Chattel Religionist">>	
+			sight of the ritual pools and the various icons of the faith scattered throughout the room.
+		<<elseif $spaDecoration == "Youth Preferentialist">>	
+			carnival atmosphere created by the waterpark theming of the facilities. 
+		<<elseif $spaDecoration == "Gender Radicalist">>
+			sight of the extreme penetration based pornography feeds streaming from the many screens set on the walls of the room.	
+		<<elseif $spaDecoration == "Gedner Fundamentalist">>
+			sight of the traditionalist pornographic feeds streaming from the many screens set on the walls of the room.	
+		<<elseif $spaDecoration == "Maturity Preferentialist">>	
+			sight of the many businesslike, beautifying devices and service stations scattered throughout the room.
+		<<elseif $spaDecoration == "Slimness Enthusiast">>
+			comfortable atmosphere of the facilities. 
+		<<elseif $spaDecoration == "Degradationist">>	
+			sight of the all-seeing cameras scattered throughout the room. You give a nod to one of the obvious ones, knowing there's an audience watching.
+		<<elseif $spaDecoration == "Roman Revivalist">>	
+			sight of the sexual mosaics at the bottom of its spacious baths.
+		<<elseif $spaDecoration == "Aztec Revivalist">>	
+			sight of its golden idols and exotic animal trophies as well as the warm smell of tropical herbs.
+		<<elseif $spaDecoration == "Egyptian Revivalist">>	
+			heavy perfumed air pervading the room and the sight of its warm, reed lined pools.
+		<<elseif $spaDecoration == "Edo Revivalist">>	
+			steam rising up off of the stone-lined onsen pools.
+		<<elseif $spaDecoration == "Arabian Revivalist">>	
+			vibrant tilework and the smell of the heavy perfume in the steamy air.
+		<<elseif $spaDecoration == "Chinese Revivalist">>	
+			stultifying, gloomy atmosphere pervading the room.
+		<<elseif $spaDecoration == "Body Purist">>		
+			comfortable atmosphere of the facilities. 
+		<<else>>	
+			sight of its spacious baths and pleasant atmosphere.
+		<</if>>	
+		Your eyes then fall on what must be $his invention: a new pool, set in a corner. It's not olympic size, but it is quite large compared to most of your other pools--a large oval--and it is completely filled with a clear, gooey substance. Lounging in it, facing you and with $his massive belly poking out just far enough for you to enjoy the sight of $his bulging "outie" belly button, is your slave, wearing an attractive bikini that seems to be soaked through with whatever goo is filling the pool. $He
+		<<if $activeSlave.amp < 1>>
+			waves at you and then gently rolls forward onto $his astounding pregnancy,
+		<<else>>	
+			waves a stub at you and then pokes it at a holographic remote array hovering nearby. A mobility assistance device in the pool rolls $him forward onto $his astounding pregnancy, 
+		<</if>>	
+		<<if ($activeSlave.boobs >= 20000)>>
+			causing $his insanely enormous tits to flop onto the tile at the pool's edge with a loud "thwack."
+		<<elseif ($activeSlave.boobs >= 3000)>>
+			resting $his enormous breasts on the pool's edge, causing them to push up into $his chin as $he looks up at you.
+		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
+			resting $his huge, implant-distended tits on the pool's edge, causing them to push up into $his chin as $he looks up at you.
+		<<else>>
+			giving you a nice view of $his cute tits.
+		<</if>>	
+		<br><br>	
+		<<if canTalk($activeSlave)>>
+			"Hi, <<Master>>," $he <<say>>s. "//Oooooh...// you have no idea how good this feel<<s>>. My aching belly is warmed all through--well? Why don't you come in and I'll explain things."
+		<<elseif $activeSlave.amp < 1>>
+			$He motions to you in more formal greetings and then lets out an involuntary moan of pleasure, rubbing at the sides of $his tremendous belly. $He beckons you to enter the pool.
+		<<else>>
+			$He is limbless as well as mute, so $he can't greet you more formally, but $his pleasurable, incomprehensible moaning and the way $he presses $his stumps into $his monstrously inflated, baby packed belly makes it clear to you that $he's happy to see you. You decide to get into the pool to try out your slave's invention for yourself. 
+		<</if>>
+		<br><br>
+		You strip and put on one of the swimming outfits that are stored in the baths for your personal use, then slide yourself into the pool, squeezing in between its wall and your hyperswollen broodmother. The gel has a medicinal scent masked by lavender and is the perfect warmth to ease your muscles as you slide into it. Your skin tingles at its touch.
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"It'<<s>> curative jelly," your slave explains. "I'm <<s>>o big, now, it take<<s>> mo<<s>>t of the day to moi<<s>>turize my poor belly, even with help. With thi<<s>> jelly pool, it only takes a few minute<<s>>. I'm <<s>>ure thi<<s>> pool can help all <<s>>ort<<s>> of <<s>>lave<<s>> with big a<<ss>>et<<s>> <<s>>o that they can keep them<<s>>elve<<s>> looking pretty for their <<if $PC.title == 1>>ma<<s>>ter<<s>><<else>>mi<<s>>tre<<ss>>e<<s>><</if>>."
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				$He motions to you, explaining in sign that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually. 
+			<<else>> 
+				Your personal assistant chimes in to explain that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually. 
+			<</if>>
+		<</if>>	
+		<br><br>
+		<<if $activeSlave.amp < 1>>
+			$He presses a few buttons on a holographic remote array
+		<<else>> 
+			$He nods a signal
+		<</if>>
+		and a series of silk-lined spherical rollers at the base of the pool come to life, humming as they spin $his laden body around. $He pushes into your chest, rotating forward so that $his
+		<<if ($activeSlave.boobs >= 20000)>>
+			colossal breasts spread out around you, completely surrounding your head. With some effort, you part $his heavy cleavage enough to be able to continue listening to $him without being smothered.
+		<<elseif ($activeSlave.boobs >= 3000)>>
+			massive chest fills the space between you, blocking your view of $his face. You spread $his cleavage enough to be able to continue listening to $him.
+		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
+			fat, implanted tits fill the space between you, blocking your view of $his face. With some effort, you spread $his tightly packed, spherical cleavage enough to be able to continue listening to $him. 
+		<<else>>
+			spherical belly pushes into your crotch. 
+		<</if>>
+		<<if $activeSlave.amp < 1>>
+			$He then reaches out and, after you nod that $he can continue, $he caresses your face.
+		<<else>> 
+			$He then reaches out to caress your face, but blushes and stops the motion as $he remembers that $he is physically unequipped to do so. 
+		<</if>>	
+		$His weight falls onto you and pushes you into the cushioned wall of the pool. The wall gives beneath your combined bulk, swelling down and outward to accommodate and support you. 
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Do you like it, <<Master>>?" $he asks. "It'<<s>> built to grow and change a<<s>> your <<s>>lave<<s>> do. It <<sh>>ould be the perfect <<s>>ize to <<s>>upport them, no matter what that <<s>>ize might be. And if we ever get too big for even that, well..." $he smiles and you realize that, between the feeling of $his heavy, slick mass pressing into you and the rejuvenating effect of the gel,
+			<<if $PC.dick == 1>>  
+				you're hard as a rock and
+			<<else>>	
+				your pussy is absolutely weeping and you are
+			<</if>>	
+			as refreshed and eager to fuck as you've been in quite some time. "We can alway<<s>> just make it... bigger."
+		<<else>>
+			<<if $activeSlave.amp < 1>>
+				$He motions to you, explaining that the pool is designed to grow to accommodate and support its users, then smiles. You realize that, between the feeling of $his heavy, slick mass pressing into you and the rejuvenating effect of the gel, 
+				<<if $PC.dick == 1>>  
+					you're hard as a rock and
+				<<else>>	
+					your pussy is absolutely weeping and you are
+				<</if>>	
+				as refreshed and eager to fuck as you've been in quite a while.
+			<<else>> 
+				Your personal assistant explains that the pool has been designed to grow to accommodate and support its users. You're only half-listening to what she is saying, however, as you have suddenly realized that, between the feeling of your slave's heavy, slick mass pressing into you and the rejuvenating effect of the gel, 
+				<<if $PC.dick == 1>>  
+					you're hard as a rock and
+				<<else>>	
+					your pussy is absolutely weeping and you are
+				<</if>>	
+				as refreshed and eager to fuck as you've been in quite a while.
+			<</if>>
+		<</if>>	
+		Your arousal gives you an idea, and you push back on your hyperbroodmother's colossal belly. $He steps away from you until $he is in the center of the pool, a look of confusion on $his face. You take control of the remote and then manipulate the reticulating frame supporting the pool such that it lifts the floor, slowly rendering both you and your colossal-bellied breeder knee deep in the warm gel. You hunker down into an aggressive, combative stance and
+		<<if $activeSlave.origEye == "implant">>
+			$his synthetic eyes flash white for a moment as a look of understanding dawns on $his face.
+		<<else>>
+			a look of understanding lights up in $his eyes.
+		<</if>>	
+		<<if !canTalk($activeSlave)>>	
+			"Oh no," $he <<say>>s in mock dismay<<if $activeSlave.combatSkill > 0>>, lowering $his guard<</if>>. "My <<Master>> i<<s>> going to wre<<s>>tle me into <<s>>ubmi<<ss>>ion in thi<<s>> hot, heavy goo pool. Whatever will I do?"
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				$He waves $his arms in mock dismay<<if $activeSlave.combatSkill > 0>> and lowers $his guard<</if>> as you prepare to wrestle $him in the pool of goop.
+			<<else>> 
+				$He waves $his stubs in mock dismay as you prepare to wrestle $him in the pool of goop.
+			<</if>>
+		<</if>>		
+		You circle around $him, slowly approaching $him, and $he uses the pool's mobility assistance tools to rotate $his body so that $he can just barely keep you in $his gaze, drizzling gel over $his belly as $he keeps it between you and $him to use as a protective barrier. When you're close enough to touch the apex of $his fecund body, you leap forward through the gel, diving to one side and disappearing under it. Your momentum carries you a reasonable distance despite the resistance of the thick substance and you pop back up directly behind $him. You grab $him under $his armpits, pressing your
+		<<if $PC.dick == 1>>  
+			rigid dick against $his
+		<<else>>	
+			engorged pussy lips against $his
+		<</if>>
+	   <<if $activeSlave.butt > 7>>
+			enormous, gel-slicked ass,
+		<<elseif $activeSlave.butt > 4>>
+			plush, gel-slicked ass,
+		<<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>
+			implant-filled, gel-slicked ass,
+		<<elseif $activeSlave.butt > 2>>
+			perfect, gel-slicked ass,
+		<<else>>
+			small, gel-slicked ass,
+		<</if>>
+		and throw your weight backward to bring you both to the ground. $He's far too enormous to make this achievement doable with anything less than superhuman strength, but the mobility assistance devices engage as you move, and the two of you slowly collapse into the warm jelly.
+		<<= VaginalVCheck()>>
+		After you've fucked $him near senseless, enjoying $his struggles to keep abreast of the smothering gel as you abuse $his pussy, you both retire to the side of the pool and $he presses into you, nuzzling your neck and
+		<<if canTalk($activeSlave)>>	
+			asking you what you think of $his invention.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				motioning to you, asking you what you think of $his invention.
+			<<else>> 
+				waving a stub in the air. As if on cue, your personal servant asks you what you think of your broodmother's invention.
+			<</if>>
+		<</if>>		
+		<br><br><span id="result2">
+		<<link "Insult $him and halt all further training.">>
+			<<replace "#result2">>
+			As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of. 
+			<<if $activeSlave.trust < -95>>
+				The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. You slap $him on the ass and then have your menials escort $him back to $his duties. The next time you see $him, the spark of life and vitality that drove $him has been fully extinguished. @@.red;$activeSlave.slaveName has broken.@@ Anything $he might have learned from this experience is lost in $his empty mind. $He will never question $his place, or anything else, again.
+				<<set $activeSlave.fetish = "mindbroken">>
+			<<elseif $activeSlave.trust < -20>>
+				The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. $He apologizes for wasting your time and, cognizant of the power you hold over $him, promises never to do so again. @@.gold;$activeSlave.slaveName is now more fearful.@@ Though $he never bothers you with $his "ideas" again, you can tell @@.mediumorchid;$he no longer regards you as highly.@@
+				<<set $activeSlave.trust -= 4, $activeSlave.devotion -= 10>>
+			<<else>>
+				The look of pride and accomplishment on $his face transforms into a look of disappointment. @@.gold;$activeSlave.slaveName finds you less trust worthy@@ as a result of your unkindness, but $he soon gets over $his disappointment and begins thinking of ways to truly impress you.
+				<<set $activeSlave.trust -= 4>>
+			<</if>>
+			<</replace>>
+		<</link>>
+		<br><<link "Compliment $him but keep $his discoveries to yourself.">>
+			<<replace "#result2">>
+			You are impressed by $his ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep $his discoveries secret, so as to hoard all the enjoyment of them for yourself. $activeSlave.slaveName doesn't mind. $He is @@.hotpink;simply happy@@ to have pleased you and @@.mediumaquamarine;trusts your intentions will benefit $him.@@
+			<<set $pregInventions = 1>>	
+			<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>	
+			<</replace>>
+		<</link>>
+		<<if $receiverAvailable == 1>>
+			<br><<link "Organize a televised demonstration of $his skills.">>
+				<<replace "#result2">>
+				You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
+				<<set $cash -= 10000>>	
+				<<set $pregInventor = 2>>	
+				<<set $pregInventions = 1>>	
+				<<set $activeSlave.trust += 4, $activeSlave.devotion += 10>>	
+				<</replace>>
+			<</link>> // This will cost <<= cashFormat(10000)>>//
+		<</if>>
+		</span>	
+		<</replace>>
+		<</link>>
+	<</if>>
+	</span>
+
+<<elseif $pregInventor == 2>>
+
+	<<set _arcCount = $arcologies.length>>
+	<<set $pregInventor = 3>>
+
+	The time has finally come for your slave, <<EventNameLink $activeSlave>> is to appear on the slave-breeding based talkshow, "Husbandry with Millie." 
+	<<if $activeSlave.pornPrestige > 2 || $activeSlave.prestige > 2>>
+		While $he is already world-renowned, you might still improve $his chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms.
+	<<elseif $activeSlave.pornPrestige > 1 || $activeSlave.prestige > 2>>
+		While $he is already quite famous, you could still improve $his chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms.
+	<<else>>
+		While $he has
+		<<if $activeSlave.pornPrestige > 1>>
+			managed to earn a reasonable following in slave pornography,
+		<<else>>
+			a bit of a reputation already,
+		<</if>>
+		you could significantly improve $his chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms.
+	<</if>>
+	
+	<br><br>
+	<span id="result">
+	<<link "Manipulate the FCTV algorithms">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+		You <<if $PC.hacking < 70>>bribe an employee to <</if>>tweak the randomized search algorithms for FCTV. While your hyperbroodmother is being interviewed concerning $his inventions, users browsing FCTV using the randomize channel function will be much more likely to be directed to the show. By the day of the interview, you're confident that many users will be watching as your slave sells your vision for the world's future.
+		<br><br>
+		That done, you settle in to watch.
+		<br><br>
+		The interview starts about halfway into a special episode of "Husbandry With Millie." The show's host is introducing a who's who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview. 
+		<br><br>
+		"Everybody, give one last round of applause for renowned breakout porn star 'Twinner Jennie!'" she says. "Who'd have thought an eighteen year old slave could be pregnant with their own eighteen year old cloned sister? Quite a world--thank you again for that fascinating interview! Our next guest on 'Husbandry With Millie' is a clever 'broodmother' class breeding slave and mother of <<= commaNum($activeSlave.birthsTotal)>> children from the $continent arcology of '$arcologies[0].name.' Everybody, please give a hearty welcome to <<= SlaveFullName($activeSlave)>>!"
+		<br><br>
+		The first thing that the audience sees of your slave is a colossal $activeSlave.skin orb pressing forward through an inadequate looking faux doorway at the rear of the set. "Husbandry With Millie" is a show about breeders and for breeders, and the host, Millie, has seen pregnant slaves of innumerable sizes and descriptions. Despite this, she does a clear doubletake as your slave enters, and enters, and enters stage right, $his grossly distorted belly seeming to go on forever as it precedes $him. $He is always growing, and you are constantly increasing the size of $his menial entourage to ensure $his unhindered mobility. As a result, a veritable platoon of masked menials can be seen throwing themselves into your overladen babyfactory before $his
+		<<if ($activeSlave.boobs >= 20000)>>
+			debilitatingly enormous, mind boggling breasts 
+		<<elseif ($activeSlave.boobs >= 3000)>>
+			enormous breasts 
+		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
+			implant inflated tits 
+		<<else>>
+			upper body 
+		<</if>>
+		and
+		<<if $activeSlave.face > 80>>
+			gorgeous face 
+		<<elseif $activeSlave.face > 40>>
+			cute face 
+		<<elseif $activeSlave.face > 1>>
+			unassuming face 
+		<<else>>
+			homely face	 
+		<</if>>
+		come into view.
+		<br><br>
+		Your slave smiles, 
+		<<if $activeSlave.amp < 1>>
+			rubbing the side of $his belly with one hand while waving at the audience with the other.
+		<<else>> 
+			pushing one arm stump into the side of $his belly while waving the other at the studio audience.
+		<</if>>	
+		After $he has entered and taken $his place next to the interview couch--rolling forward to lay on $his belly so that $he can speak at eye level with $his interviewer while reclined in relative comfort--more menials enter the stage, carrying portable versions of the specialized maternity swing and moisturizing pool that $he has developed.
+		<br><br>
+		"Wow!" Millie says, "You're just about ready to pop, aren't you?"
+		<br><br>
+		<<if canTalk($activeSlave)>>
+			"Mmm," your slave <<say>>s,
+		<<else>>
+			Your slave nods,
+		<</if>>
+		<<if $activeSlave.amp < 1>>
+			crossing $his legs over the rearmost swell of $his belly,
+		<<else>> 
+			bobbling $his leg stumps against the rearmost swell of $his belly,
+		<</if>>
+		<<if canTalk($activeSlave)>>
+			"and I'm more and more ready to pop every day."
+		<<elseif $activeSlave.amp < 1>>
+			motioning toward $his belly to emphasize the truth of the host's statement.
+		<<else>> 
+			waving $his stumps at $his belly to emphasize the truth of the host's statement.
+		<</if>>			
+		<br><br>
+		"I have to admit, $activeSlave.slaveName," Millie says, "you might just be the most heavily pregnant breeder I've ever seen." She motions at your slave's replete body and says: "--may I?" 
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Plea<<s>>e do," your slave <<say>>s.
+		<<elseif $activeSlave.amp < 1>>
+			Your slave invites the host to touch by patting $his belly and then grinning.
+		<<else>> 
+			Your slave nods.
+		<</if>>
+		$He
+		<<if $activeSlave.amp < 1>>
+			<<if ($activeSlave.boobs >= 20000)>>
+				rubs the bases of $his gargantuan breasts in hungry anticipation.
+			<<elseif ($activeSlave.boobs >= 3000)>>
+				rubs the sides of $his enormous breasts in hungry anticipation.
+			<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
+				rubs the sides of $his fat, implanted tits in hungry anticipation.
+			<<else>>
+				<<if $activeSlave.nipples != "fuckable">>tweaks<<else>>fingers<</if>> $his nipples through the sheer fabric of $his pretty slave gown while regarding the host with a look of hungry anticipation.
+			<</if>>
+		<<else>> 
+			<<if ($activeSlave.boobs >= 20000)>>
+				pushes $his arm stubs into what little of the sides of $his gargantuan breasts $he can reach, a look of hungry anticipation on $his face.
+			<<elseif ($activeSlave.boobs >= 3000)>>
+				pushes $his arm stubs into the sides of $his enormous breasts, a look of hungry anticipation on $his face.
+			<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
+				pushes $his arm stubs into the sides of $his fat, implanted tits, a look of hungry anticipation on $his face.
+			<<else>>
+				rubs $his arm stubs against $his nipples through $his pretty slave gown, a look of hungry anticipation on $his face.
+			<</if>>
+		<</if>>
+		<br><br>	
+		Millie places an appreciative hand on your slave's silk clad flank. The poor hyperbreeder is so packed  full of children that her brood can be seen pressed in outline along the full swell of her belly, and Millie's hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host's touch. It turns over, allowing her to cup its back in her palm. 
+		<<if $activeSlave.amp == 0>>
+			Your slave flexes her legs and parts her	
+				<<if ($activeSlave.lips > 95)>>
+					swollen mouth pussy,
+				<<elseif ($activeSlave.lips > 70)>>			
+					swollen lips,
+				<<elseif ($activeSlave.lips > 20)>>			
+					lips,
+				<<else>>
+					thin lips,
+				<</if>>	
+		<<else>> 
+			Your slave flexes her legs and parts her
+				<<if ($activeSlave.lips > 95)>>
+					swollen mouth pussy,
+				<<elseif ($activeSlave.lips > 70)>>			
+					swollen lips,
+				<<elseif ($activeSlave.lips > 20)>>			
+					lips,
+				<<else>>
+					thin lips,
+				<</if>>			
+		<</if>>
+		making no noise. You know her well enough to understand that the combined pleasure and pain from the talkshow host's  uncareful touch has caused her to experience one of her "secret little orgasms," and you savor the sight of her squirming as she tries not to let on.   
+		<br><br>
+		"So, $activeSlave.slaveName," Millie says, not taking her eyes off of the slave's incredibly fecund figure, "why don't you tell us about your inventions?"
+		<br><br>
+		Your slave bites her lip and gives the talkshow host a meaningful look. 
+		<<if canTalk($activeSlave)>>	
+			"How about I give you a 'hands-on' demonstration instead?" she asks.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				She signs that she'd like to give her a "hands-on demonstration" instead. 
+			<<else>> 
+				One of her menials pushes her body into the breeder's enormous stomach in a possessive manner, then turns to regard Millie. "My mistress would like to give you a 'hands-on' demonstration, instead," she says. 
+			<</if>>
+		<</if>>
+		<br><br>
+		The host quirks an eyebrow, then nods. "Alright," she says. "How about we start with that pool of yours?" She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. "Oh my, it tingles!" she says.
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Just wait till you feel it on your belly," your slave says. "It's feels //soooo// good."
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				She signs that the host should get into the pool entirely to feel what it's like on the rest of her swollen body, as well.
+			<<else>> 
+				The slave's menial asks the host to get in and feel what it's like on the rest of her swollen body, as well.
+			<</if>>
+		<</if>>
+		<br><br>
+		Millie slips into the pool and the camera zooms in as she slowly sidles along its outer edge while being crushed up against your slave's capacious belly. When she's finally seated next to the breeder's vestigial-looking core body, a microphone attached to a boom descends to allow the audience to listen as they continue the interview.
+		<br><br>
+		"This feels great," Millie says. "I've been feeling a bit stretched thin, lately, but I can feel all the tension in my belly just slipping away."
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"This pool is designed to allow slaves to care for their bodies no matter how large they inflate," your slave says. "--are you alright?" she asks, wearing a look of mock concern on her face.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. She then signs a request regarding the host's wellbeing, wearing a look of mocking concern on her face. 
+			<<else>> 
+				Your slave's speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until she is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face.
+			<</if>>
+		<</if>>
+		<br><br>
+		"Ah! Um, yes--yep! I'm feeling just fine," Millie says. She's blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool's goo. "So--oooh, yes… $activeSlave.slaveName, how did you, um, come up with the idea for this pool?
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"I'm always trying to think of ways to keep myself pretty for--oh!--my [your name]," your slave says, suddenly squirming herself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. "This was just the best--um--I Mean--the best--oh [italics]fuck, keep--I mean, the best method I could think of for doing that."
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				Your slave signs that this was the best method she could think of to keep herself pretty for you, given her size, then starts moaning as a grinning Millie seems to have started enacting her revenge.
+			<<else>> 
+				Your slave's speaker explains that this was the best method the broodmother could think of to keep herself pretty for you, given her size. The baby laden breeder starts moaning in the middle of her assistant's description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.
+			<</if>>
+		<</if>>
+		Millie has turned her body sideways and snaked an arm between	
+		<<if ($activeSlave.boobs >= 20000)>>
+			your slave's astoundingly enormous, slimed up cleavage, pumping it up and down to get their unfathomable mass jiggling while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up.
+		<<elseif ($activeSlave.boobs >= 3000)>>
+			your slave's massive, slimed up tits, lewdly abusing one breast while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up.
+		<<elseif ($activeSlave.boobsImplant > 250)>> 
+			your slave's petite breasts, rubbing it up and down one of her pert nipples while she simultaneously toys with the ridge of one of the baby machine's ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up.
+		<<else>>
+			your slave's fat, implanted tits, pumping it up and down to get their tightly packed mass bobbing while she nibbles and whispers into the baby machine's ear, just loud enough for the mic to pick it up.
+		<</if>>
+		<br><br>
+		"That's quite something," Millie whispers. "I don't know about you, [slave name], but I think I speak for everyone watching today when I say that now seems like a [italics]really good time[italics] to try out that other invention of yours."
+		<br><br>
+		They both exit the pool, dripping clear, slippery gel onto the wood floor of "Husbandry With Millie"'s set. Without a thorough rinsing, your slave's slathered up belly will be dripping for an hour or more, and she seems to know that as she motions to stop her assistants from wiping her off before strapping her into her aerial gymnastics maternity swing. As a result, when the two visibly panting preggos are strapped into the machine and elevated several feet above the now-visible studio audience, your slave drips a steady stream of goop onto their craning heads. 
+		<br><br>
+		"Oops!" Millie says. "Looks like we should have warned our audience about a wet zone for this episode. So, [slave name], why don't we show off all the things this advanced maternity swing of yours can do?"
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Yes, please," your slave says. She's visibly worked up and ready to go.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				She signs, indicating fervent interest.
+			<<else>> 
+				The mute, limbless slave can only moan inchoately in response, but it's clear she's more than ready.
+			<</if>>
+		<</if>>
+		<br><br>
+		The two then approach each other in mid air, settling into heavy pettting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother's unfathomable belly is hanging sideways and down, jiggling madly mere inches above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave's stomach to feel it bounce in their hands as she gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience's seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder's shaking belly as she gets fucked by the show's moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie's face for a close up. She seems exhausted, but she smiles for it anyway.
+		<br><br>
+		"That was //fantastic//. I'm going to remember that experience for quite some time, and I'm sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?"
+		<br><br>
+		The camera rotates to focus on your slave and she shakes herself, apparently regathering her wits. 
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"My <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> has a vision for a beautiful future where baby-laden broodmothers like me aren't the exception in Free Cities society, but the norm. We both hope that everyone here will support us, and so we've hidden certificates for free pools and swings under everyone's seats--everybody look! If you like what you've seen today as much as we hope you have, my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> and I both hope you'll be filling these inventions with your own slaves' swollen bodies, soon. And we hope that, some day, everyone watching at home will feel this way, as well!"
+		<<else>>
+			Since your slave is unable to speak, she signals the show's video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves can be found in Free Cities across the world. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience's chairs.
+		<</if>>
+		The camera zooms out for a nice panning shot of the audience exclaiming and fawning over the vouchers they've found taped to the bottom of their chairs. Finally, it fades to black.	
+		<br><br>
+		You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a [@@.green;significant positive impact@@] on public opinion.	
+		<<if $activeSlave.prestige <= 2>>
+			<<set $activeSlave.prestige = 2>>
+			<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
+		<</if>>
+		<<set $pregInventions = 2>>
+		<<for _i = 1; _i < _l; _i++>>
+			<<set $arcologies[_i].FSRepopulationFocus += 10>>	
+		<</for>>
+		<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
+		<<set $trinkets.push(_pregmag)>>
+		<</replace>>
+	<</link>><<if $PC.hacking < 70>>// Will cost <<= cashFormat(5000)>> to convince an employee to tweak things in your favor //<</if>>
+	<<else>>
+	<</if>>	
+
+
+	<br><<link "Fund Additional Ads [Requires 10k funds]">>
+		<<replace "#name">>
+		$activeSlave.slaveName
+		<</replace>>
+		<<replace "#result">>
+		You fund an aggressive ad campaign featuring your slave in provocative positions and selling a "life changing interview" on "Husbandry With Millie." By the day of her interview, user boards all through the global web are discussing your slave and what she might be about to reveal. Even social demographics not typically inclined toward the idea of breeding slaves seem to be intrigued, and you're confident that many users will be watching as your slave sells your vision for the world's future.
+		<br><br>
+		That done, you settle in to watch the interview. 
+		<br><br>
+		The interview starts about halfway into a special episode of "Husbandry With Millie." The show's host is introducing a who's who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview. 
+		<br><br>
+		"Everybody, give one last round of applause for renowned breakout porn star 'Twinner Jennie!'" she says. "Who'd have thought an eighteen year old slave could be pregnant with their own eighteen year old cloned sister? Quite a world--thank you again for that fascinating interview! Our next guest on 'Husbandry With Millie' is a clever 'broodmother' class breeding slave from the $continent arcology of '$arcologies[0].name.' Everybody, please give a hearty welcome to <<EventNameLink $activeSlave>>!"
+		<br><br>
+		The first that the audience sees of your slave is a colossal [skin color] orb pressing forward through an inadequate looking faux doorway at the rear of the set. "Husbandry With Millie" is a show about breeders and for breeders, and the host, Millie, has seen pregnant slaves of innumerable sizes and descriptions. Despite this, she does a clear doubletake as your slave enters, and enters, and enters stage right, her grossly distorted belly seeming to go on forever as it precedes her. She is always growing, and you are constantly increasing the size of her menial entourage to ensure her unhindered mobility. As a result, a veritable platoon of masked menials can be seen throwing themselves into your overladen babyfactory before her
+		<<if ($activeSlave.boobs >= 20000)>>
+			debilitatingly enormous, mind boggling breasts 
+		<<elseif ($activeSlave.boobs >= 3000)>>
+			enormous breasts 
+		<<elseif ($activeSlave.boobsImplant > 250)>> 
+			implant inflated tits 
+		<<else>>
+			upper body 
+		<</if>>
+		and
+		<<if $activeSlave.face > 80>>
+			gorgeous face 
+		<<elseif $activeSlave.face > 40>>
+			cute face 
+		<<elseif $activeSlave.face > 1>>
+			unassuming face 
+		<<else>>
+			homely face	 
+		<</if>>
+		come into view.
+		<br><br>
+		Your slave smiles, 
+		<<if $activeSlave.amp == 0>>
+			rubbing the side of her belly with one hand while waving at the audience with the other.
+		<<else>> 
+			pushing one arm stump into the side of her belly while waving the other at the studio audience.
+		<</if>>
+		After she has entered and taken her place next to the interview couch--rolling forward to lay on her belly so that she can speak at eye level with her interviewer while reclined in relative comfort--more menials enter the stage, carrying portable versions of the specialized maternity swing and moisturizing pool that she has developed.
+		<br><br>
+		"Wow!" Millie says, "You're just about ready to pop, aren't you?"
+		<br><br>
+		"Mmm," your slave says,
+		<<if $activeSlave.amp == 0>>
+			crossing her legs over the rearmost swell of her belly,
+		<<else>> 
+			bobbling her leg stumps against the rearmost swell of her belly,
+		<</if>>
+		<<if canTalk($activeSlave)>>	
+			"and I'm more and more ready to pop every day."
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				motioning toward her belly to emphasize the truth of the host's statement.
+			<<else>> 
+				waving her stumps at her belly to emphasize the truth of the host's statement.
+			<</if>>
+		<</if>>			
+		<br><br>
+		"I have to admit, $activeSlave.slaveName," Millie says, "you might just be the most heavily pregnant breeder I've ever seen." She motions at your slave's replete body and says: "--may I?" 
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Please do," your slave says.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				Your slave invites the host to touch by patting her belly and then grinning.
+			<<else>> 
+				Your slave nods.
+			<</if>>
+		<</if>>
+		She
+		<<if $activeSlave.amp == 0>>
+			<<if ($activeSlave.boobs >= 20000)>>
+				rubs the bases of her gargantuan breasts in hungry anticipation.
+			<<elseif ($activeSlave.boobs >= 3000)>>
+				rubs the sides of her enormous breasts in hungry anticipation.
+			<<elseif ($activeSlave.boobsImplant > 250)>> 
+				rubs the sides of her fat, implanted tits in hungry anticipation.
+			<<else>>
+				tweaks her nipples through the sheer fabric of her pretty slave gown while regarding the host with a look of hungry anticipation.
+			<</if>>
+		<<else>> 
+			<<if ($activeSlave.boobs >= 20000)>>
+				pushes her arm stubs into what little of the sides of her gargantuan breasts she can reach, a look of hungry anticipation on her face.
+			<<elseif ($activeSlave.boobs >= 3000)>>
+				pushes her arm stubs into the sides of her enormous breasts, a look of hungry anticipation on her face.
+			<<elseif ($activeSlave.boobsImplant > 250)>> 
+				pushes her arm stubs into the sides of her fat, implanted tits, a look of hungry anticipation on her face.
+			<<else>>
+				rubs her arm stubs against her nipples, through her pretty slave gown , a look of hungry anticipation on her face.
+			<</if>>
+		<</if>>
+		<br><br>	
+		Millie places an appreciative hand on your slave's silk clad flank. The poor hyperbreeder is so packed  full of children that her brood can be seen pressed in outline along the full swell of her belly, and Millie's hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host's touch. It turns over, allowing her to cup its back in her palm. 
+		<<if $activeSlave.amp == 0>>
+			Your slave flexes her legs and parts her	
+				<<if ($activeSlave.lips > 95)>>
+					swollen mouth pussy,
+				<<elseif ($activeSlave.lips > 70)>>			
+					swollen lips,
+				<<elseif ($activeSlave.lips > 20)>>			
+					lips,
+				<<else>>
+					thin lips,
+				<</if>>	
+		<<else>> 
+			Your slave flexes her legs and parts her
+				<<if ($activeSlave.lips > 95)>>
+					swollen mouth pussy,
+				<<elseif ($activeSlave.lips > 70)>>			
+					swollen lips,
+				<<elseif ($activeSlave.lips > 20)>>			
+					lips,
+				<<else>>
+					thin lips,
+				<</if>>			
+		<</if>>
+		making no noise. You know her well enough to understand that the combined pleasure and pain from the talkshow host's  uncareful touch has caused her to experience one of her "secret little orgasms," and you savor the sight of her squirming as she tries not to let on.   
+		<br><br>
+		"So, $activeSlave.slaveName," Millie says, not taking her eyes off of the slave's incredibly fecund figure, "why don't you tell us about your inventions?"
+		<br><br>
+		Your slave bites her lip and gives the talkshow host a meaningful look. 
+		<<if canTalk($activeSlave)>>	
+			"How about I give you a 'hands-on' demonstration instead?" she asks.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				She signs that she'd like to give her a "hands-on demonstration" instead. 
+			<<else>> 
+				One of her menials pushes her body into the breeder's enormous stomach in a possessive manner, then turns to regard Millie. "My mistress would like to give you a 'hands-on' demonstration, instead," she says. 
+			<</if>>
+		<</if>>
+		<br><br>
+		The host quirks an eyebrow, then nods. "Alright," she says. "How about we start with that pool of yours?" She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. "Oh my, it tingles!" she says.
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Just wait till you feel it on your belly," your slave says. "It's feels //soooo// good."
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				She signs that the host should get into the pool entirely to feel what it's like on the rest of her swollen body, as well.
+			<<else>> 
+				The slave's menial asks the host to get in and feel what it's like on the rest of her swollen body, as well.
+			<</if>>
+		<</if>>
+		<br><br>
+		Millie slips into the pool and the camera zooms in as she slowly sidles along its outer edge while being crushed up against your slave's capacious belly. When she's finally seated next to the breeder's vestigial-looking core body, a microphone attached to a boom descends to allow the audience to listen as they continue the interview.
+		<br><br>
+		"This feels great," Millie says. "I've been feeling a bit stretched thin, lately, but I can feel all the tension in my belly just slipping away."
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"This pool is designed to allow slaves to care for their bodies no matter how large they inflate," your slave says. "--are you alright?" she asks, wearing a look of mock concern on her face.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. She then signs a request regarding the host's wellbeing, wearing a look of mocking concern on her face. 
+			<<else>> 
+				Your slave's speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until she is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face.
+			<</if>>
+		<</if>>
+		<br><br>
+		"Ah! Um, yes--yep! I'm feeling just fine," Millie says. She's blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool's goo. "So--oooh, yes… $activeSlave.slaveName, how did you, um, come up with the idea for this pool?
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"I'm always trying to think of ways to keep myself pretty for--oh!--my [your name]," your slave says, suddenly squirming herself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. "This was just the best--um--I Mean--the best--oh [italics]fuck, keep--I mean, the best method I could think of for doing that."
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				Your slave signs that this was the best method she could think of to keep herself pretty for you, given her size, then starts moaning as a grinning Millie seems to have started enacting her revenge.
+			<<else>> 
+				Your slave's speaker explains that this was the best method the broodmother could think of to keep herself pretty for you, given her size. The baby laden breeder starts moaning in the middle of her assistant's description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.
+			<</if>>
+		<</if>>
+		Millie has turned her body sideways and snaked an arm between	
+		<<if ($activeSlave.boobs >= 20000)>>
+			your slave's astoundingly enormous, slimed up cleavage, pumping it up and down to get their unfathomable mass jiggling while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up.
+		<<elseif ($activeSlave.boobs >= 3000)>>
+			your slave's massive, slimed up tits, lewdly abusing one breast while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up.
+		<<elseif ($activeSlave.boobsImplant > 250)>> 
+			your slave's petite breasts, rubbing it up and down one of her pert nipples while she simultaneously toys with the ridge of one of the baby machine's ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up.
+		<<else>>
+			your slave's fat, implanted tits, pumping it up and down to get their tightly packed mass bobbing while she nibbles and whispers into the baby machine's ear, just loud enough for the mic to pick it up.
+		<</if>>
+		<br><br>
+		"That's quite something," Millie whispers. "I don't know about you, [slave name], but I think I speak for everyone watching today when I say that now seems like a [italics]really good time[italics] to try out that other invention of yours."
+		<br><br>
+		They both exit the pool, dripping clear, slippery gel onto the wood floor of "Husbandry With Millie"'s set. Without a thorough rinsing, your slave's slathered up belly will be dripping for an hour or more, and she seems to know that as she motions to stop her assistants from wiping her off before strapping her into her aerial gymnastics maternity swing. As a result, when the two visibly panting preggos are strapped into the machine and elevated several feet above the now-visible studio audience, your slave drips a steady stream of goop onto their craning heads. 
+		<br><br>
+		"Oops!" Millie says. "Looks like we should have warned our audience about a wet zone for this episode. So, [slave name], why don't we show off all the things this advanced maternity swing of yours can do?"
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Yes, please," your slave says. She's visibly worked up and ready to go.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				She signs, indicating fervent interest.
+			<<else>> 
+				The mute, limbless slave can only moan inchoately in response, but it's clear she's more than ready.
+			<</if>>
+		<</if>>
+		<br><br>
+		The two then approach each other in mid air, settling into heavy pettting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother's unfathomable belly is hanging sideways and down, jiggling madly mere inches above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave's stomach to feel it bounce in their hands as she gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience's seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder's shaking belly as she gets fucked by the show's moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie's face for a close up. She seems exhausted, but she smiles for it anyway.
+		<br><br>
+		"That was //fantastic//. I'm going to remember that experience for quite some time, and I'm sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?"
+		<br><br>
+		The camera rotates to focus on your slave and she shakes herself, apparently regathering her wits. 
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"My <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> has a vision for a beautiful future where baby-laden broodmothers like me aren't the exception in Free Cities society, but the norm. We both hope that everyone here will support us, and so we've hidden certificates for free pools and swings under everyone's seats--everybody look! If you like what you've seen today as much as we hope you have, my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> and I both hope you'll be filling these inventions with your own slaves' swollen bodies, soon. And we hope that, some day, everyone watching at home will feel this way, as well!"
+		<<else>>
+			Since your slave is unable to speak, she signals the show's video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves can be found in Free Cities across the world. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience's chairs.
+		<</if>>
+		The camera zooms out for a nice panning shot of the audience exclaiming and fawning over the vouchers they've found taped to the bottom of their chairs. Finally, it fades to black.	
+		<br><br>	
+		You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a [@@.green;significant positive impact@@] on public opinion.
+		<<if $activeSlave.prestige <= 2>>
+			<<set $activeSlave.prestige = 2>>
+			<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
+		<</if>>
+		<<set $pregInventions = 2>>
+		<<for _i = 1; _i < _l; _i++>>
+			<<set $arcologies[_i].FSRepopulationFocus += 10>>	
+		<</for>>
+		<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
+		<<set $trinkets.push(_pregmag)>>	
+		<</replace>>
+	<</link>>	
+	<br><<link "Trust In Your Slave">>
+		<<replace "#name">>
+		$activeSlave.slaveName
+		<</replace>>
+		<<replace "#result">>
+		It's a gamble, but you decide to trust in the charisma of your slave and the fame she has already accrued to sell your vision for the world's future during the interview. 
+		<<if ($activeSlave.pornPrestige > 2)>>
+			She's enormously popular, so your gambit has a good chance of success.  
+		<<elseif ($activeSlave.pornPrestige > 1)>>
+			She's quite popular, so your gambit has a reasonable chance of success.
+		<<else>>
+			She's only really well known in local pornography, but you still decide to bet on her ability to sway the masses.
+		<</if>>
+		Regardless, there's only so much your direct involvement could do to help her as she sells your vision for the world's future, and the natural cleverness she's already demonstrated might well allow her to achieve results on her own that would be impossible otherwise. 
+		<br><br>
+		When the day arrives, you settle in to watch the interview. 
+		<br><br>
+		The interview starts about halfway into a special episode of "Husbandry With Millie." The show's host is introducing a who's who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview. 
+		<br><br>
+		"Everybody, give one last round of applause for renowned breakout porn star 'Twinner Jennie!'" she says. "Who'd have thought an eighteen year old slave could be pregnant with their own eighteen year old cloned sister? Quite a world--thank you again for that fascinating interview! Our next guest on 'Husbandry With Millie' is a clever 'broodmother' class breeding slave from the $continent arcology of '$arcologies[0].name.' Everybody, please give a hearty welcome to <<EventNameLink $activeSlave>>!"
+		<br><br>
+		The first that the audience sees of your slave is a colossal [skin color] orb pressing forward through an inadequate looking faux doorway at the rear of the set. "Husbandry With Millie" is a show about breeders and for breeders, and the host, Millie, has seen pregnant slaves of innumerable sizes and descriptions. Despite this, she does a clear doubletake as your slave enters, and enters, and enters stage right, her grossly distorted belly seeming to go on forever as it precedes her. She is always growing, and you are constantly increasing the size of her menial entourage to ensure her unhindered mobility. As a result, a veritable platoon of masked menials can be seen throwing themselves into your overladen babyfactory before her
+		<<if ($activeSlave.boobs >= 20000)>>
+			debilitatingly enormous, mind boggling breasts 
+		<<elseif ($activeSlave.boobs >= 3000)>>
+			enormous breasts 
+		<<elseif ($activeSlave.boobsImplant > 250)>> 
+			implant inflated tits 
+		<<else>>
+			upper body 
+		<</if>>
+		and
+		<<if $activeSlave.face > 80>>
+			gorgeous face 
+		<<elseif $activeSlave.face > 40>>
+			cute face 
+		<<elseif $activeSlave.face > 1>>
+			unassuming face 
+		<<else>>
+			homely face	 
+		<</if>>
+		come into view.
+		<br><br>
+		Your slave smiles, 
+		<<if $activeSlave.amp == 0>>
+			rubbing the side of her belly with one hand while waving at the audience with the other.
+		<<else>> 
+			pushing one arm stump into the side of her belly while waving the other at the studio audience.
+		<</if>>
+		After she has entered and taken her place next to the interview couch--rolling forward to lay on her belly so that she can speak at eye level with her interviewer while reclined in relative comfort--more menials enter the stage, carrying portable versions of the specialized maternity swing and moisturizing pool that she has developed.
+		<br><br>
+		"Wow!" Millie says, "You're just about ready to pop, aren't you?"
+		<br><br>
+		"Mmm," your slave says,
+		<<if $activeSlave.amp == 0>>
+			crossing her legs over the rearmost swell of her belly,
+		<<else>> 
+			bobbling her leg stumps against the rearmost swell of her belly,
+		<</if>>
+		<<if canTalk($activeSlave)>>	
+			"and I'm more and more ready to pop every day."
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				motioning toward her belly to emphasize the truth of the host's statement.
+			<<else>> 
+				waving her stumps at her belly to emphasize the truth of the host's statement.
+			<</if>>
+		<</if>>			
+		<br><br>
+		"I have to admit, $activeSlave.slaveName," Millie says, "you might just be the most heavily pregnant breeder I've ever seen." She motions at your slave's replete body and says: "--may I?" 
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Please do," your slave says.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				Your slave invites the host to touch by patting her belly and then grinning.
+			<<else>> 
+				Your slave nods.
+			<</if>>
+		<</if>>
+		She
+		<<if $activeSlave.amp == 0>>
+			<<if ($activeSlave.boobs >= 20000)>>
+				rubs the bases of her gargantuan breasts in hungry anticipation.
+			<<elseif ($activeSlave.boobs >= 3000)>>
+				rubs the sides of her enormous breasts in hungry anticipation.
+			<<elseif ($activeSlave.boobsImplant > 250)>> 
+				rubs the sides of her fat, implanted tits in hungry anticipation.
+			<<else>>
+				tweaks her nipples through the sheer fabric of her pretty slave gown while regarding the host with a look of hungry anticipation.
+			<</if>>
+		<<else>> 
+			<<if ($activeSlave.boobs >= 20000)>>
+				pushes her arm stubs into what little of the sides of her gargantuan breasts she can reach, a look of hungry anticipation on her face.
+			<<elseif ($activeSlave.boobs >= 3000)>>
+				pushes her arm stubs into the sides of her enormous breasts, a look of hungry anticipation on her face.
+			<<elseif ($activeSlave.boobsImplant > 250)>> 
+				pushes her arm stubs into the sides of her fat, implanted tits, a look of hungry anticipation on her face.
+			<<else>>
+				rubs her arm stubs against her nipples, through her pretty slave gown , a look of hungry anticipation on her face.
+			<</if>>
+		<</if>>
+		<br><br>	
+		Millie places an appreciative hand on your slave's silk clad flank. The poor hyperbreeder is so packed  full of children that her brood can be seen pressed in outline along the full swell of her belly, and Millie's hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host's touch. It turns over, allowing her to cup its back in her palm. 
+		<<if $activeSlave.amp == 0>>
+			Your slave flexes her legs and parts her	
+				<<if ($activeSlave.lips > 95)>>
+					swollen mouth pussy,
+				<<elseif ($activeSlave.lips > 70)>>			
+					swollen lips,
+				<<elseif ($activeSlave.lips > 20)>>			
+					lips,
+				<<else>>
+					thin lips,
+				<</if>>	
+		<<else>> 
+			Your slave flexes her legs and parts her
+				<<if ($activeSlave.lips > 95)>>
+					swollen mouth pussy,
+				<<elseif ($activeSlave.lips > 70)>>			
+					swollen lips,
+				<<elseif ($activeSlave.lips > 20)>>			
+					lips,
+				<<else>>
+					thin lips,
+				<</if>>			
+		<</if>>
+		making no noise. You know her well enough to understand that the combined pleasure and pain from the talkshow host's  uncareful touch has caused her to experience one of her "secret little orgasms," and you savor the sight of her squirming as she tries not to let on.   
+		<br><br>
+		"So, $activeSlave.slaveName," Millie says, not taking her eyes off of the slave's incredibly fecund figure, "why don't you tell us about your inventions?"
+		<br><br>
+		Your slave bites her lip and gives the talkshow host a meaningful look. 
+		<<if canTalk($activeSlave)>>	
+			"How about I give you a 'hands-on' demonstration instead?" she asks.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				She signs that she'd like to give her a "hands-on demonstration" instead. 
+			<<else>> 
+				One of her menials pushes her body into the breeder's enormous stomach in a possessive manner, then turns to regard Millie. "My mistress would like to give you a 'hands-on' demonstration, instead," she says. 
+			<</if>>
+		<</if>>
+		<br><br>
+		The host quirks an eyebrow, then nods. "Alright," she says. "How about we start with that pool of yours?" She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. "Oh my, it tingles!" she says.
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Just wait till you feel it on your belly," your slave says. "It's feels //soooo// good."
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				She signs that the host should get into the pool entirely to feel what it's like on the rest of her swollen body, as well.
+			<<else>> 
+				The slave's menial asks the host to get in and feel what it's like on the rest of her swollen body, as well.
+			<</if>>
+		<</if>>
+		<br><br>
+		Millie slips into the pool and the camera zooms in as she slowly sidles along its outer edge while being crushed up against your slave's capacious belly. When she's finally seated next to the breeder's vestigial-looking core body, a microphone attached to a boom descends to allow the audience to listen as they continue the interview.
+		<br><br>
+		"This feels great," Millie says. "I've been feeling a bit stretched thin, lately, but I can feel all the tension in my belly just slipping away."
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"This pool is designed to allow slaves to care for their bodies no matter how large they inflate," your slave says. "--are you alright?" she asks, wearing a look of mock concern on her face.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. She then signs a request regarding the host's wellbeing, wearing a look of mocking concern on her face. 
+			<<else>> 
+				Your slave's speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until she is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face.
+			<</if>>
+		<</if>>
+		<br><br>
+		"Ah! Um, yes--yep! I'm feeling just fine," Millie says. She's blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool's goo. "So--oooh, yes… $activeSlave.slaveName, how did you, um, come up with the idea for this pool?
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"I'm always trying to think of ways to keep myself pretty for--oh!--my [your name]," your slave says, suddenly squirming herself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. "This was just the best--um--I Mean--the best--oh [italics]fuck, keep--I mean, the best method I could think of for doing that."
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				Your slave signs that this was the best method she could think of to keep herself pretty for you, given her size, then starts moaning as a grinning Millie seems to have started enacting her revenge.
+			<<else>> 
+				Your slave's speaker explains that this was the best method the broodmother could think of to keep herself pretty for you, given her size. The baby laden breeder starts moaning in the middle of her assistant's description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.
+			<</if>>
+		<</if>>
+		Millie has turned her body sideways and snaked an arm between	
+		<<if ($activeSlave.boobs >= 20000)>>
+			your slave's astoundingly enormous, slimed up cleavage, pumping it up and down to get their unfathomable mass jiggling while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up.
+		<<elseif ($activeSlave.boobs >= 3000)>>
+			your slave's massive, slimed up tits, lewdly abusing one breast while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up.
+		<<elseif ($activeSlave.boobsImplant > 250)>> 
+			your slave's petite breasts, rubbing it up and down one of her pert nipples while she simultaneously toys with the ridge of one of the baby machine's ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up.
+		<<else>>
+			your slave's fat, implanted tits, pumping it up and down to get their tightly packed mass bobbing while she nibbles and whispers into the baby machine's ear, just loud enough for the mic to pick it up.
+		<</if>>
+		<br><br>
+		"That's quite something," Millie whispers. "I don't know about you, [slave name], but I think I speak for everyone watching today when I say that now seems like a [italics]really good time[italics] to try out that other invention of yours."
+		<br><br>
+		They both exit the pool, dripping clear, slippery gel onto the wood floor of "Husbandry With Millie"'s set. Without a thorough rinsing, your slave's slathered up belly will be dripping for an hour or more, and she seems to know that as she motions to stop her assistants from wiping her off before strapping her into her aerial gymnastics maternity swing. As a result, when the two visibly panting preggos are strapped into the machine and elevated several feet above the now-visible studio audience, your slave drips a steady stream of goop onto their craning heads. 
+		<br><br>
+		"Oops!" Millie says. "Looks like we should have warned our audience about a wet zone for this episode. So, [slave name], why don't we show off all the things this advanced maternity swing of yours can do?"
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"Yes, please," your slave says. She's visibly worked up and ready to go.
+		<<else>>
+			<<if $activeSlave.amp == 0>>
+				She signs, indicating fervent interest.
+			<<else>> 
+				The mute, limbless slave can only moan inchoately in response, but it's clear she's more than ready.
+			<</if>>
+		<</if>>
+		<br><br>
+		The two then approach each other in mid air, settling into heavy pettting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother's unfathomable belly is hanging sideways and down, jiggling madly mere inches above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave's stomach to feel it bounce in their hands as she gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience's seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder's shaking belly as she gets fucked by the show's moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie's face for a close up. She seems exhausted, but she smiles for it anyway.
+		<br><br>
+		"That was //fantastic//. I'm going to remember that experience for quite some time, and I'm sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?"
+		<br><br>
+		The camera rotates to focus on your slave and she shakes herself, apparently regathering her wits. 
+		<br><br>
+		<<if canTalk($activeSlave)>>	
+			"My <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> has a vision for a beautiful future where baby-laden broodmothers like me aren't the exception in Free Cities society, but the norm. We both hope that everyone here will support us, and so we've hidden certificates for free pools and swings under everyone's seats--everybody look! If you like what you've seen today as much as we hope you have, my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> and I both hope you'll be filling these inventions with your own slaves' swollen bodies, soon. And we hope that, some day, everyone watching at home will feel this way, as well!"
+		<<else>>
+			Since your slave is unable to speak, she signals the show's video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves can be found in Free Cities across the world. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience's chairs.
+		<</if>>
+		The camera zooms out for a nice panning shot of the audience exclaiming and fawning over the vouchers they've found taped to the bottom of their chairs. Finally, it fades to black.	
+		<br><br>
+		<<if $activeSlave.pornPrestige >= 3 && random(1,100) > 50>>
+			You turn your FCTV screen off satisfied that your slave has just finished a job very well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had [@@.green;world changing@@] consequences.
+			<<if $activeSlave.prestige <= 2>>
+				<<set $activeSlave.prestige = 3>>
+				<<set $activeSlave.prestigeDesc = "She is a world renowned inventor of hyperpregnant sex accessories and toys.">>
+			<</if>>
+			<<set $pregInventions = 3>>
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 20>>	
+			<</for>>
+			<<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
+			<<set $trinkets.push(_pregmag)>>
+		<<elseif $activeSlave.pornPrestige >= 3 && random(1,100) > 30>>
+			You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a [@@.green;significant positive impact@@] on public opinion.
+			<<if $activeSlave.prestige <= 2>>
+				<<set $activeSlave.prestige = 2>>
+				<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
+			<</if>>
+			<<set $pregInventions = 2>>
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 10>>	
+			<</for>>
+			<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
+			<<set $trinkets.push(_pregmag)>>
+		<<elseif $activeSlave.pornPrestige >= 3 && random(1,100) > 15>>
+			You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a [@@.green;significant impact@@] on public opinion, though [@@.red;only at a local level@@]	
+			<<if $activeSlave.prestige <= 1>>
+				<<set $activeSlave.prestige = 1>>
+				<<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">>
+			<</if>>
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 5>>	
+			<</for>>
+		<<elseif $activeSlave.pornPrestige >= 3>>
+			You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that [@@.red;what little impact@@] she has had is on a [@@.red;local@@] scale.
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 5>>	
+			<</for>>	
+		<<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 75>>
+			You turn your FCTV screen off satisfied that your slave has just finished a job very well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had [@@.green;world changing@@] consequences.
+			<<if $activeSlave.prestige <= 2>>
+				<<set $activeSlave.prestige = 3>>
+				<<set $activeSlave.prestigeDesc = "She is a world renowned inventor of hyperpregnant sex accessories and toys.">>
+			<</if>>
+			<<set $pregInventions = 3>>
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 20>>	
+			<</for>>
+			<<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
+			<<set $trinkets.push(_pregmag)>>
+		<<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 50>>
+			You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a [@@.green;significant positive impact@@] on public opinion.
+			<<if $activeSlave.prestige <= 2>>
+				<<set $activeSlave.prestige = 2>>
+				<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
+			<</if>>
+			<<set $pregInventions = 2>>
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 10>>	
+			<</for>>
+			<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
+			<<set $trinkets.push(_pregmag)>>
+		<<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 30>>
+			You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a [@@.green;significant impact@@] on public opinion, though [@@.red;only at a local level@@]	
+			<<if $activeSlave.prestige <= 1>>
+				<<set $activeSlave.prestige = 1>>
+				<<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">>
+			<</if>>
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 5>>	
+			<</for>>
+		<<elseif $activeSlave.pornPrestige >= 2>>
+			You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that [@@.red;what little impact@@] she has had is on a [@@.red;local@@] scale.	
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 5>>	
+			<</for>>
+		<<elseif random(1,100) > 90>>
+			You turn your FCTV screen off satisfied that your slave has just finished a job very well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had [@@.green;world changing@@] consequences.
+			<<if $activeSlave.prestige <= 2>>
+				<<set $activeSlave.prestige = 3>>
+				<<set $activeSlave.prestigeDesc = "She is a world renowned inventor of hyperpregnant sex accessories and toys.">>
+			<</if>>
+			<<set $pregInventions = 3>>
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 20>>	
+			<</for>>
+			<<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
+			<<set $trinkets.push(_pregmag)>>	
+		<<elseif random(1,100) > 70>>
+			You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a [@@.green;significant positive impact@@] on public opinion.
+			<<if $activeSlave.prestige <= 2>>
+				<<set $activeSlave.prestige = 2>>
+				<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
+			<</if>>
+			<<set $pregInventions = 2>>
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 10>>	
+			<</for>>
+			<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
+			<<set $trinkets.push(_pregmag)>>
+		<<elseif random(1,100) > 50>>
+			You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a [@@.green;significant impact@@] on public opinion, though [@@.red;only at a local level@@]		
+			<<if $activeSlave.prestige <= 1>>
+				<<set $activeSlave.prestige = 1>>
+				<<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">>
+			<</if>>
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 5>>	
+			<</for>>	
+		<<else>>
+			You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that [@@.red;what little impact@@] she has had is on a [@@.red;local@@] scale.	
+			<<for _i = 1; _i < _l; _i++>>
+				<<set $arcologies[_i].FSRepopulationFocus += 5>>	
+			<</for>>
+		<</if>>	
+		<</replace>>
+	<</link>>	
+	</span>
+
+<</if>>
\ No newline at end of file
diff --git a/src/pregmod/rePregInventorFinale.tw b/src/pregmod/rePregInventorFinale.tw
deleted file mode 100644
index f072f622b8e..00000000000
--- a/src/pregmod/rePregInventorFinale.tw
+++ /dev/null
@@ -1,826 +0,0 @@
-:: RE preg inventor finale [nobr]
- 
-<<set $nextButton = "Continue", $nextLink = "AS Dump">>
-<<if $seed == 1>>
-	<<set $returnTo = "RIE Eligibility Check">>
-<<else>>
-	<<set $returnTo = "Next Week">>
-<</if>>
-<<set $activeSlave = $eventSlave>>
-<<setLocalPronouns $activeSlave>>
-<<set _l = $arcologies.length>>
-<span id="artFrame">
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<<if $imageChoice == 1>>
-		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
-	<<else>>
-		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
-	<</if>>
-<</if>>
-/* 000-250-006 */
-</span>
-<<set $pregInventor1 = 3>>
-The time has finally come for your slave, <<EventNameLink $activeSlave>> to appear on the slave-breeding based talkshow, “Husbandry with Millie.” 
-<<if ($activeSlave.pornPrestige > 2)>>
-	While she is already world-renowned, you might still improve her chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms.
-<<elseif ($activeSlave.pornPrestige > 1)>>
-	While she is already quite famous, you could still improve her chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms.
-<<else>>
-	While she has managed to earn a reasonable following in slave pornography, you could significantly improve her chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms.
-<</if>>
-You could manipulate the viewership of the show to your advantage, or trust your slave to impress on her own. What will you do?
-<br><br>
-<span id="result">
-<<if $PC.hacking >= 70>>
-<<link "Manipulate the FCTV algorithms">>
-	<<replace "#name">>
-	$activeSlave.slaveName
-	<</replace>>
-	<<replace "#result">>
-	You tweak the randomized search algorithms for FCTV. While your hyperbroodmother is being interviewed concerning her inventions, users browsing FCTV using the randomize channel function will be much more likely to be directed to the show. By the day of the interview, you’re confident that many users will be watching as your slave sells your vision for the world’s future.
-	<br><br>
-	That done, you settle in to watch.
-	<br><br>
-	The interview starts about halfway into a special episode of “Husbandry With Millie.” The show’s host is introducing a who’s who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview. 
-	<br><br>
-	“Everybody, give one last round of applause for renowned breakout porn star ‘Twinner Jennie!’” she says. “Who’d have thought an eighteen year old slave could be pregnant with their own eighteen year old cloned sister? Quite a world--thank you again for that fascinating interview! Our next guest on ‘Husbandry With Millie’ is a clever ‘broodmother’ class breeding slave from the $continent arcology of '$arcologies[0].name.' Everybody, please give a hearty welcome to <<EventNameLink $activeSlave>>!”
-	<br><br>
-	The first that the audience sees of your slave is a colossal [skin color] orb pressing forward through an inadequate looking faux doorway at the rear of the set. “Husbandry With Millie” is a show about breeders and for breeders, and the host, Millie, has seen pregnant slaves of innumerable sizes and descriptions. Despite this, she does a clear doubletake as your slave enters, and enters, and enters stage right, her grossly distorted belly seeming to go on forever as it precedes her. She is always growing, and you are constantly increasing the size of her menial entourage to ensure her unhindered mobility. As a result, a veritable platoon of masked menials can be seen throwing themselves into your overladen babyfactory before her
-	<<if ($activeSlave.boobs >= 20000)>>
-		debilitatingly enormous, mind boggling breasts 
-	<<elseif ($activeSlave.boobs >= 3000)>>
-		enormous breasts 
-	<<elseif ($activeSlave.boobsImplant > 250)>> 
-		implant inflated tits 
-	<<else>>
-		upper body 
-	<</if>>
-	and
-	<<if $activeSlave.face > 80>>
-		gorgeous face 
-	<<elseif $activeSlave.face > 40>>
-		cute face 
-	<<elseif $activeSlave.face > 1>>
-		unassuming face 
-	<<else>>
-		homely face	 
-	<</if>>
-	come into view.
-	<br><br>
-	Your slave smiles, 
-	<<if $activeSlave.amp == 0>>
-		rubbing the side of her belly with one hand while waving at the audience with the other.
-	<<else>> 
-		pushing one arm stump into the side of her belly while waving the other at the studio audience.
-	<</if>>	
-	After she has entered and taken her place next to the interview couch--rolling forward to lay on her belly so that she can speak at eye level with her interviewer while reclined in relative comfort--more menials enter the stage, carrying portable versions of the specialized maternity swing and moisturizing pool that she has developed.
-	<br><br>
-	“Wow!” Millie says, “You’re just about ready to pop, aren’t you?”
-	<br><br>
-	“Mmm,” your slave says,
-	<<if $activeSlave.amp == 0>>
-		crossing her legs over the rearmost swell of her belly,
-	<<else>> 
-		bobbling her leg stumps against the rearmost swell of her belly,
-	<</if>>
-	<<if canTalk($activeSlave)>>	
-		“and I’m more and more ready to pop every day.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			motioning toward her belly to emphasize the truth of the host’s statement.
-		<<else>> 
-			waving her stumps at her belly to emphasize the truth of the host’s statement.
-		<</if>>
-	<</if>>			
-	<br><br>
-	“I have to admit, $activeSlave.slaveName,” Millie says, “you might just be the most heavily pregnant breeder I’ve ever seen.” She motions at your slave’s replete body and says: “--may I?” 
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Please do,” your slave says.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Your slave invites the host to touch by patting her belly and then grinning.
-		<<else>> 
-			Your slave nods.
-		<</if>>
-	<</if>>
-	She
-	<<if $activeSlave.amp == 0>>
-		<<if ($activeSlave.boobs >= 20000)>>
-			rubs the bases of her gargantuan breasts in hungry anticipation.
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			rubs the sides of her enormous breasts in hungry anticipation.
-		<<elseif ($activeSlave.boobsImplant > 250)>> 
-			rubs the sides of her fat, implanted tits in hungry anticipation.
-		<<else>>
-			tweaks her nipples through the sheer fabric of her pretty slave gown while regarding the host with a look of hungry anticipation.
-		<</if>>
-	<<else>> 
-		<<if ($activeSlave.boobs >= 20000)>>
-			pushes her arm stubs into what little of the sides of her gargantuan breasts she can reach, a look of hungry anticipation on her face.
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			pushes her arm stubs into the sides of her enormous breasts, a look of hungry anticipation on her face.
-		<<elseif ($activeSlave.boobsImplant > 250)>> 
-			pushes her arm stubs into the sides of her fat, implanted tits, a look of hungry anticipation on her face.
-		<<else>>
-			rubs her arm stubs against her nipples, through her pretty slave gown , a look of hungry anticipation on her face.
-		<</if>>
-	<</if>>
-	<br><br>	
-	Millie places an appreciative hand on your slave’s silk clad flank. The poor hyperbreeder is so packed  full of children that her brood can be seen pressed in outline along the full swell of her belly, and Millie’s hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host’s touch. It turns over, allowing her to cup its back in her palm. 
-	<<if $activeSlave.amp == 0>>
-		Your slave flexes her legs and parts her	
-			<<if ($activeSlave.lips > 95)>>
-				swollen mouth pussy,
-			<<elseif ($activeSlave.lips > 70)>>			
-				swollen lips,
-			<<elseif ($activeSlave.lips > 20)>>			
-				lips,
-			<<else>>
-				thin lips,
-			<</if>>	
-	<<else>> 
-		Your slave flexes her legs and parts her
-			<<if ($activeSlave.lips > 95)>>
-				swollen mouth pussy,
-			<<elseif ($activeSlave.lips > 70)>>			
-				swollen lips,
-			<<elseif ($activeSlave.lips > 20)>>			
-				lips,
-			<<else>>
-				thin lips,
-			<</if>>			
-	<</if>>
-	making no noise. You know her well enough to understand that the combined pleasure and pain from the talkshow host’s  uncareful touch has caused her to experience one of her “secret little orgasms,” and you savor the sight of her squirming as she tries not to let on.   
-	<br><br>
-	“So, $activeSlave.slaveName,” Millie says, not taking her eyes off of the slave’s incredibly fecund figure, “why don’t you tell us about your inventions?”
-	<br><br>
-	Your slave bites her lip and gives the talkshow host a meaningful look. 
-	<<if canTalk($activeSlave)>>	
-		“How about I give you a ‘hands-on’ demonstration instead?” she asks.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She signs that she’d like to give her a “hands-on demonstration” instead. 
-		<<else>> 
-			One of her menials pushes her body into the breeder’s enormous stomach in a possessive manner, then turns to regard Millie. “My mistress would like to give you a ‘hands-on’ demonstration, instead,” she says. 
-		<</if>>
-	<</if>>
-	<br><br>
-	The host quirks an eyebrow, then nods. “Alright,” she says. “How about we start with that pool of yours?” She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. “Oh my, it tingles!” she says.
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Just wait till you feel it on your belly,” your slave says. “It’s feels //soooo// good.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She signs that the host should get into the pool entirely to feel what it’s like on the rest of her swollen body, as well.
-		<<else>> 
-			The slave’s menial asks the host to get in and feel what it’s like on the rest of her swollen body, as well.
-		<</if>>
-	<</if>>
-	<br><br>
-	Millie slips into the pool and the camera zooms in as she slowly sidles along its outer edge while being crushed up against your slave’s capacious belly. When she’s finally seated next to the breeder’s vestigial-looking core body, a microphone attached to a boom descends to allow the audience to listen as they continue the interview.
-	<br><br>
-	“This feels great,” Millie says. “I’ve been feeling a bit stretched thin, lately, but I can feel all the tension in my belly just slipping away.”
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“This pool is designed to allow slaves to care for their bodies no matter how large they inflate,” your slave says. “--are you alright?” she asks, wearing a look of mock concern on her face.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. She then signs a request regarding the host’s wellbeing, wearing a look of mocking concern on her face. 
-		<<else>> 
-			Your slave’s speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until she is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face.
-		<</if>>
-	<</if>>
-	<br><br>
-	“Ah! Um, yes--yep! I’m feeling just fine,” Millie says. She’s blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool’s goo. “So--oooh, yes… $activeSlave.slaveName, how did you, um, come up with the idea for this pool?
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“I’m always trying to think of ways to keep myself pretty for--oh!--my [your name],” your slave says, suddenly squirming herself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. “This was just the best--um--I Mean--the best--oh [italics]fuck, keep--I mean, the best method I could think of for doing that.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Your slave signs that this was the best method she could think of to keep herself pretty for you, given her size, then starts moaning as a grinning Millie seems to have started enacting her revenge.
-		<<else>> 
-			Your slave’s speaker explains that this was the best method the broodmother could think of to keep herself pretty for you, given her size. The baby laden breeder starts moaning in the middle of her assistant’s description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.
-		<</if>>
-	<</if>>
-	Millie has turned her body sideways and snaked an arm between	
-	<<if ($activeSlave.boobs >= 20000)>>
-		your slave’s astoundingly enormous, slimed up cleavage, pumping it up and down to get their unfathomable mass jiggling while she nibbles at and whispers into the squirming baby machine’s ear, just loud enough for the mic to pick it up.
-	<<elseif ($activeSlave.boobs >= 3000)>>
-		your slave’s massive, slimed up tits, lewdly abusing one breast while she nibbles at and whispers into the squirming baby machine’s ear, just loud enough for the mic to pick it up.
-	<<elseif ($activeSlave.boobsImplant > 250)>> 
-		your slave’s petite breasts, rubbing it up and down one of her pert nipples while she simultaneously toys with the ridge of one of the baby machine’s ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up.
-	<<else>>
-		your slave’s fat, implanted tits, pumping it up and down to get their tightly packed mass bobbing while she nibbles and whispers into the baby machine’s ear, just loud enough for the mic to pick it up.
-	<</if>>
-	<br><br>
-	“That’s quite something,” Millie whispers. “I don’t know about you, [slave name], but I think I speak for everyone watching today when I say that now seems like a [italics]really good time[italics] to try out that other invention of yours.”
-	<br><br>
-	They both exit the pool, dripping clear, slippery gel onto the wood floor of “Husbandry With Millie”’s set. Without a thorough rinsing, your slave’s slathered up belly will be dripping for an hour or more, and she seems to know that as she motions to stop her assistants from wiping her off before strapping her into her aerial gymnastics maternity swing. As a result, when the two visibly panting preggos are strapped into the machine and elevated several feet above the now-visible studio audience, your slave drips a steady stream of goop onto their craning heads. 
-	<br><br>
-	“Oops!” Millie says. “Looks like we should have warned our audience about a wet zone for this episode. So, [slave name], why don’t we show off all the things this advanced maternity swing of yours can do?”
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Yes, please,” your slave says. She’s visibly worked up and ready to go.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She signs, indicating fervent interest.
-		<<else>> 
-			The mute, limbless slave can only moan inchoately in response, but it’s clear she’s more than ready.
-		<</if>>
-	<</if>>
-	<br><br>
-	The two then approach each other in mid air, settling into heavy pettting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother’s unfathomable belly is hanging sideways and down, jiggling madly mere inches above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave’s stomach to feel it bounce in their hands as she gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience’s seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder’s shaking belly as she gets fucked by the show’s moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie’s face for a close up. She seems exhausted, but she smiles for it anyway.
-	<br><br>
-	“That was //fantastic//. I’m going to remember that experience for quite some time, and I’m sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?”
-	<br><br>
-	The camera rotates to focus on your slave and she shakes herself, apparently regathering her wits. 
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“My <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> has a vision for a beautiful future where baby-laden broodmothers like me aren’t the exception in Free Cities society, but the norm. We both hope that everyone here will support us, and so we’ve hidden certificates for free pools and swings under everyone’s seats--everybody look! If you like what you’ve seen today as much as we hope you have, my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> and I both hope you’ll be filling these inventions with your own slaves’ swollen bodies, soon. And we hope that, some day, everyone watching at home will feel this way, as well!”
-	<<else>>
-		Since your slave is unable to speak, she signals the show’s video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves can be found in Free Cities across the world. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience’s chairs.
-	<</if>>
-	The camera zooms out for a nice panning shot of the audience exclaiming and fawning over the vouchers they’ve found taped to the bottom of their chairs. Finally, it fades to black.	
-	<br><br>
-	You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had a [@@.green;significant positive impact@@] on public opinion.	
-	<<if $activeSlave.prestige <= 2>>
-		<<set $activeSlave.prestige = 2>>
-		<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
-	<</if>>
-	<<set $pregInventions = 2>>
-	<<for _i = 1; _i < _l; _i++>>
-		<<set $arcologies[_i].FSRepopulationFocus += 10>>	
-	<</for>>
-	<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
-	<<set $trinkets.push(_pregmag)>>
-	<</replace>>
-<</link>>	
-<<else>>
-<</if>>	
-
-
-<br><<link "Fund Additional Ads [Requires 10k funds]">>
-	<<replace "#name">>
-	$activeSlave.slaveName
-	<</replace>>
-	<<replace "#result">>
-	You fund an aggressive ad campaign featuring your slave in provocative positions and selling a “life changing interview” on “Husbandry With Millie.” By the day of her interview, user boards all through the global web are discussing your slave and what she might be about to reveal. Even social demographics not typically inclined toward the idea of breeding slaves seem to be intrigued, and you’re confident that many users will be watching as your slave sells your vision for the world’s future.
-	<br><br>
-	That done, you settle in to watch the interview. 
-	<br><br>
-	The interview starts about halfway into a special episode of “Husbandry With Millie.” The show’s host is introducing a who’s who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview. 
-	<br><br>
-	“Everybody, give one last round of applause for renowned breakout porn star ‘Twinner Jennie!’” she says. “Who’d have thought an eighteen year old slave could be pregnant with their own eighteen year old cloned sister? Quite a world--thank you again for that fascinating interview! Our next guest on ‘Husbandry With Millie’ is a clever ‘broodmother’ class breeding slave from the $continent arcology of '$arcologies[0].name.' Everybody, please give a hearty welcome to <<EventNameLink $activeSlave>>!”
-	<br><br>
-	The first that the audience sees of your slave is a colossal [skin color] orb pressing forward through an inadequate looking faux doorway at the rear of the set. “Husbandry With Millie” is a show about breeders and for breeders, and the host, Millie, has seen pregnant slaves of innumerable sizes and descriptions. Despite this, she does a clear doubletake as your slave enters, and enters, and enters stage right, her grossly distorted belly seeming to go on forever as it precedes her. She is always growing, and you are constantly increasing the size of her menial entourage to ensure her unhindered mobility. As a result, a veritable platoon of masked menials can be seen throwing themselves into your overladen babyfactory before her
-	<<if ($activeSlave.boobs >= 20000)>>
-		debilitatingly enormous, mind boggling breasts 
-	<<elseif ($activeSlave.boobs >= 3000)>>
-		enormous breasts 
-	<<elseif ($activeSlave.boobsImplant > 250)>> 
-		implant inflated tits 
-	<<else>>
-		upper body 
-	<</if>>
-	and
-	<<if $activeSlave.face > 80>>
-		gorgeous face 
-	<<elseif $activeSlave.face > 40>>
-		cute face 
-	<<elseif $activeSlave.face > 1>>
-		unassuming face 
-	<<else>>
-		homely face	 
-	<</if>>
-	come into view.
-	<br><br>
-	Your slave smiles, 
-	<<if $activeSlave.amp == 0>>
-		rubbing the side of her belly with one hand while waving at the audience with the other.
-	<<else>> 
-		pushing one arm stump into the side of her belly while waving the other at the studio audience.
-	<</if>>
-	After she has entered and taken her place next to the interview couch--rolling forward to lay on her belly so that she can speak at eye level with her interviewer while reclined in relative comfort--more menials enter the stage, carrying portable versions of the specialized maternity swing and moisturizing pool that she has developed.
-	<br><br>
-	“Wow!” Millie says, “You’re just about ready to pop, aren’t you?”
-	<br><br>
-	“Mmm,” your slave says,
-	<<if $activeSlave.amp == 0>>
-		crossing her legs over the rearmost swell of her belly,
-	<<else>> 
-		bobbling her leg stumps against the rearmost swell of her belly,
-	<</if>>
-	<<if canTalk($activeSlave)>>	
-		“and I’m more and more ready to pop every day.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			motioning toward her belly to emphasize the truth of the host’s statement.
-		<<else>> 
-			waving her stumps at her belly to emphasize the truth of the host’s statement.
-		<</if>>
-	<</if>>			
-	<br><br>
-	“I have to admit, $activeSlave.slaveName,” Millie says, “you might just be the most heavily pregnant breeder I’ve ever seen.” She motions at your slave’s replete body and says: “--may I?” 
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Please do,” your slave says.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Your slave invites the host to touch by patting her belly and then grinning.
-		<<else>> 
-			Your slave nods.
-		<</if>>
-	<</if>>
-	She
-	<<if $activeSlave.amp == 0>>
-		<<if ($activeSlave.boobs >= 20000)>>
-			rubs the bases of her gargantuan breasts in hungry anticipation.
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			rubs the sides of her enormous breasts in hungry anticipation.
-		<<elseif ($activeSlave.boobsImplant > 250)>> 
-			rubs the sides of her fat, implanted tits in hungry anticipation.
-		<<else>>
-			tweaks her nipples through the sheer fabric of her pretty slave gown while regarding the host with a look of hungry anticipation.
-		<</if>>
-	<<else>> 
-		<<if ($activeSlave.boobs >= 20000)>>
-			pushes her arm stubs into what little of the sides of her gargantuan breasts she can reach, a look of hungry anticipation on her face.
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			pushes her arm stubs into the sides of her enormous breasts, a look of hungry anticipation on her face.
-		<<elseif ($activeSlave.boobsImplant > 250)>> 
-			pushes her arm stubs into the sides of her fat, implanted tits, a look of hungry anticipation on her face.
-		<<else>>
-			rubs her arm stubs against her nipples, through her pretty slave gown , a look of hungry anticipation on her face.
-		<</if>>
-	<</if>>
-	<br><br>	
-	Millie places an appreciative hand on your slave’s silk clad flank. The poor hyperbreeder is so packed  full of children that her brood can be seen pressed in outline along the full swell of her belly, and Millie’s hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host’s touch. It turns over, allowing her to cup its back in her palm. 
-	<<if $activeSlave.amp == 0>>
-		Your slave flexes her legs and parts her	
-			<<if ($activeSlave.lips > 95)>>
-				swollen mouth pussy,
-			<<elseif ($activeSlave.lips > 70)>>			
-				swollen lips,
-			<<elseif ($activeSlave.lips > 20)>>			
-				lips,
-			<<else>>
-				thin lips,
-			<</if>>	
-	<<else>> 
-		Your slave flexes her legs and parts her
-			<<if ($activeSlave.lips > 95)>>
-				swollen mouth pussy,
-			<<elseif ($activeSlave.lips > 70)>>			
-				swollen lips,
-			<<elseif ($activeSlave.lips > 20)>>			
-				lips,
-			<<else>>
-				thin lips,
-			<</if>>			
-	<</if>>
-	making no noise. You know her well enough to understand that the combined pleasure and pain from the talkshow host’s  uncareful touch has caused her to experience one of her “secret little orgasms,” and you savor the sight of her squirming as she tries not to let on.   
-	<br><br>
-	“So, $activeSlave.slaveName,” Millie says, not taking her eyes off of the slave’s incredibly fecund figure, “why don’t you tell us about your inventions?”
-	<br><br>
-	Your slave bites her lip and gives the talkshow host a meaningful look. 
-	<<if canTalk($activeSlave)>>	
-		“How about I give you a ‘hands-on’ demonstration instead?” she asks.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She signs that she’d like to give her a “hands-on demonstration” instead. 
-		<<else>> 
-			One of her menials pushes her body into the breeder’s enormous stomach in a possessive manner, then turns to regard Millie. “My mistress would like to give you a ‘hands-on’ demonstration, instead,” she says. 
-		<</if>>
-	<</if>>
-	<br><br>
-	The host quirks an eyebrow, then nods. “Alright,” she says. “How about we start with that pool of yours?” She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. “Oh my, it tingles!” she says.
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Just wait till you feel it on your belly,” your slave says. “It’s feels //soooo// good.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She signs that the host should get into the pool entirely to feel what it’s like on the rest of her swollen body, as well.
-		<<else>> 
-			The slave’s menial asks the host to get in and feel what it’s like on the rest of her swollen body, as well.
-		<</if>>
-	<</if>>
-	<br><br>
-	Millie slips into the pool and the camera zooms in as she slowly sidles along its outer edge while being crushed up against your slave’s capacious belly. When she’s finally seated next to the breeder’s vestigial-looking core body, a microphone attached to a boom descends to allow the audience to listen as they continue the interview.
-	<br><br>
-	“This feels great,” Millie says. “I’ve been feeling a bit stretched thin, lately, but I can feel all the tension in my belly just slipping away.”
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“This pool is designed to allow slaves to care for their bodies no matter how large they inflate,” your slave says. “--are you alright?” she asks, wearing a look of mock concern on her face.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. She then signs a request regarding the host’s wellbeing, wearing a look of mocking concern on her face. 
-		<<else>> 
-			Your slave’s speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until she is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face.
-		<</if>>
-	<</if>>
-	<br><br>
-	“Ah! Um, yes--yep! I’m feeling just fine,” Millie says. She’s blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool’s goo. “So--oooh, yes… $activeSlave.slaveName, how did you, um, come up with the idea for this pool?
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“I’m always trying to think of ways to keep myself pretty for--oh!--my [your name],” your slave says, suddenly squirming herself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. “This was just the best--um--I Mean--the best--oh [italics]fuck, keep--I mean, the best method I could think of for doing that.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Your slave signs that this was the best method she could think of to keep herself pretty for you, given her size, then starts moaning as a grinning Millie seems to have started enacting her revenge.
-		<<else>> 
-			Your slave’s speaker explains that this was the best method the broodmother could think of to keep herself pretty for you, given her size. The baby laden breeder starts moaning in the middle of her assistant’s description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.
-		<</if>>
-	<</if>>
-	Millie has turned her body sideways and snaked an arm between	
-	<<if ($activeSlave.boobs >= 20000)>>
-		your slave’s astoundingly enormous, slimed up cleavage, pumping it up and down to get their unfathomable mass jiggling while she nibbles at and whispers into the squirming baby machine’s ear, just loud enough for the mic to pick it up.
-	<<elseif ($activeSlave.boobs >= 3000)>>
-		your slave’s massive, slimed up tits, lewdly abusing one breast while she nibbles at and whispers into the squirming baby machine’s ear, just loud enough for the mic to pick it up.
-	<<elseif ($activeSlave.boobsImplant > 250)>> 
-		your slave’s petite breasts, rubbing it up and down one of her pert nipples while she simultaneously toys with the ridge of one of the baby machine’s ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up.
-	<<else>>
-		your slave’s fat, implanted tits, pumping it up and down to get their tightly packed mass bobbing while she nibbles and whispers into the baby machine’s ear, just loud enough for the mic to pick it up.
-	<</if>>
-	<br><br>
-	“That’s quite something,” Millie whispers. “I don’t know about you, [slave name], but I think I speak for everyone watching today when I say that now seems like a [italics]really good time[italics] to try out that other invention of yours.”
-	<br><br>
-	They both exit the pool, dripping clear, slippery gel onto the wood floor of “Husbandry With Millie”’s set. Without a thorough rinsing, your slave’s slathered up belly will be dripping for an hour or more, and she seems to know that as she motions to stop her assistants from wiping her off before strapping her into her aerial gymnastics maternity swing. As a result, when the two visibly panting preggos are strapped into the machine and elevated several feet above the now-visible studio audience, your slave drips a steady stream of goop onto their craning heads. 
-	<br><br>
-	“Oops!” Millie says. “Looks like we should have warned our audience about a wet zone for this episode. So, [slave name], why don’t we show off all the things this advanced maternity swing of yours can do?”
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Yes, please,” your slave says. She’s visibly worked up and ready to go.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She signs, indicating fervent interest.
-		<<else>> 
-			The mute, limbless slave can only moan inchoately in response, but it’s clear she’s more than ready.
-		<</if>>
-	<</if>>
-	<br><br>
-	The two then approach each other in mid air, settling into heavy pettting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother’s unfathomable belly is hanging sideways and down, jiggling madly mere inches above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave’s stomach to feel it bounce in their hands as she gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience’s seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder’s shaking belly as she gets fucked by the show’s moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie’s face for a close up. She seems exhausted, but she smiles for it anyway.
-	<br><br>
-	“That was //fantastic//. I’m going to remember that experience for quite some time, and I’m sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?”
-	<br><br>
-	The camera rotates to focus on your slave and she shakes herself, apparently regathering her wits. 
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“My <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> has a vision for a beautiful future where baby-laden broodmothers like me aren’t the exception in Free Cities society, but the norm. We both hope that everyone here will support us, and so we’ve hidden certificates for free pools and swings under everyone’s seats--everybody look! If you like what you’ve seen today as much as we hope you have, my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> and I both hope you’ll be filling these inventions with your own slaves’ swollen bodies, soon. And we hope that, some day, everyone watching at home will feel this way, as well!”
-	<<else>>
-		Since your slave is unable to speak, she signals the show’s video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves can be found in Free Cities across the world. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience’s chairs.
-	<</if>>
-	The camera zooms out for a nice panning shot of the audience exclaiming and fawning over the vouchers they’ve found taped to the bottom of their chairs. Finally, it fades to black.	
-	<br><br>	
-	You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had a [@@.green;significant positive impact@@] on public opinion.
-	<<if $activeSlave.prestige <= 2>>
-		<<set $activeSlave.prestige = 2>>
-		<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
-	<</if>>
-	<<set $pregInventions = 2>>
-	<<for _i = 1; _i < _l; _i++>>
-		<<set $arcologies[_i].FSRepopulationFocus += 10>>	
-	<</for>>
-	<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
-	<<set $trinkets.push(_pregmag)>>	
-	<</replace>>
-<</link>>	
-<br><<link "Trust In Your Slave">>
-	<<replace "#name">>
-	$activeSlave.slaveName
-	<</replace>>
-	<<replace "#result">>
-	It’s a gamble, but you decide to trust in the charisma of your slave and the fame she has already accrued to sell your vision for the world’s future during the interview. 
-	<<if ($activeSlave.pornPrestige > 2)>>
-		She’s enormously popular, so your gambit has a good chance of success.  
-	<<elseif ($activeSlave.pornPrestige > 1)>>
-		She’s quite popular, so your gambit has a reasonable chance of success.
-	<<else>>
-		She’s only really well known in local pornography, but you still decide to bet on her ability to sway the masses.
-	<</if>>
-	Regardless, there’s only so much your direct involvement could do to help her as she sells your vision for the world’s future, and the natural cleverness she’s already demonstrated might well allow her to achieve results on her own that would be impossible otherwise. 
-	<br><br>
-	When the day arrives, you settle in to watch the interview. 
-	<br><br>
-	The interview starts about halfway into a special episode of “Husbandry With Millie.” The show’s host is introducing a who’s who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview. 
-	<br><br>
-	“Everybody, give one last round of applause for renowned breakout porn star ‘Twinner Jennie!’” she says. “Who’d have thought an eighteen year old slave could be pregnant with their own eighteen year old cloned sister? Quite a world--thank you again for that fascinating interview! Our next guest on ‘Husbandry With Millie’ is a clever ‘broodmother’ class breeding slave from the $continent arcology of '$arcologies[0].name.' Everybody, please give a hearty welcome to <<EventNameLink $activeSlave>>!”
-	<br><br>
-	The first that the audience sees of your slave is a colossal [skin color] orb pressing forward through an inadequate looking faux doorway at the rear of the set. “Husbandry With Millie” is a show about breeders and for breeders, and the host, Millie, has seen pregnant slaves of innumerable sizes and descriptions. Despite this, she does a clear doubletake as your slave enters, and enters, and enters stage right, her grossly distorted belly seeming to go on forever as it precedes her. She is always growing, and you are constantly increasing the size of her menial entourage to ensure her unhindered mobility. As a result, a veritable platoon of masked menials can be seen throwing themselves into your overladen babyfactory before her
-	<<if ($activeSlave.boobs >= 20000)>>
-		debilitatingly enormous, mind boggling breasts 
-	<<elseif ($activeSlave.boobs >= 3000)>>
-		enormous breasts 
-	<<elseif ($activeSlave.boobsImplant > 250)>> 
-		implant inflated tits 
-	<<else>>
-		upper body 
-	<</if>>
-	and
-	<<if $activeSlave.face > 80>>
-		gorgeous face 
-	<<elseif $activeSlave.face > 40>>
-		cute face 
-	<<elseif $activeSlave.face > 1>>
-		unassuming face 
-	<<else>>
-		homely face	 
-	<</if>>
-	come into view.
-	<br><br>
-	Your slave smiles, 
-	<<if $activeSlave.amp == 0>>
-		rubbing the side of her belly with one hand while waving at the audience with the other.
-	<<else>> 
-		pushing one arm stump into the side of her belly while waving the other at the studio audience.
-	<</if>>
-	After she has entered and taken her place next to the interview couch--rolling forward to lay on her belly so that she can speak at eye level with her interviewer while reclined in relative comfort--more menials enter the stage, carrying portable versions of the specialized maternity swing and moisturizing pool that she has developed.
-	<br><br>
-	“Wow!” Millie says, “You’re just about ready to pop, aren’t you?”
-	<br><br>
-	“Mmm,” your slave says,
-	<<if $activeSlave.amp == 0>>
-		crossing her legs over the rearmost swell of her belly,
-	<<else>> 
-		bobbling her leg stumps against the rearmost swell of her belly,
-	<</if>>
-	<<if canTalk($activeSlave)>>	
-		“and I’m more and more ready to pop every day.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			motioning toward her belly to emphasize the truth of the host’s statement.
-		<<else>> 
-			waving her stumps at her belly to emphasize the truth of the host’s statement.
-		<</if>>
-	<</if>>			
-	<br><br>
-	“I have to admit, $activeSlave.slaveName,” Millie says, “you might just be the most heavily pregnant breeder I’ve ever seen.” She motions at your slave’s replete body and says: “--may I?” 
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Please do,” your slave says.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Your slave invites the host to touch by patting her belly and then grinning.
-		<<else>> 
-			Your slave nods.
-		<</if>>
-	<</if>>
-	She
-	<<if $activeSlave.amp == 0>>
-		<<if ($activeSlave.boobs >= 20000)>>
-			rubs the bases of her gargantuan breasts in hungry anticipation.
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			rubs the sides of her enormous breasts in hungry anticipation.
-		<<elseif ($activeSlave.boobsImplant > 250)>> 
-			rubs the sides of her fat, implanted tits in hungry anticipation.
-		<<else>>
-			tweaks her nipples through the sheer fabric of her pretty slave gown while regarding the host with a look of hungry anticipation.
-		<</if>>
-	<<else>> 
-		<<if ($activeSlave.boobs >= 20000)>>
-			pushes her arm stubs into what little of the sides of her gargantuan breasts she can reach, a look of hungry anticipation on her face.
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			pushes her arm stubs into the sides of her enormous breasts, a look of hungry anticipation on her face.
-		<<elseif ($activeSlave.boobsImplant > 250)>> 
-			pushes her arm stubs into the sides of her fat, implanted tits, a look of hungry anticipation on her face.
-		<<else>>
-			rubs her arm stubs against her nipples, through her pretty slave gown , a look of hungry anticipation on her face.
-		<</if>>
-	<</if>>
-	<br><br>	
-	Millie places an appreciative hand on your slave’s silk clad flank. The poor hyperbreeder is so packed  full of children that her brood can be seen pressed in outline along the full swell of her belly, and Millie’s hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host’s touch. It turns over, allowing her to cup its back in her palm. 
-	<<if $activeSlave.amp == 0>>
-		Your slave flexes her legs and parts her	
-			<<if ($activeSlave.lips > 95)>>
-				swollen mouth pussy,
-			<<elseif ($activeSlave.lips > 70)>>			
-				swollen lips,
-			<<elseif ($activeSlave.lips > 20)>>			
-				lips,
-			<<else>>
-				thin lips,
-			<</if>>	
-	<<else>> 
-		Your slave flexes her legs and parts her
-			<<if ($activeSlave.lips > 95)>>
-				swollen mouth pussy,
-			<<elseif ($activeSlave.lips > 70)>>			
-				swollen lips,
-			<<elseif ($activeSlave.lips > 20)>>			
-				lips,
-			<<else>>
-				thin lips,
-			<</if>>			
-	<</if>>
-	making no noise. You know her well enough to understand that the combined pleasure and pain from the talkshow host’s  uncareful touch has caused her to experience one of her “secret little orgasms,” and you savor the sight of her squirming as she tries not to let on.   
-	<br><br>
-	“So, $activeSlave.slaveName,” Millie says, not taking her eyes off of the slave’s incredibly fecund figure, “why don’t you tell us about your inventions?”
-	<br><br>
-	Your slave bites her lip and gives the talkshow host a meaningful look. 
-	<<if canTalk($activeSlave)>>	
-		“How about I give you a ‘hands-on’ demonstration instead?” she asks.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She signs that she’d like to give her a “hands-on demonstration” instead. 
-		<<else>> 
-			One of her menials pushes her body into the breeder’s enormous stomach in a possessive manner, then turns to regard Millie. “My mistress would like to give you a ‘hands-on’ demonstration, instead,” she says. 
-		<</if>>
-	<</if>>
-	<br><br>
-	The host quirks an eyebrow, then nods. “Alright,” she says. “How about we start with that pool of yours?” She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. “Oh my, it tingles!” she says.
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Just wait till you feel it on your belly,” your slave says. “It’s feels //soooo// good.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She signs that the host should get into the pool entirely to feel what it’s like on the rest of her swollen body, as well.
-		<<else>> 
-			The slave’s menial asks the host to get in and feel what it’s like on the rest of her swollen body, as well.
-		<</if>>
-	<</if>>
-	<br><br>
-	Millie slips into the pool and the camera zooms in as she slowly sidles along its outer edge while being crushed up against your slave’s capacious belly. When she’s finally seated next to the breeder’s vestigial-looking core body, a microphone attached to a boom descends to allow the audience to listen as they continue the interview.
-	<br><br>
-	“This feels great,” Millie says. “I’ve been feeling a bit stretched thin, lately, but I can feel all the tension in my belly just slipping away.”
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“This pool is designed to allow slaves to care for their bodies no matter how large they inflate,” your slave says. “--are you alright?” she asks, wearing a look of mock concern on her face.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. She then signs a request regarding the host’s wellbeing, wearing a look of mocking concern on her face. 
-		<<else>> 
-			Your slave’s speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until she is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face.
-		<</if>>
-	<</if>>
-	<br><br>
-	“Ah! Um, yes--yep! I’m feeling just fine,” Millie says. She’s blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool’s goo. “So--oooh, yes… $activeSlave.slaveName, how did you, um, come up with the idea for this pool?
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“I’m always trying to think of ways to keep myself pretty for--oh!--my [your name],” your slave says, suddenly squirming herself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. “This was just the best--um--I Mean--the best--oh [italics]fuck, keep--I mean, the best method I could think of for doing that.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Your slave signs that this was the best method she could think of to keep herself pretty for you, given her size, then starts moaning as a grinning Millie seems to have started enacting her revenge.
-		<<else>> 
-			Your slave’s speaker explains that this was the best method the broodmother could think of to keep herself pretty for you, given her size. The baby laden breeder starts moaning in the middle of her assistant’s description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.
-		<</if>>
-	<</if>>
-	Millie has turned her body sideways and snaked an arm between	
-	<<if ($activeSlave.boobs >= 20000)>>
-		your slave’s astoundingly enormous, slimed up cleavage, pumping it up and down to get their unfathomable mass jiggling while she nibbles at and whispers into the squirming baby machine’s ear, just loud enough for the mic to pick it up.
-	<<elseif ($activeSlave.boobs >= 3000)>>
-		your slave’s massive, slimed up tits, lewdly abusing one breast while she nibbles at and whispers into the squirming baby machine’s ear, just loud enough for the mic to pick it up.
-	<<elseif ($activeSlave.boobsImplant > 250)>> 
-		your slave’s petite breasts, rubbing it up and down one of her pert nipples while she simultaneously toys with the ridge of one of the baby machine’s ears and both nibbles on and whispers into the other, just loud enough for the mic to pick it up.
-	<<else>>
-		your slave’s fat, implanted tits, pumping it up and down to get their tightly packed mass bobbing while she nibbles and whispers into the baby machine’s ear, just loud enough for the mic to pick it up.
-	<</if>>
-	<br><br>
-	“That’s quite something,” Millie whispers. “I don’t know about you, [slave name], but I think I speak for everyone watching today when I say that now seems like a [italics]really good time[italics] to try out that other invention of yours.”
-	<br><br>
-	They both exit the pool, dripping clear, slippery gel onto the wood floor of “Husbandry With Millie”’s set. Without a thorough rinsing, your slave’s slathered up belly will be dripping for an hour or more, and she seems to know that as she motions to stop her assistants from wiping her off before strapping her into her aerial gymnastics maternity swing. As a result, when the two visibly panting preggos are strapped into the machine and elevated several feet above the now-visible studio audience, your slave drips a steady stream of goop onto their craning heads. 
-	<br><br>
-	“Oops!” Millie says. “Looks like we should have warned our audience about a wet zone for this episode. So, [slave name], why don’t we show off all the things this advanced maternity swing of yours can do?”
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Yes, please,” your slave says. She’s visibly worked up and ready to go.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She signs, indicating fervent interest.
-		<<else>> 
-			The mute, limbless slave can only moan inchoately in response, but it’s clear she’s more than ready.
-		<</if>>
-	<</if>>
-	<br><br>
-	The two then approach each other in mid air, settling into heavy pettting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother’s unfathomable belly is hanging sideways and down, jiggling madly mere inches above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave’s stomach to feel it bounce in their hands as she gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience’s seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder’s shaking belly as she gets fucked by the show’s moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie’s face for a close up. She seems exhausted, but she smiles for it anyway.
-	<br><br>
-	“That was //fantastic//. I’m going to remember that experience for quite some time, and I’m sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?”
-	<br><br>
-	The camera rotates to focus on your slave and she shakes herself, apparently regathering her wits. 
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“My <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> has a vision for a beautiful future where baby-laden broodmothers like me aren’t the exception in Free Cities society, but the norm. We both hope that everyone here will support us, and so we’ve hidden certificates for free pools and swings under everyone’s seats--everybody look! If you like what you’ve seen today as much as we hope you have, my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> and I both hope you’ll be filling these inventions with your own slaves’ swollen bodies, soon. And we hope that, some day, everyone watching at home will feel this way, as well!”
-	<<else>>
-		Since your slave is unable to speak, she signals the show’s video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves can be found in Free Cities across the world. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience’s chairs.
-	<</if>>
-	The camera zooms out for a nice panning shot of the audience exclaiming and fawning over the vouchers they’ve found taped to the bottom of their chairs. Finally, it fades to black.	
-	<br><br>
-	<<if $activeSlave.pornPrestige >= 3 && random(1,100) > 50>>
-		You turn your FCTV screen off satisfied that your slave has just finished a job very well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had [@@.green;world changing@@] consequences.
-		<<if $activeSlave.prestige <= 2>>
-			<<set $activeSlave.prestige = 3>>
-			<<set $activeSlave.prestigeDesc = "She is a world renowned inventor of hyperpregnant sex accessories and toys.">>
-		<</if>>
-		<<set $pregInventions = 3>>
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 20>>	
-		<</for>>
-		<<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
-		<<set $trinkets.push(_pregmag)>>
-	<<elseif $activeSlave.pornPrestige >= 3 && random(1,100) > 30>>
-		You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had a [@@.green;significant positive impact@@] on public opinion.
-		<<if $activeSlave.prestige <= 2>>
-			<<set $activeSlave.prestige = 2>>
-			<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
-		<</if>>
-		<<set $pregInventions = 2>>
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 10>>	
-		<</for>>
-		<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
-		<<set $trinkets.push(_pregmag)>>
-	<<elseif $activeSlave.pornPrestige >= 3 && random(1,100) > 15>>
-		You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had a [@@.green;significant impact@@] on public opinion, though [@@.red;only at a local level@@]	
-		<<if $activeSlave.prestige <= 1>>
-			<<set $activeSlave.prestige = 1>>
-			<<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">>
-		<</if>>
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 5>>	
-		<</for>>
-	<<elseif $activeSlave.pornPrestige >= 3>>
-		You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that [@@.red;what little impact@@] she has had is on a [@@.red;local@@] scale.
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 5>>	
-		<</for>>	
-	<<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 75>>
-		You turn your FCTV screen off satisfied that your slave has just finished a job very well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had [@@.green;world changing@@] consequences.
-		<<if $activeSlave.prestige <= 2>>
-			<<set $activeSlave.prestige = 3>>
-			<<set $activeSlave.prestigeDesc = "She is a world renowned inventor of hyperpregnant sex accessories and toys.">>
-		<</if>>
-		<<set $pregInventions = 3>>
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 20>>	
-		<</for>>
-		<<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
-		<<set $trinkets.push(_pregmag)>>
-	<<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 50>>
-		You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had a [@@.green;significant positive impact@@] on public opinion.
-		<<if $activeSlave.prestige <= 2>>
-			<<set $activeSlave.prestige = 2>>
-			<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
-		<</if>>
-		<<set $pregInventions = 2>>
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 10>>	
-		<</for>>
-		<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
-		<<set $trinkets.push(_pregmag)>>
-	<<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 30>>
-		You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had a [@@.green;significant impact@@] on public opinion, though [@@.red;only at a local level@@]	
-		<<if $activeSlave.prestige <= 1>>
-			<<set $activeSlave.prestige = 1>>
-			<<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">>
-		<</if>>
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 5>>	
-		<</for>>
-	<<elseif $activeSlave.pornPrestige >= 2>>
-		You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that [@@.red;what little impact@@] she has had is on a [@@.red;local@@] scale.	
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 5>>	
-		<</for>>
-	<<elseif random(1,100) > 90>>
-		You turn your FCTV screen off satisfied that your slave has just finished a job very well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had [@@.green;world changing@@] consequences.
-		<<if $activeSlave.prestige <= 2>>
-			<<set $activeSlave.prestige = 3>>
-			<<set $activeSlave.prestigeDesc = "She is a world renowned inventor of hyperpregnant sex accessories and toys.">>
-		<</if>>
-		<<set $pregInventions = 3>>
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 20>>	
-		<</for>>
-		<<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
-		<<set $trinkets.push(_pregmag)>>	
-	<<elseif random(1,100) > 70>>
-		You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had a [@@.green;significant positive impact@@] on public opinion.
-		<<if $activeSlave.prestige <= 2>>
-			<<set $activeSlave.prestige = 2>>
-			<<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">>
-		<</if>>
-		<<set $pregInventions = 2>>
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 10>>	
-		<</for>>
-		<<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">>
-		<<set $trinkets.push(_pregmag)>>
-	<<elseif random(1,100) > 50>>
-		You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName’s appearance on “Husbandry With Milly” has had a [@@.green;significant impact@@] on public opinion, though [@@.red;only at a local level@@]		
-		<<if $activeSlave.prestige <= 1>>
-			<<set $activeSlave.prestige = 1>>
-			<<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">>
-		<</if>>
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 5>>	
-		<</for>>	
-	<<else>>
-		You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that [@@.red;what little impact@@] she has had is on a [@@.red;local@@] scale.	
-		<<for _i = 1; _i < _l; _i++>>
-			<<set $arcologies[_i].FSRepopulationFocus += 5>>	
-		<</for>>
-	<</if>>	
-	<</replace>>
-<</link>>	
-</span>
-
-
diff --git a/src/pregmod/rePregInventorIntro.tw b/src/pregmod/rePregInventorIntro.tw
deleted file mode 100644
index 40ce343696c..00000000000
--- a/src/pregmod/rePregInventorIntro.tw
+++ /dev/null
@@ -1,331 +0,0 @@
-:: RE preg inventor intro [nobr]
- 
-<<set $nextButton = "Continue", $nextLink = "AS Dump">>
-<<if $seed == 1>>
-	<<set $returnTo = "RIE Eligibility Check">>
-<<else>>
-	<<set $returnTo = "Next Week">>
-<</if>>
-<<set $activeSlave = $eventSlave>>
-<<setLocalPronouns $activeSlave>>
-<span id="artFrame">
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<<if $imageChoice == 1>>
-		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
-	<<else>>
-		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
-	<</if>>
-<</if>>
-/* 000-250-006 */
-</span>
-
-<<set $pregInventorID = $activeSlave.ID>>
-
-Your hyperbroodmother, 
-<<EventNameLink $activeSlave>>
-, asks to see you. You have her brought to your office. It takes your menial servants several minutes to safely situate her as her massive, bloated 
-<<if $seeRace == 1>>$activeSlave.race  
-<<else>>
-
-<</if>>
-womb is stretched so thin by its load that it is on the point of rupture and the sudden shock to her body if she were dropped might cause her to explode. Both you and your broodmother are used to her circumstances at this point, however, and, as your servants work to lower her to the soft carpeted floor at the center of your office without undue strain to her belly, she shoots you a provocative grin
-<<if $activeSlave.amp == 1>> 
-	.
-<<else>>
-	<<if $activeSlave.boobs >= 20000>>
-		and rubs the sides of her debilitatingly large breasts with anticipation.
-	<<elseif $activeSlave.boobs >= 3000>>
-		and hefts one of her massive breasts with both hands, sucking on her nipple to give you a show while you wait.
-	<<elseif $activeSlave.boobsImplant > 250>> 
-		and pushes her fat, augmented tits together to give you a view of her impressive cleavage.
-	<<else>> 
-		and tweaks the nipples on her pert breasts.
-	<</if>>		
-<</if>>
-<br><br> 
-Once her belly is resting safely on the ground, your slave
-<<if $activeSlave.amp == 0>> 
-	pushes up against it, stretching so that she can look you in the eyes.
-<<else>> 
-	blushes and wiggles her stumps, looking down.
-<</if>>
-<<if canTalk($activeSlave)>>
-	“
-	<<if def $PC.customTitle>>
-		$PC.customTitle
-	<<elseif $PC.title != 0>>
-		master
-	<<else>>
-		mistress
-	<</if>>
-	,” she says, “I love being your hyper-pregnant brood slave. My poor pussy weeps every time a baby passes through it, and so many have passed through—and, 
-	<<if def $PC.customTitle>>
-		$PC.customTitle,  
-	<<elseif $PC.title != 0>>
-		master, 
-	<<else>>
-		mistress, 
-	<</if>>
-	it hurts, sometimes, but I love being stretched fuller and fuller with life every day. There’s nothing I want more than to be your <<print $activeSlave.SlaveTitle>> until my body gives out. So, 
-		<<if def $PC.customTitle>>
-			$PC.customTitle
-		<<elseif $PC.title != 0>>
-			master
-		<<else>>
-			mistress
-		<</if>>
-	, I really want to give something back to you for making my dreams come true.”
-<<else>> 
-	<<if $activeSlave.amp == 0>>
-		She signs to you that she wants to give back to you for blessing her with her permanently hyperpregnant body.
-	<<else>> 
-		Your personal assistant speaks, probably in response to a nonverbal cue from your slave. She explains that your slave wishes to give back to you for blessing her with her permanently hyperpregnant body.
-	<</if>>
-<</if>>
-<br><br>The explanation has been going on for a while now, so you motion for your slave to get to the point.
-<<if canTalk($activeSlave)>>	
-	“
-	<<if def $PC.customTitle>>
-		$PC.customTitle
-	<<elseif $PC.title != 0>>
-		master
-	<<else>>
-		mistress
-	<</if>>
-	,” she says, “I want the whole world to love hyper-pregnant baby machines as much as I do. I know it’s selfish, but I’ve been looking into ways to make sex with broodmothers even better than it already is. It feels great to get fucked while I’m so packed full and helpless, but, if you’ll let me try, I’ve got some ideas for making it even better for broodmothers. And, more importantly, 
-	<<if def $PC.customTitle>>
-		$PC.customTitle
-	<<elseif $PC.title != 0>>
-		master
-	<<else>>
-		mistress
-	<</if>>
-	, for you and any other potential partners, too.”
-<<else>> 
-	<<if $activeSlave.amp == 0>>
-		She explains that she's been thinking of ways to make sex with hyperbroodmothers more convenient and enjoyable and would like your permission to develop them.		
-	<<else>> 
-		Your assistant explains that the broodmother has been thinking of ways to make sex with hyperbroodmothers more convenient and enjoyable and would like your permission to develop them.
-	<</if>>
-<</if>>
-<br><br>	
-You consider her offer. Will you support her?
-<br><br>
-<span id="result">
-<<link "No. Remind $him of $his place.">>
-	<<replace "#name">>
-	$activeSlave.slaveName
-	<</replace>>
-	<<replace "#result">>
-	You calmly explain to your hyperbroodmother that she is property and expected to fulfill her duties, not to think. She is not to pursue this matter further.
-		<<if $activeSlave.trust < -95>>
-			You then rape her, hard, to get your point across, ignoring her moans of pain and the loud complaints from her overfilled womb as it barely holds together under your assault. The bitch is delusional, idolizing herself and her position like this. $activeSlave.slaveName has been holding onto sanity by a thread with this idea about loving what she is, but your rejection breaks something fundamental inside of her. She’s a baby machine. Her body belongs to you. Her brain is just a vestigial accessory to her womb and pussy. @@.red;$activeSlave.slaveName is broken.@@ She will never question her place again.
-			<<set $activeSlave.fetish = "mindbroken">>
-		<<elseif $activeSlave.trust < -20>>
-			You then fuck her, hard, to get your point across, ignoring her moans of pain and the loud complaints from her overfilled womb as it barely holds together under your assault. When you finally get bored and
-			<<if $PC.dick == 1>>
-				shoot your load into her
-					<<if ($activeSlave.vagina == 10)>>
-						gaping pussy,
-					<<elseif ($activeSlave.vagina > 3)>>
-						loose pussy,
-					<<elseif ($activeSlave.vagina >= 1)>>						
-						vagina,					
-					<<else>>
-						surprisingly resilient, tight little pussy,
-					<</if>>	
-			<<else>>
-				clench your legs around her slutty head as she drives your pussy over the edge with her mouth,
-			<</if>>
-			she cries out in a reciprocating orgasm and then cries out a second time when, massive stomach shuddering, she begins to give birth to yet another child. You call your menials back to your office and decide to take a walk. By the time you’re at the door, the head of $activeSlave.slaveName’s next child is already cresting. $activeSlave.slaveName is now more @@.gold;fearful@@.
-			<<set $activeSlave.trust -= 4>>
-		<<else>>
-			<<if canTalk($activeSlave)>>	
-				“I’m sorry, 
-				<<if def $PC.customTitle>>
-					$PC.customTitle
-				<<elseif $PC.title != 0>>
-					master
-				<<else>>
-					mistress
-				<</if>>
-				,” she says, “I just thought, well… nevermind.”
-			<<else>>
-				<<if $activeSlave.amp == 0>>
-					She motions in apology, trying to hide her extreme disappointment.		
-				<<else>> 
-					She is mute and limbless, so it is nearly impossible for her to communicate her feelings without a great deal of forward planning and help from your AI assistant. Despite this, you can tell she's disappointed.
-				<</if>>
-			<</if>>	
-			<br><br>
-			<<if $activeSlave.origEye == "implant">>
-				Her pretty $activeSlave.eyeColor bionic eyes flash a shade cooler than normal and you can tell she’s struggling to accept your decision.
-			<<else>>
-				You can see tears brimming in her $activeSlave.eyeColor eyes.
-			<</if>>	
-			You kiss her on the head, make sweet love to her to improve her mood, then have her escorted out of your office. You are certain you made the right choice. If possible, $activeSlave.slaveName is now more @@.hotpink;devoted.@@    
-		<</if>>
-	<<set $activeSlave.devotion += 5>>
-	<</replace>>
-<</link>>
-<br><<link "Yes, and offer to help her in a… personal capacity">>
-	<<replace "#name">>
-	$activeSlave.slaveName
-	<</replace>>
-	<<replace "#result">>	
-	Being so close to the near-bursting womb of your slave for so long has got your loins stirring, and you hop up onto your desk,
-		<<if $PC.dick == 1>>
-			bringing your dick level with the broodmother’s mouth.
-		<<else>>
-			bringing your vagina level with the broodmother’s mouth.
-		<</if>>	
-	You tell her that you could be convinced to let her explore her interests. She squeals in delight and then
-		<<if $PC.dick == 1>>
-			wraps her
-			<<if ($activeSlave.lips > 95)>>
-				plush mouth pussy
-			<<elseif ($activeSlave.lips > 70)>>			
-				thick, dick sucking lips
-			<<elseif ($activeSlave.lips > 20)>>			
-				lips
-			<<else>>
-				thin, almost childlike lips
-			<</if>>
-			around your penis. 	
-			<<if canTalk($activeSlave)>>	
-				Between her slurping and sucking she manages to get out enough intelligible words to give you a good idea about the sorts of things she thinks could make sex with a broodmother more fun.
-			<<else>>
-				<<if $activeSlave.amp == 0>>
-					While slurping and sucking, she signs to you, communicating her ideas about the sorts of things she thinks could make sex with a broodmother more fun.		
-				<<else>> 
-					She focuses on slurping and sucking on your knob while your personal assistant explains her ideas about the sorts of things she thinks could make sex with a broodmother more fun.
-				<</if>>
-			<</if>>					
-		<<else>>
-			<<if canTalk($activeSlave)>>	
-				buries her eager tongue in your quim. Between sucking on your clit and moaning, she manages to get out enough intelligible words to give you a good idea about the sorts of things she thinks could make sex with a broodmother more fun.
-			<<else>>
-				<<if $activeSlave.amp == 0>>
-					While burying her tongue in your quim, she signs to you, communicating her ideas about the sorts of things she thinks could make sex with a broodmother more fun.		
-				<<else>> 
-					She focuses burying her tongue in your quim while your personal assistant explains her ideas about the sorts of things she thinks could make sex with a broodmother more fun.
-				<</if>>
-			<</if>>					
-		<</if>>	
-	While you’re not interested in giving her the funds necessary to make some of her more outlandish ideas a reality, you’re certainly excited by her ideas regarding positions and hyperpregnant vaginal play. You tell her to go for those and she trills in delight, vibrating her tongue
-		<<if $PC.dick == 1>>
-			along your dick and sending you over the edge. She swallows your load, licking her lips.
-			<<if canTalk($activeSlave)>>	
-				“Make sure to keep feeding me your cum,” she says. “I’m eating for a //lot// more than two.”
-			<<else>>
-				<<if $activeSlave.amp == 0>>
-					She signs to you, begging you to keep feeding her your cum as she's eating for a lot more than two.		
-				<<else>> 
-					She then nuzzles your crotch possessively, looking up at your face with devoted eyes.
-				<</if>>
-			<</if>>
-		<<else>>
-			in your intimate spaces and sending you over the edge. She removes herself from your pussy and licks her lips.
-			<<if canTalk($activeSlave)>>	
-				“Make sure to keep feeding me your pussy juice,” she says. “I’m eating for a //lot// more than two.”
-			<<else>>
-				<<if $activeSlave.amp == 0>>
-					She signs to you, begging you to keep feeding her your pussy juice as she's eating for a lot more than two.		
-				<<else>> 
-					She then nuzzles your crotch possessively, looking up at your face with devoted eyes.
-				<</if>>	
-			<</if>>
-		<</if>>
-	<br><br>
-	You congratulate yourself on having made the right decision as $activeSlave.slaveName ’s @@.green;Vaginal and Oral Skills improve tremendously@@ over the course of the next few weeks.
-	<<OralSkillIncrease $activeSlave>>
-	<<VaginalSkillIncrease $activeSlave>>
-	<<OralSkillIncrease $activeSlave>>
-	<<VaginalSkillIncrease $activeSlave>>
-	<<set $activeSlave.devotion += 5>>
-	<</replace>>
-<</link>>
-<br><<link "Yes, and offer to fund her endeavors for 10,000">>
-	<<replace "#name">>
-	$activeSlave.slaveName
-	<</replace>>
-	<<replace "#result">>
-	You are intrigued by her offer.
-	<<if $activeSlave.amp == 0>> 
-		You take her 
-		<<if $seeRace == 1>>
-			$activeSlave.race 
-		<</if>>
-		hands in yours, noting their pleasant softness, and direct her to explain.
-	<<else>>
-		You place a hand on her exaggerated gut and direct her to explain.
-	<</if>>	
-	She blushes, sexually excited by even this minor touch, and 
-	<<if canTalk($activeSlave)>>	
-		describes various ideas she’s had for tools and techniques that could improve a broodmother’s sexual potential.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			signs, describing various ideas she’s had for tools and techniques that could improve a broodmother’s sexual potential.
-		<<else>> 
-			wiggles a stump, prompting your personal assistant to describe various ideas she’s had for tools and techniques that could improve a broodmother’s sexual potential.
-		<</if>>
-	<</if>>
-	 Imagining what is described gets
-	<<if $PC.dick == 1>>
-		you rock hard in short order
-	<<else>>	
-		your pussy dripping with need in short order
-	<</if>>	
-	 and, as the description continues, you move around behind your broodmother, climbing up her tremendous womb so that you can lay on top of your brood mare while you fuck her. Her belly squashes down slightly under your weight, but less than you’d expect—she’s so packed full of children that her stomach resists changing shape. She wiggles her hips as you
-	<<if $activeSlave.butt > 7>>
-		Insane Ass: sink face first into her warm, room filling ass cleavage
-	<<elseif $activeSlave.butt > 4>>
-		grab generous handfuls of her humongous ass
-	<<elseif $activeSlave.butt > 2>>	
-		slap her generous ass
-	<<elseif $activeSlave.buttImplant == 1>>
-		rest the weight of your upper body on her implant inflated ass cheeks
-	<<else>>		
-		press down on her petite little ass with your hips
-	<</if>>	
-	and begin teasing her pussy with 
-	<<if $PC.dick == 1>> 
-		the tip of your dick.
-	<<else>>
-		your fingers.
-	<</if>>
-	<br><br>	
-	<<if canTalk($activeSlave)>>	
-		“Ooh, 
-		<<if def $PC.customTitle>>
-			$PC.customTitle
-		<<elseif $PC.title != 0>>
-			master
-		<<else>>
-			mistress
-		<</if>>
-		,” your slave says, “if you keep this up you’ll wake the babies.” 
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			Your slave signs, teasingly implying that you'll wake the babies.
-		<<else>> 
-			The skin of your slave's monumental belly flushes red and she wiggles her stumps in combined embarassment and arousal.
-		<</if>>
-	<</if>>
-	<br><br>
-	Despite her complaints, she doesn’t seem to mind once you start really fucking her senseless. Once you’ve finished melting your swollen “little” sex slave into a puddle of sexually satisfied goo, 
-	<<if $PC.dick == 1>>  
-		shooting your load into her wanting pussy,
-	<<else>>
-		collapsing into orgasm on her bloated body,
-	<</if>>	
-	you call up your personal assistant, giving it orders to have your menials collect your hyperbroodmother and to ensure she has all the funds necessary to make her perverted dreams a reality. @@.green;$activeSlave.slaveName has gained significant vaginal skill.@@
-	<<set $cash -= 10000>>
-	<<VaginalSkillIncrease $activeSlave>>
-	<<VaginalSkillIncrease $activeSlave>>
-	<<set $activeSlave.devotion += 5>>
-	<<set $pregInventor1 = 1>>
-	<</replace>>
-<</link>>
-</span>
\ No newline at end of file
diff --git a/src/pregmod/rePregInventorMiddle.tw b/src/pregmod/rePregInventorMiddle.tw
deleted file mode 100644
index e08839eadef..00000000000
--- a/src/pregmod/rePregInventorMiddle.tw
+++ /dev/null
@@ -1,587 +0,0 @@
-:: RE preg inventor middle [nobr]
- 
-<<set $nextButton = "Continue", $nextLink = "AS Dump">>
-<<if $seed == 1>>
-	<<set $returnTo = "RIE Eligibility Check">>
-<<else>>
-	<<set $returnTo = "Next Week">>
-<</if>>
-<<set $activeSlave = $eventSlave>>
-<<setLocalPronouns $activeSlave>>
-<span id="artFrame">
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<<if $imageChoice == 1>>
-		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
-	<<else>>
-		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
-	<</if>>
-<</if>>
-/* 000-250-006 */
-</span>
-Your hyperbroodmother, <<EventNameLink $activeSlave>>, has been using the resources you gave her to expand the possibilities for sex with hyperpregnant slaves. She has been working hard, over the past weeks, and is finally ready to show off her results. Your assistant gives you a list of the slave’s innovations and you decide to give one a try:
-<br><br>
-<span id="result">
-<<link "Have her show off her developments in the sport of advanced maternity swing gymnastics.">>
-	<<replace "#name">>
-	$activeSlave.slaveName
-	<</replace>>
-	<<replace "#result">>
-	She is brought into your office alongside her invention: a customized maternity swing. It is a true marvel of Free Cities engineering, as much resembling something designed for use with large marine mammals as something designed to aid sex with a pregnant woman. It has been specially rigged to support both its user and their sexual partner, and to suspend them in the air, enabling them to explore sex positions that would otherwise be rendered impossible by a hyperpregnant slave’s mass and size. Just watching the effort your menials expend squeezing your hugely swollen hyperbroodmother into a device that would dwarf a normal person is enough to get you excited, and you’re fully ready to enjoy some personal time with her by the time they’ve hooked you both into the device. The maternity swing is controlled via a holographic remote command array and, as your menials retreat to give you time alone, you instruct it to lift both you and her into the air.
-	<br><br>
-	The reinforced silk supports strain slightly under the weight of your slave’s belly, but they make no noise, and you soon find yourself suspended in midair with her
-	<<if $activeSlave.vagina == 10>>
-        huge, weeping pussy lips
-	<<elseif $activeSlave.vagina >= 6>>	
-		loose pussy
-	<<elseif $activeSlave.vagina >= 3>>		
-        pussy
-	<<else>>
-		tight little pussy
-	<</if>>
-	at perfect eye level. You go down on her to get her primed and enjoy the feeling of 
-	<<if $activeSlave.amp == 0>> 
-		her legs wrapping around your head
-	<<else>>	
-		her stumps squeezing the sides of your head
-	<</if>>	
-	as you bring her to climax.
-	<br><br>
-	With gentle coaching from your slave, you rotate the two of you in the air so that she can ride you reverse cowgirl. You then switch her around, allowing her belly to eclipse your vision entirely as she rides you in traditional cowgirl. The contents of her womb have exploded its weight to the point that this position would have previously been hazardous to both your health and hers, if not completely impossible, and the illusion of having sex while perpetually on the knife’s edge of being flattened by literal tons of baby packed slave flesh sends you over the edge. You 
-	<<if $PC.dick == 1>> 
-		ejaculate into her, and your cum drips out of her vagina, splattering on the ground below.
-	<<else>>
-		orgasm as you transition into scissoring with your tightly packed broodmare, keeping the fantasy of being crushed by her body foremost in your mind.
-	<</if>>
-	<br><br>
-	You explore many other sexual positions before commanding the maternity swing to take you back to earth. You extricate yourself from the device, but leave her inside of it. She does a little twirl in the device, showing off the shape of her hyper-inflated body, the tips of her toes barely touching the ground.
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“So what do you think, [your name]?” she asks. She purses her lips, waiting for your response.
-	<<else>>
-		She motions to you, making it clear she’s waiting for your judgment. 
-	<</if>>
-	<<set $cash -= 2000>>
-	<<set $activeSlave.devotion += 5>>
-	<br><br><span id="result2">
-	<br><<link "Insult her and halt all further training.">>
-	<<replace "#result2">>
-	As much as her antics amused you, it's clear that <<EventNameLink $activeSlave>> wasted your money. You calmly explain to her that the next time she has a “brilliant” idea, she should keep it to herself, then arrange to have her “discoveries” disposed of. 
-	<<if $activeSlave.trust < -95>>
-		The look of pride and accomplishment on her face transforms into a look of crushing disappointment. You slap her on the ass and then have your menials escort her back to her duties. The next time you see her, the spark of life and vitality that drove her has been fully extinguished. @@.red;$activeSlave.slaveName is broken.@@ Anything she might have learned from this experience is lost in her empty mind. She will never question her place again.
-		<<set $activeSlave.fetish = "mindbroken">>
-	<<elseif $activeSlave.trust < -20>>
-		The look of pride and accomplishment on her face transforms into a look of crushing disappointment. She apologizes for wasting your time and, cognizant of the power you hold over her, promises never to do so again. @@.gold;$activeSlave.slaveName is now more fearful.@@ Though she never bothers you with her “ideas” again, @@.green;her sex skills have improved.@@ as a result of having the opportunity to at least pursue them.
-		<<set $activeSlave.trust -= 4>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>
-	<<else>>
-		The look of pride and accomplishment on her face transforms into a look of disappointment. [@@.mediumorchid;$activeSlave.slaveName now trusts you less@@] as a result of your unkindness, but she soon gets over her disappointment and is demonstrating @@.green;her improved sexual skills@@ in her daily affairs. 
-		<<set $activeSlave.trust -= 4>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>		
-	<</if>>
-	<</replace>>
-	<</link>>
-	<br><<link "Compliment her but keep her discoveries to yourself.">>
-	<<replace "#result2">>
-	You are impressed by her ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep her discoveries secret, so as to hoard all the enjoyment of them for yourself. <<EventNameLink $activeSlave>> doesn’t mind. She is simply happy to have pleased you. @@.green;Her sexual skills have improved as a result of her discoveries.@@ 
-	<<set $pregInventions = 1>>	
-	<<set $activeSlave.trust += 2>>
-	<<OralSkillIncrease $activeSlave>>
-	<<VaginalSkillIncrease $activeSlave>>
-	<<OralSkillIncrease $activeSlave>>
-	<<VaginalSkillIncrease $activeSlave>>		
-	<</replace>>
-	<</link>>
-	<br><<link "Organize a televised demonstration of her skills. Spend more money (10k).">>
-	<<replace "#result2">>
-	You are so impressed by her ideas that you arrange to have her demonstrate her discoveries on a prominent FCTV talkshow. It will take some time, and you’ll have to insure that she’s at least reasonably well known in slave pornography before the show’s executives will agree to allow her on-air, but you’re certain that [Slave Name]’s name will soon be on the lips of slave owners and Free Cities citizens around the world. In the meantime, @@.green;you implement her ideas around the arcology. Her sexual skills have improved as a result.@@
-	<<set $cash -= 10000>>	
-	<<set $pregInventor1 = 2>>	
-	<<set $pregInventions = 1>>	
-	<<set $activeSlave.trust += 2>>
-	<<OralSkillIncrease $activeSlave>>
-	<<VaginalSkillIncrease $activeSlave>>
-	<<OralSkillIncrease $activeSlave>>
-	<<VaginalSkillIncrease $activeSlave>>
-	<<set $activeSlave.trust += 2>>
-	<</replace>>
-	<</link>>
-	</span>	
-	<</replace>>
-<</link>>	
-<br><<link "Have her give you a trained assisted strip show.">>
-	<<replace "#name">>
-	$activeSlave.slaveName
-	<</replace>>
-	<<replace "#result">>
-	The first thing that you notice when your slave walks through the door is the way she struts in with apparent ease. It’s been quite a while since you’ve seen her walk with any sort of elegance, but she does so now. She spins around, giving you a look at her
-	   <<if $activeSlave.butt > 7>>
-			debilitating, insanely enormous ass
-		<<elseif $activeSlave.butt > 4>>	
-			huge ass
-		<<elseif $activeSlave.butt > 2>>
-			plump ass
-		<<elseif $activeSlave.buttImplant == 1>>		
-			implant swollen ass cheeks
-		<<else>>
-			slender ass
-		<</if>>	
-	and then shakes her booty, glancing over her shoulder to see how you react. You motion for her to continue and she turns around and approaches you, stopping only when her massive belly is looming in front of you, almost touching you. You look over the apex of her stomach to consider the “invention” she’s developed to enable her miraculous mobility. 
-	<br><br>
-	A significant number of menial slaves have been repurposed and specially conditioned for total devotion to your hyperbroodmother and her incredible belly. These menials,
-		<<if $arcologies[0].FSPaternalist > 60>>
-			outfitted with expensive safety gear to protect them during their potentially dangerous endeavors, 
-		<<elseif $arcologies[0].FSRepopulationFocus > 60>>	
-			themselves pregnant, though not nearly as large, 
-		<<elseif $arcologies[0].FSRestart > 60>>	
-			low-quality stock unfit to serve as breeders,
-		<<elseif $arcologies[0].FSPastoralist > 60>>	
-			their huge, milky tits squashed up against your slave’s body, leaking milk, 
-		<<elseif $arcologies[0].FSAssetExpansionist > 60>>	
-			their huge tits and asses serving as exotic cushions for the tender flesh of your massively bloated hyperbroodmother, 
-		<<elseif $arcologies[0].FSTransformationFetishist > 60>>
-			their huge implanted tits and asses clearly designed to maximize their potential as cushions for your massively bloated hyperbroodmother, 
-		<<elseif $arcologies[0].FSPhysicalIdealist > 60>>
-			their impressive muscles rippling as they exert themselves,
-		<<elseif $arcologies[0].FSHedonisticDecadence > 60>>	
-			surprisingly strong, given how plush they are, and well suited for their job, 
-		<<elseif $arcologies[0].FSChattelReligionist > 60>>	
-			dressed in skimpy monks habits and eyes flashing with exalted fervor as they go about their duties, 
-		<<elseif $arcologies[0].FSYouthPreferentialist > 60>>	
-			just barely the legal age for consent in your arcology and clearly eager to prove themselves,
-		<<elseif $arcologies[0].FSMaturityPreferentialist > 60>>	
-			plush MILFs who support your hyperbroodmother’s insane pregnancy with a hint of maternal affection, 
-		<<elseif $arcologies[0].FSSlimnessEnthusiast > 60>>
-			lithe and possessed of wiry strength, 
-		<<elseif $arcologies[0].FSRomanRevivalist > 60>>	
-			dressed in a skimpy reproduction of roman legionary garb,
-		<<elseif $arcologies[0].FSAztecRevivalist > 60>>	
-			clad only in exotic feathers,
-		<<elseif $arcologies[0].FSEgyptianRevivalist > 60>>	
-			dressed in ankle length tarkhans made of brass and turquoise colored beads,
-		<<elseif $arcologies[0].FSEdoRevivalist > 60>>	
-			dressed in skimpy noh theatre costumes,
-		<<elseif $arcologies[0].FSArabianRevivalist > 60>>	
-			their sinful figures made modest by roomy abayas,
-		<<elseif $arcologies[0].FSChineseRevivalist > 60>>	
-			clad in traditional silk chang’ao and lotus shoes,
-		<<else>>	
-			their clothing specifically chosen to supplement and flatter your hyperbroodmother’s own outfit,
-		<</if>>	
-	act to support her movements as she teases you, seemingly heedless of their own safety. Their ego has been subsumed in pursuit of their duties and, as they fall into place to hold up her gargantuan belly with each of her slightest, most thoughtless movements, they give you the impression of being more extensions of her will than independent beings. Your hyperbroodmother leans forward, just the slightest bit, as you consider her assistants, and presses her unfathomable stomach into your crotch. As she does so, two of her assistants slide under her belly with practiced ease, cushioning it with their bodies to prevent it from touching the cold ground. No sound passes their lips as the gargantuan organ crushes down on them, but you can hear their bones creak.
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“Oooh, someone likes what they see,” she says.
-	<<else>>
-		She can’t speak, but she does grin and roll her belly up and down your lap for a moment, her servants lifting and supporting her from the periphery such that she seems to be in casual control of her immobilizing bulk.
-	<</if>>
-	<br><br>
-	It is only then that you realize that 
-		<<if $PC.dick == 1>>  
-			your dick is as hard as a length of steel. 
-		<<else>>	
-			your kitty is positively drowning in fem-cum.
-		<</if>>	
-	You move to touch her belly, but she steps backward, leaving it just out of reach. 
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“If you’ll permit, [your name],” she says, “I’d like to show off my ‘invention’ just a little longer.”
-	<<else>>
-		She smirks and
-		<<if $activeSlave.amp == 0>>
-			motions to you that she’d like to tease you just a little longer.
-		<<else>> 
-			one of her servants, seeming to read their mistress’s mind, motions to you that your slave would like to tease you just a little longer.
-		<</if>>
-	<</if>>
-	<br><br>
-	You motion for her to continue. 
-	<<if $activeSlave.amp == 0>>
-		She lifts her arms over hear head and begins to spin again, giving you a glorious view of her 
-		<<if ($activeSlave.boobs >= 20000)>>
-			eye wateringly massive tits
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			huge tits
-		<<elseif ($activeSlave.boobsImplant > 250)>> 
-			luscious, augmented tits
-		<<else>>
-			petite breasts
-		<</if>>
-		and
-	   <<if $activeSlave.butt > 7>>
-			couch smothering ass cheeks.
-		<<elseif $activeSlave.butt > 4>>	
-			enormous ass.
-		<<elseif $activeSlave.butt > 2>>
-			delicious looking ass.
-		<<elseif $activeSlave.buttImplant == 1>>		
-			implant-filled ass.
-		<<else>>
-			small ass.
-		<</if>>	
-	<<else>>
-		Her servants spin her again, giving you a glorious view of her
-		<<if ($activeSlave.boobs >= 20000)>>
-			eye wateringly massive tits
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			huge tits
-		<<elseif ($activeSlave.boobsImplant > 250)>> 
-			luscious, augmented tits
-		<<else>>
-			petite breasts
-		<</if>>
-		and
-	   <<if $activeSlave.butt > 7>>
-			couch smothering ass cheeks.
-		<<elseif $activeSlave.butt > 4>>	
-			enormous ass.
-		<<elseif $activeSlave.butt > 2>>
-			delicious looking ass.
-		<<elseif $activeSlave.buttImplant == 1>>		
-			implant-filled ass.
-		<<else>>
-			small ass.
-		<</if>>	
-	<</if>>	
-	As she spins, her servants support her motions, using their own bodies to cushion and propel her in the direction she wants. They move in a limp manner that seems to blend into her body, keeping the focus of your attention on your slave’s body rather than theirs. One enters your office with a portable stripper stage, complete with pole, and your slave makes her way over to it.
-	<<if canTalk($activeSlave)>>	
-		<<if $activeSlave.amp == 0>>
-			“There were some… sacrifices,” she says, “to get where we are today.” She raises her arms as her myriad servants plaster themselves to her monolithic body, raising her considerable bulk at sufficient height to allow her to take hold of the pole. 
-		<<else>> 
-			“There were some… sacrifices,” she says, “to get where we are today.” She raises a dainty stub and one of her myriad servants, pressed back to back with her to help support her weight as the others push her into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole. 
-		<</if>>
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She motions to you that there were some sacrifices, raising her arms as her myriad servants plaster themselves under her monolithic belly, raising her considerable bulk at sufficient height to allow her to take hold of the pole. 
-		<<else>> 
-			The servant serving as the “mouth” for your mute, limbless hyperpregnant slave motions to you that there were some sacrifices. Your slave raises a dainty stub and one of her myriad servants, pressed back to back with her to help support her weight as the others push her into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole. 	
-		<</if>>
-	<</if>>	
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“I think you’ll find, though…” she says.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She motions that “she believes you’ll find,” then falls into a coy ‘silence.’
-		<<else>> 
-			Her mouthpiece motions that your slave “believes you’ll find,” then falls into a coy ‘silence.’
-		<</if>>
-	<</if>>	
-	<br><br>	
-	She’s spinning around the pole now, reminding you of her earlier motions. She seems weightless, her massive bulk perfectly supported regardless of the personal cost to those supporting her. Your gaze turns to several motionless servants who have been knocked unconscious by her careening bulk. They’re piled up against a side wall, but inconspicuous. You can’t recall when they collapsed, or when they were dragged away. The passiveness with which your slave’s glorified human clothing moves makes even the collapsed menials seem natural and perfectly reasonable--just something that happens when your hyperbroodmother exercises her body, sometimes. Not an abuse of another person. More like flexing a limb.
-	<br><br>
-	Her servants surge upward, piling on top of eachother and rotating her. She flips upside down and, for a moment, you worry that she might fall with disastrous consequences. The mass of human bodies working in tandem to protect and enable her executes its motions in perfect synchrony, however, and you are treated to the sight of an impossibly hyperpregnant slave spinning upside down, hooking one
-	<<if $activeSlave.amp == 0>>
-		leg
-	<<else>>	
-		“leg”
-	<</if>>
-	around a stripper pole, and performing a slow, effortless body inversion, her massive upside down belly rotating just a split second slower than the rest of her. She rotates some more and then flips back into a normal standing position, leaning over her stomach and once again slightly crushing her now visibly exhausted servants as she performs a mock bow.
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“That it was worth it!” she says, finishing her earlier statement. “So, what do you think?” she asks. She seems not even slightly out of breath.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She motions to you, communicating the last part of hear earlier message: “that it was worth it!” She then indicates that she is waiting for your opinion. You note that she hasn’t even broken a sweat.
-		<<else>> 
-			Her mouthpiece motions to you,  communicating the last part of the message your slave started earlier: “that it was worth it!” The menial then indicates that your slave is waiting for your opinion of her work. You note that your hyperbroodmother hasn’t even broken a sweat. 
-		<</if>>
-	<</if>>	
-		<br><br><span id="result2">
-		<br><<link "Insult her and halt all further training.">>
-		<<replace "#result2">>
-		As much as her antics amused you, it's clear that <<EventNameLink $activeSlave>> wasted your money. You calmly explain to her that the next time she has a “brilliant” idea, she should keep it to herself, then arrange to have her “discoveries” disposed of. 
-		<<if $activeSlave.trust < -95>>
-			The look of pride and accomplishment on her face transforms into a look of crushing disappointment. You slap her on the ass and then have your menials escort her back to her duties. The next time you see her, the spark of life and vitality that drove her has been fully extinguished. @@.red;$activeSlave.slaveName is broken.@@ Anything she might have learned from this experience is lost in her empty mind. She will never question her place again.
-			<<set $activeSlave.fetish = "mindbroken">>
-		<<elseif $activeSlave.trust < -20>>
-			The look of pride and accomplishment on her face transforms into a look of crushing disappointment. She apologizes for wasting your time and, cognizant of the power you hold over her, promises never to do so again. @@.gold;$activeSlave.slaveName is now more fearful.@@ Though she never bothers you with her “ideas” again, @@.green;her sex skills have improved.@@ as a result of having the opportunity to at least pursue them.
-			<<set $activeSlave.trust -= 4>>
-			<<OralSkillIncrease $activeSlave>>
-			<<VaginalSkillIncrease $activeSlave>>
-			<<OralSkillIncrease $activeSlave>>
-			<<VaginalSkillIncrease $activeSlave>>
-		<<else>>
-			The look of pride and accomplishment on her face transforms into a look of disappointment. [@@.mediumorchid;$activeSlave.slaveName now trusts you less@@] as a result of your unkindness, but she soon gets over her disappointment and is demonstrating @@.green;her improved sexual skills@@ in her daily affairs. 
-			<<set $activeSlave.trust -= 4>>
-			<<OralSkillIncrease $activeSlave>>
-			<<VaginalSkillIncrease $activeSlave>>
-			<<OralSkillIncrease $activeSlave>>
-			<<VaginalSkillIncrease $activeSlave>>		
-		<</if>>
-	<</replace>>
-	<</link>>
-	<br><<link "Compliment her but keep her discoveries to yourself.">>
-		<<replace "#result2">>
-		You are impressed by her ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep her discoveries secret, so as to hoard all the enjoyment of them for yourself. <<EventNameLink $activeSlave>> doesn’t mind. She is simply happy to have pleased you. @@.green;Her sexual skills have improved as a result of her discoveries.@@ 
-		<<set $pregInventions = 1>>	
-		<<set $activeSlave.trust += 2>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>		
-		<</replace>>
-	<</link>>
-	<br><<link "Organize a televised demonstration of her skills. Spend more money (10k).">>
-	<<replace "#result2">>
-	You are so impressed by her ideas that you arrange to have her demonstrate her discoveries on a prominent FCTV talkshow. It will take some time, and you’ll have to insure that she’s at least reasonably well known in slave pornography before the show’s executives will agree to allow her on-air, but you’re certain that [Slave Name]’s name will soon be on the lips of slave owners and Free Cities citizens around the world. In the meantime, @@.green;you implement her ideas around the arcology. Her sexual skills have improved as a result.@@
-	<<set $cash -= 10000>>	
-	<<set $pregInventor1 = 2>>	
-	<<set $pregInventions = 1>>	
-	<<set $activeSlave.trust += 2>>
-	<<OralSkillIncrease $activeSlave>>
-	<<VaginalSkillIncrease $activeSlave>>
-	<<OralSkillIncrease $activeSlave>>
-	<<VaginalSkillIncrease $activeSlave>>
-	<<set $activeSlave.trust += 2>>
-	<</replace>>
-	<</link>>
-	</span>	
-	<</replace>>
-<</link>>
-<<if $spa != 0>>
-<br><<link "Enjoy a game of “jelly” wrestling in your new curative gelatin pool.">>
-	<<replace "#name">>
-	$activeSlave.slaveName
-	<</replace>>
-	<<replace "#result">>
-	Your slave asks you to meet her in your spa. Upon entering, you take a moment to enjoy the 
-	<<if $spaDecoration == "Paternalist">>
-		sight of the opulently appointed pools and the intellectually stimulating shows streaming from the many screens set on the walls of the room.
-	<<elseif $spaDecoration == "Repopulation Focus">>	
-		sight of all of the maternity aid devices scattered throughout the room. Whatever the nature of her invention, your slave’s toy is guaranteed to fit in well in these particular baths. 
-	<<elseif $spaDecoration == "Eugenics">>	
-		sight of the dualistic, caste based facilities.
-	<<elseif $spaDecoration == "Pastoralist">>	
-		faint smell of milk that wafts through the room with the steam and the sight of the many aid devices that your hypermassive slaves absolutely require to make use of the facilities.
-	<<elseif $spaDecoration == "Asset Expansionist">>	
-		sight of the aid equipment that your hypermassive slaves absolutely require to make use of the facilities.
-	<<elseif $spaDecoration == "Transformation Fetishist">>
-		sight of the various surgical recovery devices scattered throughout the room.
-	<<elseif $spaDecoration == "Physical Idealist">>
-		sight of the various light impact workout machines scattered throughout the room.
-	<<elseif $spaDecoration == "Hedonistic">>	
-		smell of the lavishly appointed cornucopias of food scattered around the facility’s many opulent pools.
-	<<elseif $spaDecoration == "Chattel Religionist">>	
-		sight of the ritual pools and the various icons of the faith scattered throughout the room.
-	<<elseif $spaDecoration == "Youth Preferentialist">>	
-		carnival atmosphere created by the waterpark theming of the facilities. 
-	<<elseif $spaDecoration == "Gender Radicalist">>
-		sight of the extreme penetration based pornography feeds streaming from the many screens set on the walls of the room.	
-	<<elseif $spaDecoration == "Gedner Fundamentalist">>
-		sight of the traditionalist pornographic feeds streaming from the many screens set on the walls of the room.	
-	<<elseif $spaDecoration == "Maturity Preferentialist">>	
-		sight of the many businesslike, beautifying devices and service stations scattered throughout the room.
-	<<elseif $spaDecoration == "Slimness Enthusiast">>
-		comfortable atmosphere of the facilities. 
-	<<elseif $spaDecoration == "Degradationist">>	
-		sight of the all-seeing cameras scattered throughout the room. You give a nod to one of the obvious ones, knowing there’s an audience watching.
-	<<elseif $spaDecoration == "Roman Revivalist">>	
-		sight of the sexual mosaics at the bottom of its spacious baths.
-	<<elseif $spaDecoration == "Aztec Revivalist">>	
-		sight of its golden idols and exotic animal trophies as well as the warm smell of tropical herbs.
-	<<elseif $spaDecoration == "Egyptian Revivalist">>	
-		heavy perfumed air pervading the room and the sight of its warm, reed lined pools.
-	<<elseif $spaDecoration == "Edo Revivalist">>	
-		steam rising up off of the stone-lined onsen pools.
-	<<elseif $spaDecoration == "Arabian Revivalist">>	
-		vibrant tilework and the smell of the heavy perfume in the steamy air.
-	<<elseif $spaDecoration == "Chinese Revivalist">>	
-		stultifying, gloomy atmosphere pervading the room.
-	<<elseif $spaDecoration == "Body Purist">>		
-		comfortable atmosphere of the facilities. 
-	<<else>>	
-		sight of its spacious baths and pleasant atmosphere.
-	<</if>>	
-	Your eyes then fall on what must be her invention: a new pool, set in a corner. It’s not olympic size, but it is quite large compared to most of your other pools--a large oval--and it is completely filled with a clear, gooey substance. Lounging in it, facing you and with her massive belly poking out just far enough for you to enjoy the sight of her bulging “outie” belly button, is your slave, wearing an attractive bikini that seems to be soaked through with whatever goo is filling the pool. She
-	<<if $activeSlave.amp == 0>>
-		waves at you and then gently rolls forward onto her astounding pregnancy,
-	<<else>>	
-		waves a stub at you and then pokes it at a holographic remote array hovering nearby. A mobility assistance device in the pool rolls her forward onto her astounding pregnancy, 
-	<</if>>	
-	<<if ($activeSlave.boobs >= 20000)>>
-		causing her insanely enormous tits to flop onto the tile at the pool’s edge with a loud “thwack.”
-	<<elseif ($activeSlave.boobs >= 3000)>>
-		resting her enormous breasts on the pool’s edge, causing them to push up into her chin as she looks up at you.
-	<<elseif ($activeSlave.boobsImplant > 250)>> 
-		resting her huge, implant-distended tits on the pool’s edge, causing them to push up into her chin as she looks up at you.
-	<<else>>
-		giving you a nice view of her cute tits.
-	<</if>>	
-	<br><br>	
-	<<if canTalk($activeSlave)>>	
-		“Hi, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>>,” she says. “//Oooooh…// you have no idea how good this feels. My aching belly is warmed all through--well? Why don’t you come in and I’ll explain things.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She motions to you in more formal greetings and then lets out an involuntary moan of pleasure, rubbing at the sides of her tremendous belly. She beckons you to enter the pool.
-		<<else>> 
-			She is limbless as well as mute, and so she can’t greet you more formally, but her pleasurable, incomprehensible moaning and the way she presses her stumps into her monstrously inflated, baby packed belly makes it clear to you that she’s happy to see you. You decide to get into the pool to try out your slave’s invention for yourself. 
-		<</if>>
-	<</if>>		
-	<br><br>	
-	You strip and put on one of the swimming outfits that are stored in the baths for your personal use, then slide yourself into the pool, squeezing in between its wall and your hyperswollen broodmother. The gel has a medicinal scent masked by lavender and is the perfect warmth to ease your muscles as you slide into it. Your skin tingles at its touch.
-	<br><br>
-	<<if canTalk($activeSlave)>>	
-		“It’s curative jelly,” your slave explains. “I’m so big, now, it takes most of the day to moisturize my poor belly, even with help. With this jelly pool, it only takes a few minutes. I’m sure this pool can help all sorts of slaves with big assets so that they can keep themselves looking pretty for their masters.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She motions to you, explaining in sign that the pool is filled with curative gel. It’s designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually. 
-		<<else>> 
-			Your personal assistant chimes in to explain that the pool is filled with curative gel. It’s designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually. 
-		<</if>>
-	<</if>>	
-	<br><br>
-	<<if $activeSlave.amp == 0>>
-		She presses a few buttons on a holographic remote array
-	<<else>> 
-		She presses a few buttons on a holographic remote array
-	<</if>>
-	and a series of silk-lined spherical rollers at the base of the pool come to life, humming as they spin her laden body around. She pushes into your chest, rotating forward so that her
-	<<if ($activeSlave.boobs >= 20000)>>
-		colossal breasts spread out around you, completely surrounding your head. With some effort, you part her heavy cleavage enough to be able to continue listening to her without being smothered.
-	<<elseif ($activeSlave.boobs >= 3000)>>
-		massive chest fills the space between you, blocking your view of her face. You spread her cleavage enough to be able to continue listening to her.
-	<<elseif ($activeSlave.boobsImplant > 250)>> 
-		fat, implanted tits fill the space between you, blocking your view of her face. With some effort, you spread her tightly packed, spherical cleavage enough to be able to continue listening to her. 
-	<<else>>
-		spherical belly pushes into your crotch. 
-	<</if>>
-	<<if $activeSlave.amp == 0>>
-		She then reaches out and, after you nod that she can continue, she caresses your face.
-	<<else>> 
-		She then reaches out to caress your face, but blushes and stops the motion as she remembers that she is physically unequipped to do so. 
-	<</if>>	
-	Her weight falls onto you and pushes you into the cushioned wall of the pool. The wall gives beneath your combined bulk, swelling down and outward to accommodate and support you. 
-	<br><br>
-	<<if !canTalk($activeSlave)>>	
-		“Do you like it, [your name]?” she asks. “It’s built to grow and change as your slaves do. It should be the perfect size to support them, no matter what that size might be. And if we ever get too big for even that, well…” she smiles and you realize that, between the feeling of her heavy, slick mass pressing into you and the rejuvenating effect of the gel,
-		<<if $PC.dick == 1>>  
-			you’re hard as a rock and
-		<<else>>	
-			your pussy is absolutely weeping and you are
-		<</if>>	
-	as refreshed and eager to fuck as you’ve been in quite some time. “We can always just make it… bigger.”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She motions to you, explaining that the pool is designed to grow to accommodate and support its users, then smiles. You realize that, between the feeling of her heavy, slick mass pressing into you and the rejuvenating effect of the gel, 
-			<<if $PC.dick == 1>>  
-				you’re hard as a rock and
-			<<else>>	
-				your pussy is absolutely weeping and you are
-			<</if>>	
-			as refreshed and eager to fuck as you’ve been in quite a while.
-		<<elseif $activeSlave.amp == 1>> 
-			Your personal assistant explains that the pool has been designed to grow to accommodate and support its users. You’re only half-listening to what she is saying, however, as you have suddenly realized that, between the feeling of your slave’s heavy, slick mass pressing into you and the rejuvenating effect of the gel, 
-			<<if $PC.dick == 1>>  
-				you’re hard as a rock and
-			<<else>>	
-				your pussy is absolutely weeping and you are
-			<</if>>	
-			as refreshed and eager to fuck as you’ve been in quite a while.
-		<</if>>
-	<</if>>	
-	Your arousal gives you an idea, and you push back on your hyperbroodmother’s colossal belly. She steps away from you until she is in the center of the pool, a look of confusion on her face. You take control of the remote and then manipulate the reticulating frame supporting the pool such that it lifts the floor, slowly rendering both you and your colossal-bellied breeder knee deep in the warm gel. You hunker down into an aggressive, combative stance and
-	<<if $activeSlave.origEye == "implant">>
-		her synthetic eyes flash white for a moment as a look of understanding dawns on her face.
-	<<else>>
-		a look of understanding lights up in her eyes.
-	<</if>>	
-	<<if !canTalk($activeSlave)>>	
-		“Oh no,” she says in mock dismay. “My <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> is going to wrestle me into submission in this hot, heavy goo pool. Whatever will I do?”
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			She waves her arms in mock dismay as you prepare to wrestle her in the pool of goop.
-		<<else>> 
-			She waves her stubs in mock dismay as you prepare to wrestle her in the pool of goop.
-		<</if>>
-	<</if>>		
-	You circle around her, slowly approaching her, and she uses the pool’s mobility assistance tools to rotate her body so that she can just barely keep you in her gaze, drizzling gel over her belly as she keeps it between you and her to use as a protective barrier. When you’re close enough to touch the apex of her fecund body, you leap forward through the gel, diving to one side and disappearing under it. Your momentum carries you a reasonable distance despite the resistance of the thick substance and you pop back up directly behind her. You grab her under her armpits, pressing your
-	<<if $PC.dick == 1>>  
-		rigid dick against her
-	<<else>>	
-		engorged pussy lips against her
-	<</if>>
-   <<if $activeSlave.butt > 7>>
-		enormous, gel-slicked ass,
-	<<elseif $activeSlave.butt > 4>>	
-		plush, gel-slicked ass,
-	<<elseif $activeSlave.butt > 2>>
-		perfect, gel-slicked ass,
-	<<elseif $activeSlave.buttImplant == 1>>		
-		implant-filled, gel-slicked ass,
-	<<else>>
-		small, gel-slicked ass,
-	<</if>>	
-	and throw your weight backward to bring you both to the ground. She’s far too enormous to make this achievement doable with anything less than superhuman strength, but the mobility assistance devices engage as you move, and the two of you slowly collapse into the warm jelly. After you’ve fucked her near senseless, enjoying her struggles to keep abreast of the smothering gel as you abuse her pussy, you both retire to the side of the pool and she presses into you, nuzzling your neck and
-	<<if canTalk($activeSlave)>>	
-		asking you what you think of her invention.
-	<<else>>
-		<<if $activeSlave.amp == 0>>
-			motioning to you, asking you what you think of her invention.
-		<<else>> 
-			waving a stub in the air. As if on cue, your personal servant asks you what you think of your hyperbroodmother’s invention.
-		<</if>>
-	<</if>>		
-	<<set $cash -= 2000>>
-	<<set $activeSlave.devotion += 5>>
-	<br><br><span id="result2">
-		<br><<link "Insult her and halt all further training.">>
-		<<replace "#result2">>
-		As much as her antics amused you, it's clear that <<EventNameLink $activeSlave>> wasted your money. You calmly explain to her that the next time she has a “brilliant” idea, she should keep it to herself, then arrange to have her “discoveries” disposed of. 
-		<<if $activeSlave.trust < -95>>
-			The look of pride and accomplishment on her face transforms into a look of crushing disappointment. You slap her on the ass and then have your menials escort her back to her duties. The next time you see her, the spark of life and vitality that drove her has been fully extinguished. @@.red;$activeSlave.slaveName is broken.@@ Anything she might have learned from this experience is lost in her empty mind. She will never question her place again.
-			<<set $activeSlave.fetish = "mindbroken">>
-		<<elseif $activeSlave.trust < -20>>
-			The look of pride and accomplishment on her face transforms into a look of crushing disappointment. She apologizes for wasting your time and, cognizant of the power you hold over her, promises never to do so again. @@.gold;$activeSlave.slaveName is now more fearful.@@ Though she never bothers you with her “ideas” again, @@.green;her sex skills have improved.@@ as a result of having the opportunity to at least pursue them.
-			<<set $activeSlave.trust -= 4>>
-			<<OralSkillIncrease $activeSlave>>
-			<<VaginalSkillIncrease $activeSlave>>
-			<<OralSkillIncrease $activeSlave>>
-			<<VaginalSkillIncrease $activeSlave>>
-		<<else>>
-			The look of pride and accomplishment on her face transforms into a look of disappointment. [@@.mediumorchid;$activeSlave.slaveName now trusts you less@@] as a result of your unkindness, but she soon gets over her disappointment and is demonstrating @@.green;her improved sexual skills@@ in her daily affairs. 
-			<<set $activeSlave.trust -= 4>>
-			<<OralSkillIncrease $activeSlave>>
-			<<VaginalSkillIncrease $activeSlave>>
-			<<OralSkillIncrease $activeSlave>>
-			<<VaginalSkillIncrease $activeSlave>>		
-		<</if>>
-		<</replace>>
-		<</link>>
-		<br><<link "Compliment her but keep her discoveries to yourself.">>
-		<<replace "#result2">>
-		You are impressed by her ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep her discoveries secret, so as to hoard all the enjoyment of them for yourself. <<EventNameLink $activeSlave>> doesn’t mind. She is simply happy to have pleased you. @@.green;Her sexual skills have improved as a result of her discoveries.@@ 
-		<<set $pregInventions = 1>>	
-		<<set $activeSlave.trust += 2>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>		
-		<</replace>>
-		<</link>>
-		<br><<link "Organize a televised demonstration of her skills. Spend more money (10k).">>
-		<<replace "#result2">>
-		You are so impressed by her ideas that you arrange to have her demonstrate her discoveries on a prominent FCTV talkshow. It will take some time, and you’ll have to insure that she’s at least reasonably well known in slave pornography before the show’s executives will agree to allow her on-air, but you’re certain that [Slave Name]’s name will soon be on the lips of slave owners and Free Cities citizens around the world. In the meantime, @@.green;you implement her ideas around the arcology. Her sexual skills have improved as a result.@@
-		<<set $cash -= 10000>>	
-		<<set $pregInventor1 = 2>>	
-		<<set $pregInventions = 1>>	
-		<<set $activeSlave.trust += 2>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>
-		<<OralSkillIncrease $activeSlave>>
-		<<VaginalSkillIncrease $activeSlave>>
-		<<set $activeSlave.trust += 2>>
-		<</replace>>
-		<</link>>
-	</span>	
-	<</replace>>
-<</link>>
-	<<else>>
-	<</if>>
-</span>
\ No newline at end of file
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index e18132eef91..60d1ed4d581 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -260,9 +260,7 @@ With $his back arched and $his thighs together $his <<if $activeSlave.butt > 5>>
 
 <<case "sore shoulders">>
 
-<<EventNameLink $activeSlave>> comes before you for a routine inspection. The <<if $activeSlave.muscles > 95>>heavily muscled<<elseif $activeSlave.muscles > 30>>ripped<<else>>toned<</if>><<if $activeSlave.preg > 30>> and heavily pregnant<<elseif $activeSlave.preg > 20>>pregnant<</if>>
-$desc
-is looking good, but as $he raises $his arms over $his head to spin $his nude torso under your gaze, $he winces slightly. <<if canSee($activeSlave)>>$His $activeSlave.eyeColor eyes flick up to see if you noticed, and $his face falls a little when $he sees that you did. You raise one eyebrow, and the obedient slave explains $himself<<elseif canHear($activeSlave)>>$His ears perk up to hear if you noticed. You clear your throat, startling $him and making $him explain $himself<<else>>$He tries to affect a stoic expression, but when you tentatively touch one of $his shoulders, $he grimaces slightly and quickly opts to explain $himself<</if>>.
+<<EventNameLink $activeSlave>> comes before you for a routine inspection. The <<if $activeSlave.muscles > 95>>heavily muscled<<elseif $activeSlave.muscles > 30>>ripped<<else>>toned<</if>><<if $activeSlave.preg > 30>> and heavily pregnant<<elseif $activeSlave.preg > 20>>pregnant<</if>> $desc is looking good, but as $he raises $his arms over $his head to spin $his nude torso under your gaze, $he winces slightly. <<if canSee($activeSlave)>>$His $activeSlave.eyeColor eyes flick up to see if you noticed, and $his face falls a little when $he sees that you did. You raise one eyebrow, and the obedient slave explains $himself<<elseif canHear($activeSlave)>>$His ears perk up to hear if you noticed. You clear your throat, startling $him and making $him explain $himself<<else>>$He tries to affect a stoic expression, but when you tentatively touch one of $his shoulders, $he grimaces slightly and quickly opts to explain $himself<</if>>.
 <<if !canTalk($activeSlave)>>
 	$He uses gestures to beg your pardon, and explains that yesterday was arm day for $him, and $he went out a little hard. $His shoulders are a little sore, but $he gestures that $he's all right.
 <<else>>
@@ -11282,18 +11280,18 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<set $activeSlave.trust -= 10, $activeSlave.health -= 10, $activeSlave.publicCount += 30>>
 	<<if canDoVaginal($activeSlave)>>
 		<<if canDoAnal($activeSlave)>>
-			<<set $activeSlave.vaginalCount += 10, $vaginalTotal += 10, $activeSlave.analCount += 10, $analTotal += 10, $activeSlave.oralTotal += 10, $oralTotal += 10>>
+			<<set $activeSlave.vaginalCount += 10, $vaginalTotal += 10, $activeSlave.analCount += 10, $analTotal += 10, $activeSlave.oralCount += 10, $oralTotal += 10>>
 			<<if canGetPregnant($activeSlave) && $activeSlave.eggType == "human">>
 				<<= knockMeUp($activeSlave, 10, 2, -2)>>
 			<</if>>
 		<<else>>
-			<<set $activeSlave.vaginalCount += 20, $vaginalTotal += 20, $activeSlave.oralTotal += 10, $oralTotal += 10>>
+			<<set $activeSlave.vaginalCount += 20, $vaginalTotal += 20, $activeSlave.oralCount += 10, $oralTotal += 10>>
 			<<if canGetPregnant($activeSlave) && $activeSlave.eggType == "human">>
 				<<= knockMeUp($activeSlave, 25, 0, -2)>>
 			<</if>>
 		<</if>>
 	<<else>>
-		<<set $activeSlave.analCount += 20, $analTotal += 20, $activeSlave.oralTotal += 10, $oralTotal += 10>>
+		<<set $activeSlave.analCount += 20, $analTotal += 20, $activeSlave.oralCount += 10, $oralTotal += 10>>
 		<<if canGetPregnant($activeSlave) && $activeSlave.eggType == "human">>
 			<<= knockMeUp($activeSlave, 20, 1, -2)>>
 		<</if>>
@@ -11317,7 +11315,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<set $activeSlave.trust -= 5, $activeSlave.publicCount += 18>>
 	<<if canDoVaginal($activeSlave)>>
 		<<if canDoAnal($activeSlave)>>
-			<<set $activeSlave.vaginalCount += 6, $vaginalTotal += 6, $activeSlave.analCount += 6, $analTotal += 6, $activeSlave.oralTotal += 6, $oralTotal += 6>>
+			<<set $activeSlave.vaginalCount += 6, $vaginalTotal += 6, $activeSlave.analCount += 6, $analTotal += 6, $activeSlave.oralCount += 6, $oralTotal += 6>>
 			<<if canImpreg($activeSlave, $PC)>>
 				<<= knockMeUp($activeSlave, 5, 2, -1)>>
 			<</if>>
@@ -11325,7 +11323,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 				<<= knockMeUp($activeSlave, 10, 2, -2)>>
 			<</if>>
 		<<else>>
-			<<set $activeSlave.vaginalCount += 9, $vaginalTotal += 9, $activeSlave.oralTotal += 9, $oralTotal += 9>>
+			<<set $activeSlave.vaginalCount += 9, $vaginalTotal += 9, $activeSlave.oralCount += 9, $oralTotal += 9>>
 			<<if canImpreg($activeSlave, $PC)>>
 				<<= knockMeUp($activeSlave, 10, 0, -1)>>
 			<</if>>
@@ -11334,7 +11332,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 			<</if>>
 		<</if>>
 	<<else>>
-		<<set $activeSlave.analCount += 9, $analTotal += 9, $activeSlave.oralTotal += 9, $oralTotal += 9>>
+		<<set $activeSlave.analCount += 9, $analTotal += 9, $activeSlave.oralCount += 9, $oralTotal += 9>>
 		<<if canImpreg($activeSlave, $PC)>>
 			<<= knockMeUp($activeSlave, 5, 1, -1)>>
 		<</if>>
@@ -17351,7 +17349,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	You have $assistantName inform $activeSlave.slaveName of her unacceptable behavior and sentence $him to a day in $arcadeName. $He cries and pleads for mercy, and even begs to be allowed to suck a cock, any cock, so $he can prove her newfound enthusiasm for cum, but you are unmerciful as two other slaves drag her off to serve her sentence. $He is forced to wear a<<if $activeSlave.vagina != -1>> combined vaginal and<<else>>n<</if>> anal chastity belt so that the only hole available is $his mouth, and is then confined in $arcadeName with $his mouth spread open by a ring gag and her head sticking through the hole in the wall. A sign below $his mouth proclaims $him to be a "cum extraction tube" and $he is used that way for the duration of her stay--a grueling, 18-hour marathon of relentless throat fucking. <<if $activeSlave.sexualFlaw != "hates oral">>$His ordeal is so extreme that $he now @@.red;hates oral sex@@<<else>>$His hatred of oral sex makes her ordeal that much more horrific<</if>>, but it @@.hotpink;breaks down her resistance@@. $He now @@.gold;better understands the terrifying power you have over her@@, and the sheer amount of cum $he is forced to ingest @@.red;negatively effects $his health@@. Your other cum-fed slaves take note of what you do to girls who can't hold down their assigned diet.
-	<<set $activeSlave.devotion += 5, $activeSlave.trust -= 5, $activeSlave.health -= 5, $activeSlave.oralCount += 55, $activeSlave.publicCount += 55, $activeSlave.oralTotal += 55, $activeSlave.sexualFlaw = "hates oral", $activeSlave.fetish = "masochist">>
+	<<set $activeSlave.devotion += 5, $activeSlave.trust -= 5, $activeSlave.health -= 5, $activeSlave.oralCount += 55, $activeSlave.publicCount += 55, $oralTotal += 55, $activeSlave.sexualFlaw = "hates oral", $activeSlave.fetish = "masochist">>
 	<</replace>>
 <</link>>
 <</if>>
@@ -19538,7 +19536,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 		You inform $activeSlave.slaveName that short girls like her are delightfully amusing when immured in the arcade. Magnanimous as you are, you have two other slaves drag her off to be installed in the arcade for a day, so that $he too may see the humor in having short girls serve in the arcade. Though $arcadeName has arcade pens to match any height of slave, you have $activeSlave.slaveName confined in a pen built for a much taller slave. Although her head and neck protrude from one side of the pen without issue, $he is too short for $his ass to fill the other opening. As a result, $he must use the tips of $his toes maintain an unsteady grip on the rear opening, forcing $him to maintain an extremely taxing stretch just to keep $his body held aloft within the pen. Customers are unable to fuck $his holes but readily delight in watching her squirm to keep $his body extended and horizontal, even with hard cocks brutally fucking $his face. Somewhere in the grueling, 18-hour marathon of relentless throat fucking, her precarious position slips and her lower half tumbles into the interior of the pen proper. Until an attendant rescues $him, her neck is held crooked at an unnatural angle by her restraints, as the rest of $his body dangles beneath it. $His ordeal forces $him to accept that a short $girl's place is as an @@.hotpink;amusing arcade hole@@, though $he can't find the humor@@.gold;in such a terrible plight@@. Furthermore, her intense exertions during her stay @@.red;negatively effects $his health@@. Your other slaves take note of what you do to short girls who ask questions about their place in your penthouse.
-		<<set $activeSlave.devotion += 5, $activeSlave.trust -= 5, $activeSlave.health -= 5, $activeSlave.oralCount += 55, $activeSlave.oralTotal += 55>>
+		<<set $activeSlave.devotion += 5, $activeSlave.trust -= 5, $activeSlave.health -= 5, $activeSlave.oralCount += 55, $oralTotal += 55>>
 		<<set $activeSlave.publicCount += 55>>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw
index 94eea1658a5..d2866551914 100644
--- a/src/uncategorized/randomNonindividualEvent.tw
+++ b/src/uncategorized/randomNonindividualEvent.tw
@@ -87,34 +87,41 @@
 	<</if>>
 
 	/* Hyperpreg Inventor Events; 1 = event 1 funding chosen; 2 = event 2 funding chosen;*/
-<<if $seePreg != 0 && $seeHyperPreg != 0>>
-	<<if $pregInventor1 == 0>>
-		<<if $eventSlave.broodmother == 2 && $eventSlave.broodmotherOnHold != 1>>
-			<<if ($eventSlave.bellyPreg >= 300000)>>
-				<<set $events.push("RE preg inventor intro")>>
-				<<set $seed = 1>>
+	/*
+	<<if $seePreg != 0 && $seeHyperPreg != 0>>
+		<<if $pregInventor == 0>>
+			<<if $eventSlave.bellyPreg >= 600000 && $eventSlave.birthsTotal > 30 && $eventSlave.ovaries == 1 && canDoVaginal($eventSlave) && canSee($eventSlave)>>
+				<<if $eventSlave.fetish != "mindbroken" && $eventSlave.fuckdoll == 0>>
+					<<if ($eventSlave.devotion > 90 && $eventSlave.trust > 50) || $activeSlave.sexualFlaw == "breeder">>
+						<<if $eventSlave.intelligence+$eventSlave.intelligenceImplant > 50>>
+							<<set $events.push("RE preg inventor")>>
+						<</if>>
+					<</if>>
+				<</if>>
 			<</if>>
-		<</if>>
-	<</if>>
-	<<if $pregInventor1 == 1 && $eventSlave.ID == $pregInventorID>>
-		<<if $eventSlave.broodmother == 2 && $eventSlave.broodmotherOnHold != 1>>
-			<<if ($eventSlave.bellyPreg >= 300000)>>
-				<<set $events.push("RE preg inventor middle")>>
-				<<set $seed = 1>>
+		<<elseif $pregInventor == 1 && $eventSlave.ID == $pregInventorID>>
+			<<if ($eventSlave.bellyPreg >= 600000)>>
+				<<if $eventSlave.fetish != "mindbroken" && $eventSlave.fuckdoll == 0>>
+					<<if ($eventSlave.devotion > 50)
+						<<set $events.push("RE preg inventor")>>
+					<</if>>
+				<</if>>
 			<</if>>
-		<</if>>
-	<</if>>
-	<<if $pregInventor1 == 2 && $eventSlave.ID == $pregInventorID>>
-		<<if $eventSlave.broodmother == 2 && $eventSlave.broodmotherOnHold != 1>>
-			<<if $eventSlave.pornPrestige >= 1>>
-				<<if ($eventSlave.bellyPreg >= 300000)>>
-					<<set $events.push("RE preg inventor finale")>>
-					<<set $seed = 1>>
+		<<elseif $pregInventor == 2 && $pregInventions = 1 && $eventSlave.ID == $pregInventorID>>
+			<<if $FCTVreceiver == 1>>
+				<<if ($eventSlave.bellyPreg >= 1000000)>>
+					<<if $eventSlave.fetish != "mindbroken" && $eventSlave.fuckdoll == 0>>
+						<<if ($eventSlave.devotion > 50)
+							<<if $eventSlave.pornPrestige >= 1 || $eventSlave.prestige >= 1>>
+								<<set $events.push("RE preg inventor")>>
+							<</if>>
+						<</if>>
+					<</if>>
 				<</if>>
 			<</if>>
 		<</if>>
 	<</if>>
-<</if>>
+	*/
 
 	/* Relationship Events */
 
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index 9ee7af441ff..38a01453675 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -882,7 +882,7 @@ This call is coming from a public kiosk, which is usually an indication that the
 
 <br><br>
 
-//Enslaving her will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to her. Less costs, this will bring in  <<print cashFormat($slaveCost)>>.<<if $minimumSlaveAge <= 3>> As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and her eldest child, the rest will be sent to the slave orphanages, but you can't tell its gender from the call. She should be a good value, though.<</if>>//
+//Enslaving her will cost <<print cashFormat($contractCost)>>.<<if $minimumSlaveAge <= 3>> Alternatively, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and her eldest child, the rest will be sent to the slave orphanages, but you can't tell its gender from the call. She should be a good value, though.<</if>>//
 
 <<default>>
 	<br>ERROR: bad recETS event $RecETSevent
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 832936159ed..bca5d867f87 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -130,7 +130,7 @@ $His $activeSlave.faceShape face is
 		<</if>>
 	<<elseif $activeSlave.eyes == 1>>
 		eyes and good vision.
-		<<if ($seeExtreme == 1) && ($activeSlave.origEye != "implant")>>
+		<<if ($seeExtreme == 1) && ($activeSlave.origEye != "implant") && $activeSlave.indentureRestrictions < 1>>
 			[[Blur vision|Surgery Degradation][$activeSlave.eyes = -1, $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "eyeBlur"]]
 		<</if>>
 	<</if>>	
@@ -171,7 +171,7 @@ $His $activeSlave.faceShape face is
 		<</if>>
 	<<elseif $activeSlave.hears == 0>>
 		ears and good hearing.
-		<<if ($seeExtreme == 1) && ($activeSlave.earImplant != 1)>>
+		<<if ($seeExtreme == 1) && ($activeSlave.earImplant != 1) && $activeSlave.indentureRestrictions < 1>>
 			[[Muffle hearing|Surgery Degradation][$activeSlave.hears = -1, $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "earMuffle"]]
 		<</if>>
 	<</if>>	
diff --git a/src/uncategorized/saGetMilked.tw b/src/uncategorized/saGetMilked.tw
index f4d4b21184d..cfd641ca88b 100644
--- a/src/uncategorized/saGetMilked.tw
+++ b/src/uncategorized/saGetMilked.tw
@@ -471,6 +471,7 @@ gets milked this week.
 	<<set _vignette = GetVignette($slaves[$i])>>
 	__This week__ _vignette.text
 	<<if (_vignette.type == "cash")>>
+		<<set FResult($slaves[$i])>>
 		<<if (_vignette.effect > 0)>>
 			@@.yellowgreen;making you an extra <<print cashFormat(Math.trunc($FResult*_vignette.effect))>>.@@
 		<<elseif (_vignette.effect < 0)>>
@@ -479,7 +480,7 @@ gets milked this week.
 			an incident without lasting effect.
 		<</if>>
 		<<set $cash += Math.trunc($FResult*_vignette.effect)>>
-	<<set _incomeStats.income += Math.trunc($FResult*_vignette.effect)>>
+		<<set _incomeStats.income += Math.trunc($FResult*_vignette.effect)>>
 	<<elseif (_vignette.type == "devotion")>>
 		<<if (_vignette.effect > 0)>>
 			<<if $slaves[$i].devotion > 50>>
@@ -536,6 +537,7 @@ gets milked this week.
 		<</if>>
 		<<set $slaves[$i].health += 2*_vignette.effect>>
 	<<else>>
+		<<set FResult($slaves[$i])>>
 		<<if (_vignette.effect > 0)>>
 			@@.green;gaining you a bit of reputation.@@
 		<<elseif (_vignette.effect < 0)>>
@@ -544,7 +546,7 @@ gets milked this week.
 			an incident without lasting effect.
 		<</if>>
 		<<set $rep += Math.trunc($FResult*_vignette.effect*0.1)>>
-	<<set _incomeStats.rep += Math.trunc($FResult*_vignette.effect*0.1)>>
+		<<set _incomeStats.rep += Math.trunc($FResult*_vignette.effect*0.1)>>
 	<</if>>
 
 <</if>>
-- 
GitLab