diff --git a/src/pregmod/breederProposal.tw b/src/pregmod/breederProposal.tw
index 9b60469204782b29057626bd5fb43443cefec010..8c985d2acbd7ab6da942c98f29e51039b2c50081 100644
--- a/src/pregmod/breederProposal.tw
+++ b/src/pregmod/breederProposal.tw
@@ -1,6 +1,6 @@
 :: Breeder Proposal [nobr]
 
-<<set $nextButton = " ", $nextLink = "Main">>
+<<set $nextButton = "Continue", $nextLink = "Main", $propOutcome = -1>>
 
 You draft a proposal to the Societal Elite proposing the use of specially tested slaves as breeding stock. If they can pass the tests required to join the societal elite; even as slaves, their bodies can prove valuable to furthering eugenics. They will gain no additional rights, but their wombs will be used to birth elite children; helping stave off potential threats of inbreeding and adding possible missed beneficial traits into the Elite's gene pool.
 <br><br>
@@ -12,64 +12,57 @@ Within the hour, you are called before The Societal Elite.
 	<br><<link "Agree to being used as a breeder and save face">>
 	<<replace "#result">>
 		"Good choice girl. A selection of men will be provided to you, take your pick and bear our children."
-		<<set $playerBred = 1, $propOutcome = -1, $arcologies[0].FSRestartResearch = 1>>
-		<<set $nextButton = "Continue">>
+		<<set $playerBred = 1, $propOutcome = 1>>
 	<</replace>>
 	<</link>>
 	<br><<link "Decline being used as a breeder and face the Societal Elites' wrath">>
 	<<replace "#result">>
 		"You'll regret this decision. We'll have our way one way or another."
-		<<set $failedElite += 275, set $propOutcome to -1>>
-		<<set $nextButton = "Continue">>
+		<<set $failedElite += 275, $propOutcome = -1>>
 	<</replace>>
 	<</link>>
 	</span>
 <<else>>
 	<<if $PC.dick == 1 && $PC.vagina == 1 && $failedElite > 50>>
 		"We have read your proposal and propose the following: You are not well liked among us, and your medical records show you are quite capable of carrying a child. If you will carry our children, we will grant your proposal, otherwise, leave and never ask us this again."
-	<span id="result">
-	<br><<link "Agree to being used as a breeder to complete the deal">>
-	<<replace "#result">>
-		"Your contributions will be appreciated. We shall convene to decide the qualifications for a slave to become a breeder. We will inform you of them when we send the list of eligible males to breed you."
-		<<set $failedElite -= 50, $playerBred = 1, $propOutcome = 1>>
-		<<set $nextButton = "Continue">>
-		<<InitStandards>>
-	<</replace>>
-	<</link>>
-	<br><<link "Decline being used as a breeder and withdraw your proposal">>
-	<<replace "#result">>
-		"Very well, if your masculinity is more valuable to you than your proposal, then so be it."
-		<<set $propOutcome to -1>>
-		<<set $nextButton = "Continue">>
-	<</replace>>
-	<</link>>
-	</span>
+		<span id="result">
+		<br><<link "Agree to being used as a breeder to complete the deal">>
+		<<replace "#result">>
+			"Your contributions will be appreciated. We shall convene to decide the qualifications for a slave to become a breeder. We will inform you of them when we send the list of eligible males to breed you."
+			<<set $failedElite -= 50, $playerBred = 1, $propOutcome = 1>>
+			<<InitStandards>>
+		<</replace>>
+		<</link>>
+		<br><<link "Decline being used as a breeder and withdraw your proposal">>
+		<<replace "#result">>
+			"Very well, if your masculinity is more valuable to you than your proposal, then so be it."
+			<<set $propOutcome to -1>>
+		<</replace>>
+		<</link>>
+		</span>
 	<<elseif $PC.dick == 1 && $PC.vagina == 1>>
 		"We have read your proposal and agree. However, we shall set the standards for what shall qualify as breeding stock, not you. Our standards will be delivered to you shortly.
 		<br><br>
 		Your medical records say you have working female sex organs, and we respect your choice to not use them. But have you considered carrying another member's child? It will be extremely lucrative for you and go a long way to furthering our objectives."
-	<span id="result">
-	<br><<link "Agree to being used as a breeder">>
-	<<replace "#result">>
-		"Your contributions will be appreciated. We shall convene to decide the qualifications for a slave to become a breeder. We will inform you of them when we send the list of eligible males to breed you."
-		<<set $playerBred = 1, $propOutcome = 1>>
-		<<set $nextButton = "Continue">>
-		<<InitStandards>>
-	<</replace>>
-	<</link>>
-	<br><<link "Decline being used as a breeder">>
-	<<replace "#result">>
-		"Very well, if you wish to waste your gift, it is your prerogative.  We shall convene to decide the qualifications for a slave to become a breeder and inform you upon completion."
-		<<set $propOutcome = 1>>
-		<<set $nextButton = "Continue">>
-		<<InitStandards>>
-	<</replace>>
-	<</link>>
-	</span>
+		<span id="result">
+		<br><<link "Agree to being used as a breeder">>
+		<<replace "#result">>
+			"Your contributions will be appreciated. We shall convene to decide the qualifications for a slave to become a breeder. We will inform you of them when we send the list of eligible males to breed you."
+			<<set $playerBred = 1, $propOutcome = 1>>
+			<<InitStandards>>
+		<</replace>>
+		<</link>>
+		<br><<link "Decline being used as a breeder">>
+		<<replace "#result">>
+			"Very well, if you wish to waste your gift, it is your prerogative.  We shall convene to decide the qualifications for a slave to become a breeder and inform you upon completion."
+			<<set $propOutcome = 1>>
+			<<InitStandards>>
+		<</replace>>
+		<</link>>
+		</span>
 	<<else>>
 		"We have read your proposal and agree. However, we shall set the standards for what shall qualify as breeding stock, not you. Our standards will be delivered to you shortly."
 		<<set $propOutcome = 1>>
-		<<set $nextButton = "Continue">>
 		<<InitStandards>>
 	<</if>>
 <</if>>
diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw
index f97af3cb6b5268eb97a902b36b3d4e8fcfb39405..3e6a2402278002826358ae877f35a7779196c2d2 100644
--- a/src/pregmod/fSlaveSlaveDickConsummate.tw
+++ b/src/pregmod/fSlaveSlaveDickConsummate.tw
@@ -135,7 +135,7 @@ Next, you see to $slaverapistx.slaveName.
 	<<set  $slaverapistx.devotion += 4>>
 	<<set  $slaverapistx.fetishStrength += 1>>	
 	
-<<elseif  $slaverapistx.devotion > 20) && ($activeSlave.vagina == 0) >>
+<<elseif ($slaverapistx.devotion > 20) && ($activeSlave.vagina == 0) >>
 	She accepts your orders without comment and lowers her virgin pussy on $slaverapistx.slaveName's ready dick. She gasps in shock when she feels her hot seed. @@.hotpink;She is broken to slavery@@ by this application of her body, which naturally @@.lime;will break in her pussy.@@
 	<<set $activeSlave.vagina = 1>>
 	<<set  $activeSlave.devotion += 10>>
diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index ca4c7604bde7b3d9e7b4fa357f56067dcb561524..8ede9d141f79c6e76a99494df27f6f03a1bfa432 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -35,8 +35,8 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $
 	<<if $slaves[_u].assignment == "work in the dairy" && $dairyPregSetting > 0>>
 	<<else>>
 		<br><<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage()]]">> is $slaves[_u].preg weeks pregnant with
-		<<if $slaves[_u].pregSource == -1>>your
-		<<elseif $slaves[_u].pregSource == 0>>someone's
+		<<if $slaves[_u].pregSource == 0 || $slaves[_u].preg <= 5>>someone's<<if $slaves[_u].preg <= 5>>, though it is too early to tell who's,<</if>>
+		<<elseif $slaves[_u].pregSource == -1>>your
 		<<elseif $slaves[_u].pregSource == -2>>a citizen's
 		<<else>>
 			<<for _t = 0; _t < _SL; _t++>>
diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw
index 94e5750721994fcf9e0fe4ddd0b73e5e5030579a..609ba2af7c62c4434ccc41ef9d93e474f4409bc7 100644
--- a/src/uncategorized/personalAssistantAppearance.tw
+++ b/src/uncategorized/personalAssistantAppearance.tw
@@ -1,7 +1,8 @@
 :: Personal Assistant Appearance [nobr]
 
 <<set $seed = random(1,8)>>
-<<if $assistantAppearance == "monstergirl">>
+<<switch $assistantAppearance>>
+<<case "monstergirl">>
 She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>monstergirl with <<if $arcologies[0].FSSupremacist != "unset">><<if $arcologies[0].FSSupremacistRace is "black">><<print either("black", "brown", "light brown")>><<elseif $arcologies[0].FSSupremacistRace is "white">><<print either("pale", "tanned", "fair")>><<elseif $arcologies[0].FSSupremacistRace is "latina">><<print either("olive", "brown", "light brown")>><<elseif $arcologies[0].FSSupremacistRace is "indo-aryan" or $arcologies[0].FSSupremacistRace is "malay" or $arcologies[0].FSSupremacistRace is "pacific islander" or $arcologies[0].FSSupremacistRace is "amerindian">><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace is "asian">><<print either("pale", "dark", "light")>><<elseif $arcologies[0].FSSupremacistRace is "middle eastern" or $arcologies[0].FSSupremacistRace is "semitic" or $arcologies[0].FSSupremacistRace is "southern European">><<print either("pale", "dark", "light")>><</if>><<else>>pale<</if>> skin, perky breasts, green tentacles instead of hair, and two dicks. Her eyes are large, expressive, and surprisingly innocent.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -74,7 +75,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's sitting crosslegged, looking up at you and waiting for instructions. In the meantime, she's masturbating gently, a dickhead in each hand, while her hair writhes against itself.
 <</if>>
 
-<<elseif $assistantAppearance == "shemale">>
+<<case "shemale">>
 She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>bimbo shemale with blonde hair, <<if $arcologies[0].FSSupremacist != "unset">><<if $arcologies[0].FSSupremacistRace is "black">><<print either("black", "brown", "light brown")>><<elseif $arcologies[0].FSSupremacistRace is "white">><<print either("tanned", "fair")>><<elseif $arcologies[0].FSSupremacistRace is "latina">><<print either("olive", "brown", "light brown")>><<elseif $arcologies[0].FSSupremacistRace is "indo-aryan" or $arcologies[0].FSSupremacistRace is "malay" or $arcologies[0].FSSupremacistRace is "pacific islander" or $arcologies[0].FSSupremacistRace is "amerindian">><<print either("dark", "tanned")>><<elseif $arcologies[0].FSSupremacistRace is "asian">><<print either("dark", "tanned")>><<elseif $arcologies[0].FSSupremacistRace is "middle eastern" or $arcologies[0].FSSupremacistRace is "semitic" or $arcologies[0].FSSupremacistRace is "southern European">><<print either("dark", "tanned")>><</if>><<else>>tanned<</if>> skin, huge lips, and ridiculous tits. Her cock hangs past her knees when limp.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -147,7 +148,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's sitting crosslegged, bending down to suck herself off and looking up at you at the same time. When she sees your attention she lets her dick pop free of her mouth and waits for a moment to see if you have instructions for her, and then goes back to autofellatio.
 <</if>>
 
-<<elseif $assistantAppearance == "amazon">>
+<<case "amazon">>
 	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>amazon
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -224,7 +225,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's doing pushups, glancing at you at the top of each rep to see if you need her. When she sees your attention, she pushes hard enough to bounce to a standing position. Seeing that you're just looking, she winks, flexes, and drops back down to do crunches.
 <</if>>
 
-<<elseif $assistantAppearance == "businesswoman">>
+<<case "businesswoman">>
 	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>businesswoman
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -301,7 +302,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's sitting at a little desk of her own, working away. She glances up to check on you and sees you looking at her, and flashes you a confident, pearly white smile before returning to her business.
 <</if>>
 
-<<elseif $assistantAppearance == "goddess">>
+<<case "goddess">>
 	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>fertility goddess,
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -378,7 +379,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's reclined on one arm, idly stroking her heavy abdomen with the other, a contemplative look on her face. When she sees your glance she smiles placidly and sits upright, her hands resting atop her dripping breasts.
 <</if>>
 
-<<elseif $assistantAppearance == "schoolgirl">>
+<<case "schoolgirl">>
 	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>schoolgirl
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -455,7 +456,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's watching you attentively, waiting for a chance to be helpful. When she sees your glance, she smiles hopefully, sticks out her chest a little, and turns from side to side to show off.
 <</if>>
 
-<<elseif $assistantAppearance == "hypergoddess">>
+<<case "hypergoddess">>
 	She's a cute "little" <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>fertility goddess, with monstrously wide hips, enormous milky breasts and a room filling belly.  Her overfull stomach bulges and squirms from her hundreds of occupants, as well as parts her milk swollen breasts to either side.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -538,7 +539,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's reclined on one arm, idly stroking her huge abdomen with the other, a contemplative look on her face. When she sees your glance she smiles placidly and sits upright, her hands resting atop her dripping breasts.
 <</if>>
 
-<<elseif $assistantAppearance == "loli">>
+<<case "loli">>
 	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -615,7 +616,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's watching you attentively, waiting for a chance to be helpful. When she sees your glance, she smiles shyly and looks away before returning to your gaze.
 <</if>>
 
-<<elseif $assistantAppearance == "preggololi">>
+<<case "preggololi">>
 	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>girl with a large pregnant
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -692,7 +693,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's watching you attentively, waiting for a chance to be helpful. When she sees your glance, she smiles shyly and looks away before returning to your gaze.
 <</if>>
 
-<<elseif $assistantAppearance == "fairy">>
+<<case "fairy">>
 	She's a cute little fairy
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -767,7 +768,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's sitting at the edge of your desk, kicking her feet and humming a pleasant tune. She glances up to check on you and sees you looking at her, and flashes you a great big beautiful smile.
 <</if>>
 
-<<elseif $assistantAppearance == "pregnant fairy">>
+<<case "pregnant fairy">>
 	She's a cute little fairy with a swollen belly
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -842,7 +843,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's sitting at the edge of your desk, cradling her swollen belly and humming a pleasant tune. She glances up to check on you and sees you looking at her, and flashes you a great big beautiful smile.
 <</if>>
 
-<<elseif $assistantAppearance == "slimegirl">>
+<<case "slimegirl">>
 	She's a girlish shaped figure, with a crimson core, made entirely out of <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>>
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -908,7 +909,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's watching you attentively from a bowl filled with her body. When she sees your glance, she reforms herself and awaits your response.
   <</if>>
 
-<<elseif $assistantAppearance == "angel">>
+<<case "angel">>
 	She's a gorgeous little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> angel with long blonde hair and large <<if $arcologies[0].FSGenderFundamentalist != "unset">>black<<else>>white<</if>> wings as large as her when they are folded.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -985,7 +986,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's deep in prayer. She glances up to check on you and sees you looking at her, and flashes you a look of serenity.
 <</if>>
 
-<<elseif $assistantAppearance == "cherub">>
+<<case "cherub">>
 	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> minor angel with blonde hair and arm length <<if $arcologies[0].FSGenderFundamentalist != "unset">>black<<else>>white<</if>> wings.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -1062,7 +1063,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's fluttering to and fro humming to herself. You swear she keeps flashing her panties to you on purpose.
 <</if>>
 
-<<elseif $assistantAppearance == "imp">>
+<<case "imp">>
 	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> imp with black hair and comically tiny bat-like wings.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -1139,7 +1140,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's inspecting her arsenal of toys and punishment tools. When she notices you watching; she grabs her favorite and eagerly makes use of it on herself.
 <</if>>
 
-<<elseif $assistantAppearance == "witch">>
+<<case "witch">>
 	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> witch with thin, flowing robes and a wide brimmed, if rather stereotypical, witch's hat.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
@@ -1229,6 +1230,96 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's idly turning the pages of her spellbook. When she notices you watching, she flips the book around to show you a new and kinky trick she wants to try out.
 <</if>>
 
+<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
+	She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> witch with thin, flowing robes and a wide brimmed, if rather stereotypical, witch's hat.
+	<<if $assistantFSOptions>>
+	<<switch $assistantFSAppearance>>
+	<<case "paternalist">>
+		She still hasn't managed to undo the spell; her chest is still unnatural smooth, not one nipple peaks the fabric of the robe.
+	<<case "degradationist">>
+		She still hasn't managed to undo the spell; her face, hands and every surface of her body are completely covered in tattoos. It is especially noticable when she talks that her tongue is tattoo'd too; wonder what decorates the surfaces of her body you can't see?
+	<<case "roman revivalist">>
+		While she acts like a typical Roman woman, she is pretty obviously Greek. She can't even name the Pantheon correctly.
+	<<case "egyptian revivalist">>
+		She's managed to untangle herself from the wrappings, though she has choosen to leave several still wrapped around her body.
+	<<case "edo revivalist">>
+		She's managed to correct the spell, somwhat, though she now resebles something that belongs in a hentai.
+	<<case "arabian revivalist">>
+		She's managed to correct the spell, and even succeed at it. She has altered her appearance to resemble a gorgeous djinn. She is seductivly performing a belly dance for you.
+	<<case "chinese revivalist">>
+		She has chosen to embrace the outcome of her spell, even pushing her luck a little more, leaving her wearing a long and very fashionable qipao.
+	<<case "chattel religionist">>
+		She has chosen to embrace the outcome of her spell, proudly displaying the various holy symbols hanging from around her neck and dangling from her nipples, navel and clit.
+	<<case "physical idealist">>
+		She managed to regain freedom of movement, but has chosen to leave her torn robes unfixed to further highlight her ridiculous muscles.
+	<<case "repopulation focus">>
+		<<if $seeHyperPreg == 1>>
+			She's managed to cast a levitation spell to allow her to move and a spell to prevent her from bursting, but she can do nothing about the dozens of active children crowding her womb. She meekly floats along with it, gently rubbing its squirming mass through her torn robe.
+		<<else>>
+			She's managed to cast a spell to lighten her belly, but she can do nothing about the roudy octuplets crowding her womb. She meekly pats her exposed belly, feebly trying to calm her bablies, as she looks up ways to mend her torn dress.
+		<</if>>
+	<<case "eugenics">>
+		She still hasn't managed to undo the spell; it's pretty obvious given how desperatly horny she is.
+	<<case "gender radicalist">>
+		She has chosen to embrace the outcome of her spell; she either sports bulge or a tent in the front of her dress and frquently can be seen reading books on male anatomy.
+	<<case "gender fundamentalist">>
+		She still hasn't managed to undo the spell; her belly has become so swollen with ovum she looks ready to birth triplets. She can barely concentrate; her mind focused entirely on dicks cumming in her wet pussy, but she can't risk it, knowing full well she'd become so pregnant she'd likely burst. Her ample breasts and child bearing hips only make it harder to keep away from cocks.
+	<<case "asset expansionist">>
+		She's managed to partially undo the spell; her breasts are merely as big as she is now. One simple, correctly performed, levitation spell later and she is fully capable of functioning with her oversized tits.
+	<<case "transformation fetishist">>
+		While she has managed to regain her flexibility, she still greatly resembles an overinflated blow-up doll. Her lips are stuck in an O shape, her breasts are the size of beachballs, her ass and thighs larger than any girl's you've seen, and above all else is her huge medecine ball sized belly; fortunatly they don't weigh nearly as much as the should, part of the benefits of being an inflatable sex-doll.
+	<<case "pastoralist">>
+		She's managed to shrink her nine breasts somwhat; they are mearly head sized now. The front of her robes are strained from her excessive number of milky tits.
+	<<case "maturity preferentialist">>
+		She's managed to rein in her aging spell and with a little size up to her breasts, hips and ass makes a very pleasant milf.
+	<<case "youth preferentialist">>
+		<<if $minimumSlaveAge == 3>>
+			She's adjusted her tiny body slightly to be less feeble. Now she is a fully capable and adorable toddler witch in an oversized robe, though she has to fight to keep her hat from covering her entire head.
+		<<elseif $minimumSlaveAge <= 7>>
+			She's decided to embrace her spell and now appears as an adorable loli witch. She has to watch her step to not trip over her trailing robe and has to constantly readjust her head devouring hat.
+		<<elseif $minimumSlaveAge <= 13>>
+			She's decided to embrace her spell and now appears as a cute teenage witch. Her robe is a little long, but she manages just fine.
+		<<else>>
+			She's decided to embrace her spell and now appears as a witch fresh into adulthood.
+		<</if>>
+		She has recently updated her appearance to be more youthful. She frequently flutters by, enojoying her youthful vigor. She looks so innocent, but looks can be deceiving!
+	<<case "slimness enthusiast">>
+		She's begun wearing a corest under her robes to hide her chubbiness. Combined with her lightened body, she manages to pull off the lithe look easily.
+	<<case "body purist">>
+		She has attempted to fix her misspell and succeeded in preventing her clothes from becoming transparent, to herself only. She appears nude, even though she is fully clothed, much to everyone's enjoyment.
+	<<default>>
+		She frequently carries a tome of new and erotic spells.
+	<</switch>>
+	<<else>>
+		She frequently carries a tome of new and erotic spells.
+	<</if>>
+<<if ($cockFeeder == 1) && ($seed == 1)>>
+	She is steadily conjuring cake slices out of thin air and sending them down a representation of one of your slave's throat as her belly swells. The slave must be down in the kitchen, getting a meal out of the food dispensers. The witch notices you watching, creates a whole cake, and send it on its way causing the slave's gut to double in size.
+<<elseif ($suppository == 1) && ($seed == 2)>>
+	A recognizable little representation of one of your slaves is before her, writhing in pleasure, as a summoned tentacle explores her anus. The slave must be receiving her drugs from one of the dildo dispensers. The witch notices you watching and pats her own squirming belly, causing the tentacle to seek shelter deeper in the slave.
+<<elseif ($masturbationAllowed == 1) && ($seed == 3)>>
+	A recognizable little representation of one of your slaves is squatting atop a magic circle before her, a dildo pistoning in and out of her. The slave must be using one of the penthouse's many sex toys. Noticing you watching, the witch snaps her fingers causing the toy to blow a load deep inside the slave. A load moan echos down the halls of your penthouse, someone must be having a good time.
+<<elseif ($seed == 4)>>
+	A recognizable little representation of one of your slaves is lying before her as she runs her wand over her body. The slave must be getting a checkup. She notices your gaze and taps the wand to the slave's breasts, causing them to jump a cup size.
+<<elseif ($seed == 5) && ($invasionVictory > 0)>>
+	She's riding a broom alongside a representation of one of your security drones as it carries out its patrol route through your arcolgy. When she sees you looking at her, she giggles and says, "I like this one. He did very well during the invasion."
+<<elseif ($seed == 6) && ($studio == 1)>>
+	A hovering camera is aimed at a recognizable little representation of one of your slaves masturbate. The slave must be using one of the penthouse's many vibrators, and $assistantName is likely invisible holding the camera, turning the feed of it into a PoV porno.
+<<elseif ($seed == 7) && ($marketAssistantAnnounced == 1)>>
+	She's accompanied by your market assistant's chubby, bespectacled avatar.
+	<<if $marketAssistantRelationship == "cute">>
+		They're sitting back to back, reading their books and giggling to each other over whispers of what they erotic tricks they can do.
+	<<elseif $marketAssistantRelationship == "nonconsensual">>
+		$assistantName has her test subject stripped and bound. She focuses a spell on a single of the girls breasts and records the results as it steadily begins swelling, leaving it's twin behind. The market assistant moans as an egg pushes its way out of her erect nipple.
+	<<elseif $marketAssistantRelationship == "incestuous">>
+		$assistantName is lustfully groping her sister's plush breasts. Upon noticing your gaze, she channels her magic and <<if $seeDicks != 0>>sprouts a huge dick strait into her sister's plump rear<<else>>begins to enlarge the already lovely handfuls<</if>>. The market assistant can only finger herself in response, oblivious to everything going on.
+	<<else>>
+		They've pulled open each others robes and are gently tribbing. Upon noticing you, $assistantName casts a spell to triple the market assistant's sensitivity and braces for the impending orgasm. She cums so hard she passses out; $assistantName gently pulls her into a close embrace until she recovers.
+	<</if>>
 <<else>>
-	It's a little abstract symbol; when <<if $assistant == 0>>it<<else>>she<</if>> speaks, the symbol glows slightly.
+	She's idly turning the pages of her spellbook. When she notices you watching, she flips the book around to show you a new and kinky trick she wants to try out.
 <</if>>
+
+<<default>>
+	It's a little abstract symbol; when <<if $assistant == 0>>it<<else>>she<</if>> speaks, the symbol glows slightly.
+<</switch>>