diff --git a/src/SpecialForce/Proposal.tw b/src/SpecialForce/Proposal.tw
index 1fdf94d09bcca2ae2c323e9a99a9c30e59a4f04d..7bdc653e619f71f97fa00086844ad1e357fbc7d0 100644
--- a/src/SpecialForce/Proposal.tw
+++ b/src/SpecialForce/Proposal.tw
@@ -1,15 +1,34 @@
 :: Security Force Proposal [nobr]
 
-<<set $nextButton = " ">> <span id="result">
-The Free Cities were founded on the principles of unrestrained anarcho-capitalism. To those with such beliefs, the very idea of possessing an armed force, a key tool of government control, or weapons at all, was anathema.
-<br><br>In the period since, however, your citizens have seen the value in weaponry. They watched on their news-feed as some Free Cities were sacked by the armies and mobs of the old world, driven by their hatred of the citizens' luxurious lifestyles. They've seen other Cities toppled from within, by slave conspiracies or infighting among citizen groupings with differing beliefs. They've witnessed the distressingly rapid rise of fanatical anti-slavery organizations, who would like nothing more than to see them slowly bled by their own chattel. They are learned people, and they know what happens to slaveowners who lose their power.
-<br><br>They've also seen the results of your policies. Your actions towards the arming of both yourself and the arcology proved critical, and ensured their safety when the old world came for them. And your victory over the Daughters of Liberty, who the citizens know would have executed every single one of them, has created an opportunity. If you insisted upon the creation of a standing 'special' force for the arcology, many would support you and, more importantly, nobody of note would object.
-<br><br>Such a force would solve many problems. More soldiers would mean more control, which is very good for you. More soldiers would mean more security for the arcology and the approaches to it, which is very good for business. More soldiers would mean more obedience from rebellious slaves who can see how powerless they truly are, which is very good for everybody. The force would be tiny compared to the old world militaries that still exist, but money and technology can, of course, overcome massive numerical inferiority. This being the Free Cities, they would have other uses besides security. Perhaps, in time, you could exert some manner of influence on the old world itself.
-<br><br>''This is a unique and very important opportunity'', and is possible only because of your recent victory over the Daughters. If you do not seize it, the memories and fears of your citizens will fade,and you will not be able to raise the matter again.
+<<set $nextButton = " ">>
+<span id="result">
 
-<<set _price = 20000>> <<if $PC.warfare >= 100>> <<set _price *= .5>>
-<<elseif $PC.warfare >= 50||$PC.career === "arcology owner">> <<set _price *= .75>> <</if>>
-<br><<link "Prepare for an announcement.""Security Force Naming-Colonel">> <<replace "#result">>
-	<<= App.SF.Init()>> <<set $SF.IntroProgress = -1>> <<run cashX(-_price, "specialForces")>>
-<</replace>> <</link>><br>//Initial costs are @@.yellowgreen;<<print cashFormat(_price)>>@@ and upon establishment the force will have significant support costs until it is self-sufficient.//
-<br><<link "The current measures are enough.""RIE Eligibility Check">> <<replace "#result">> <<set $SF.Active = 0>> <</replace>> <</link>> </span>
\ No newline at end of file
+	The Free Cities were founded on the principles of unrestrained anarcho-capitalism. To those with such beliefs, the very idea of possessing an armed force, a key tool of government control, or weapons at all, was anathema.
+	<br><br>
+	In the period since, however, your citizens have seen the value in weaponry. They watched on their news-feed as some Free Cities were sacked by the armies and mobs of the old world, driven by their hatred of the citizens' luxurious lifestyles. They've seen other Cities toppled from within, by slave conspiracies or infighting among citizen groupings with differing beliefs. They've witnessed the distressingly rapid rise of fanatical anti-slavery organizations, who would like nothing more than to see them slowly bled by their own chattel. They are learned people, and they know what happens to slaveowners who lose their power.
+	<br><br>
+	They've also seen the results of your policies. Your actions towards the arming of both yourself and the arcology proved critical, and ensured their safety when the old world came for them. And your victory over the Daughters of Liberty, who the citizens know would have executed every single one of them, has created an opportunity. If you insisted upon the creation of a standing 'special' force for the arcology, many would support you and, more importantly, nobody of note would object.
+	<br><br>
+	Such a force would solve many problems. More soldiers would mean more control, which is very good for you. More soldiers would mean more security for the arcology and the approaches to it, which is very good for business. More soldiers would mean more obedience from rebellious slaves who can see how powerless they truly are, which is very good for everybody. The force would be tiny compared to the old world militaries that still exist, but money and technology can, of course, overcome massive numerical inferiority. This being the Free Cities, they would have other uses besides security. Perhaps, in time, you could exert some manner of influence on the old world itself.
+	<br><br>
+	''This is a unique and very important opportunity'', and is possible only because of your recent victory over the Daughters. If you do not seize it, the memories and fears of your citizens will fade,and you will not be able to raise the matter again.
+
+	<<set _price = 20000>>
+	<<if $PC.warfare >= 100>>
+		<<set _price *= .5>>
+	<<elseif $PC.warfare >= 50||$PC.career === "arcology owner">>
+		<<set _price *= .75>>
+	<</if>>
+	<br><<link "Prepare for an announcement." "Security Force Naming-Colonel">>
+		 <<replace "#result">>
+			<<= App.SF.Init()>>
+			<<set $SF.IntroProgress = -1>>
+			<<run cashX(forceNeg(_price), "specialForces")>>
+		<</replace>>
+	<</link>><br>//Initial costs are @@.yellowgreen;<<print cashFormat(_price)>>@@ and upon establishment the force will have significant support costs until it is self-sufficient.//
+	<br><<link "The current measures are enough." "RIE Eligibility Check">>
+		<<replace "#result">>
+			<<set $SF.Active = 0>>
+		<</replace>>
+	 <</link>>
+</span>
\ No newline at end of file
diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js
index 81a378bc07f40a2eb39dc0a0bc2be09872df4072..69f912be0710c2d1a8012ea4e424f265cb8f5080 100644
--- a/src/art/vector/VectorArtJS.js
+++ b/src/art/vector/VectorArtJS.js
@@ -290,7 +290,7 @@ window.VectorArt = (function() {
 						break; /* IN CASE OF NO ERECTION, SKIP TO A NORMAL BULGE */
 					}
 				/* BULGE OUTFITS LONG OUTFITS */
-				case "a cheerleader outfit":			
+				case "a cheerleader outfit":
 				case "battlearmor":
 				case "battledress":
 				case "cutoffs and a t-shirt":
diff --git a/src/cheats/mod_EditArcologyCheat.tw b/src/cheats/mod_EditArcologyCheat.tw
index 578f7e50104094c10da5be0d8429086a1ea379de..f8e2ad73f345bdd52dc322aaa319b97b6fe52c21 100644
--- a/src/cheats/mod_EditArcologyCheat.tw
+++ b/src/cheats/mod_EditArcologyCheat.tw
@@ -280,7 +280,6 @@ Custom: <<textbox "$language" $language "MOD_Edit Arcology Cheat">>
 		| <<radiobutton "$TCR.schoolAnnexed" 1>> 1 (Failed)
 	<</if>>
 <</if>>
-
 <<if ($seeDicks != 0)>>
 	<br><br>''L'École des Enculées:''
 	<br>LDE Students Bought: <<textbox "$LDE.studentsBought" $LDE.studentsBought>>
diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw
index e60caa3b5683b369b5eca6735bc59adb495713c0..b5da702924b521badedc388f3ff685cc7f88e514 100644
--- a/src/cheats/mod_EditChildCheatNew.tw
+++ b/src/cheats/mod_EditChildCheatNew.tw
@@ -2459,12 +2459,12 @@
 <<widget PrestTab>>
 	''Change $his custom tattoo:'' <<textbox "$tempSlave.custom.tattoo" $tempSlave.custom.tattoo>>
 	<br>
-	//For best results, use complete, capitalized and punctuated sentences; for example: 'She has blue stars tattooed along her cheekbones, and a blue arrow down each arm.'//
+	//For best results, use complete, capitalized and punctuated sentences; for example: '$He has blue stars tattooed along $his cheekbones, and a blue arrow down each arm.'//
 
 	<br>
 	''Change $his custom description:'' <<textbox "$tempSlave.custom.desc" $tempSlave.custom.desc>>
 	<br>
-	//For best results, use complete, capitalized and punctuated sentences; for example: 'She has a beauty mark above her left nipple.'//
+	//For best results, use complete, capitalized and punctuated sentences; for example: '$He has a beauty mark above $his left nipple.'//
 
 	<br>
 	''Change $his custom label:'' <<textbox "$tempSlave.custom.label" $tempSlave.custom.label>>
diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw
index b583f28c1e1c36c408904b4e00b25230c44de042..451ac60811091c85f6c10a01bce28fa5883b48c7 100644
--- a/src/cheats/mod_EditSlaveCheat.tw
+++ b/src/cheats/mod_EditSlaveCheat.tw
@@ -366,12 +366,12 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>>
 
 ''Change $his custom tattoo:'' <<textbox "$tempSlave.custom.tattoo" $tempSlave.custom.tattoo>>
 <br>
-//For best results, use complete, capitalized and punctuated sentences; for example: 'She has blue stars tattooed along her cheekbones, and a blue arrow down each arm.'//
+//For best results, use complete, capitalized and punctuated sentences; for example: '$He has blue stars tattooed along $his cheekbones, and a blue arrow down each arm.'//
 
 <br>
 ''Change $his custom description:'' <<textbox "$tempSlave.custom.desc" $tempSlave.custom.desc>>
 <br>
-//For best results, use complete, capitalized and punctuated sentences; for example: 'She has a beauty mark above her left nipple.'//
+//For best results, use complete, capitalized and punctuated sentences; for example: '$He has a beauty mark above $his left nipple.'//
 
 <br>
 ''Change $his custom label:'' <<textbox "$tempSlave.custom.label" $tempSlave.custom.label>>
diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index f5f0266cc0a8de221bb030407d4e39a38b885d3a..d53cbd24c8936e52846d970335d383ba09ced218 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -3265,12 +3265,12 @@
 <<widget PrestTab>>
 	''Change $his custom tattoo:'' <<textbox "$tempSlave.custom.tattoo" $tempSlave.custom.tattoo>>
 	<br>
-	//For best results, use complete, capitalized and punctuated sentences; for example: 'She has blue stars tattooed along her cheekbones, and a blue arrow down each arm.'//
+	//For best results, use complete, capitalized and punctuated sentences; for example: '$He has blue stars tattooed along $his cheekbones, and a blue arrow down each arm.'//
 
 	<br>
 	''Change $his custom description:'' <<textbox "$tempSlave.custom.desc" $tempSlave.custom.desc>>
 	<br>
-	//For best results, use complete, capitalized and punctuated sentences; for example: 'She has a beauty mark above her left nipple.'//
+	//For best results, use complete, capitalized and punctuated sentences; for example: '$He has a beauty mark above $his left nipple.'//
 
 	<br>
 	''Change $his custom label:'' <<textbox "$tempSlave.custom.label" $tempSlave.custom.label>>
diff --git a/src/events/intro/initNationalities.tw b/src/events/intro/initNationalities.tw
index bab13f41a239af306a8cac36d1d8ffc3845a80ea..44f4d3e9c21a73426763e553a1834894e223a66e 100644
--- a/src/events/intro/initNationalities.tw
+++ b/src/events/intro/initNationalities.tw
@@ -58,7 +58,7 @@
 	<<if $rep >= 2000>>
 		<<run repX(-2000, "event")>>
 	<<else>>
-		<<run repX(-Math.abs($rep), "event")>> /*set rep to zero */
+		<<run repX(forceNeg(Math.abs($rep)), "event")>> /*set rep to zero */
 	<</if>>
 <</if>>
 
diff --git a/src/facilities/brothel/brothelAssignmentScene.tw b/src/facilities/brothel/brothelAssignmentScene.tw
index 6129c646e9fd074ed298c561b3653677581cfeb9..87224360d83511f2bfd1c186df129f245189f5bd 100644
--- a/src/facilities/brothel/brothelAssignmentScene.tw
+++ b/src/facilities/brothel/brothelAssignmentScene.tw
@@ -58,19 +58,19 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 				<<if $activeSlave.attrXX > $activeSlave.attrXY>>
 					"there have to be ladie<<s>> who want to buttfuck a whore, right? At lea<<s>>t, I really hope there are."
 				<<else>>
-					"the other girl<<s>> tell me that whore<<s>> there get fucked up the a<<ss>> all day and all night. <<S>>ound<<s>> like fun to me."
+					"the other <<s>>lave<<s>> tell me that whore<<s>> there get fucked up the a<<ss>> all day and all night. <<S>>ound<<s>> like fun to me."
 				<</if>>
 			<<case "boobs">>
 				I mean," and $he sticks out $his chest a little,
 				<<if $activeSlave.attrXX > $activeSlave.attrXY>>
-					"I hear from the other girl<<s>> there'<<s>> thi<<s>> ni<<c>>e lady who goe<<s>> there every morning and pay<<s>> to have a whore <<s>>uck her nipple<<s>> for, like, an hour. I," $he licks $his lips, "could do that."
+					"I hear from the other <<s>>lave<<s>> there'<<s>> thi<<s>> ni<<c>>e lady who goe<<s>> there every morning and pay<<s>> to have a whore <<s>>uck her nipple<<s>> for, like, an hour. I," $he licks $his lips, "could do that."
 				<<else>>
-					"the other girl<<s>> tell me that whore<<s>> there get tittyfucked all the time. <<S>>ound<<s>> like fun to me."
+					"the other <<s>>lave<<s>> tell me that whore<<s>> there get tittyfucked all the time. <<S>>ound<<s>> like fun to me."
 				<</if>>
 			<<case "pregnancy">>
 				I mean," $he says meditatively,
 				<<if $activeSlave.attrXX > $activeSlave.attrXY>>
-					"I hear from the other girl<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
+					"I hear from the other <<s>>lave<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
 				<<elseif $activeSlave.vagina == -1>>
 					"<<s>>in<<c>>e it'<<s>> all bareback, I'm going to have a fuckton of cum in me. I wonder how much cum it take<<s>> to get a butthole pregnant? I'm gonna try, anyway."
 				<<elseif isFertile($activeSlave)>>
@@ -82,12 +82,12 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 				<<elseif $activeSlave.ovaries == 1 && $activeSlave.pubertyXX == 0>>
 					"I can't wait till I can get pregnant. That'd be pretty fucking <<s>>e<<x>>y."
 				<<else>>
-					"I hear from the other girl<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
+					"I hear from the other <<s>>lave<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
 				<</if>>
 			<<case "dom">>
-				I heard from the other girl<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Ju<<s>>t to make them take it from a whore."
+				I heard from the other <<s>>lave<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Ju<<s>>t to make them take it from a whore."
 			<<case "sadist">>
-				I heard from the other girl<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Becau<<s>>e nobody know<<s>> how to hurt a bitch like a whore doe<<s>>." $He shivers.
+				I heard from the other <<s>>lave<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Becau<<s>>e nobody know<<s>> how to hurt a bitch like a whore doe<<s>>." $He shivers.
 			<</switch>>
 		<<else>>
 			<<switch $activeSlave.fetish>>
@@ -173,7 +173,7 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 				<<if $activeSlave.attrXX > $activeSlave.attrXY>>
 					"there have to be ladie<<s>> who want to buttfuck a whore, right? At lea<<s>>t, I really hope there are."
 				<<else>>
-					"the other girl<<s>> tell me that whore<<s>> there get fucked up the a<<ss>> all day and all night. <<S>>ound<<s>> like fun to me."
+					"the other <<s>>lave<<s>> tell me that whore<<s>> there get fucked up the a<<ss>> all day and all night. <<S>>ound<<s>> like fun to me."
 				<</if>>
 			<<case "boobs">>
 				$He sticks out $his chest a little and gestures
@@ -184,7 +184,7 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 				<</if>>
 			<<case "pregnancy">>
 				<<if $activeSlave.attrXX > $activeSlave.attrXY>>
-					I hear from the other girl<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
+					I hear from the other <<s>>lave<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
 				<<elseif $activeSlave.vagina == -1>>
 					<<s>>in<<c>>e it'<<s>> all bareback, I'm going to have a fuckton of cum in me. I wonder how much cum it take<<s>> to get a butthole pregnant? I'm gonna try, anyway."
 				<<elseif isFertile($activeSlave)>>
@@ -196,12 +196,12 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 				<<elseif $activeSlave.ovaries == 1 && $activeSlave.pubertyXX == 0>>
 					"I can't wait till I can get pregnant. That'd be pretty fucking <<s>>e<<x>>y."
 				<<else>>
-					"I hear from the other girl<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
+					"I hear from the other <<s>>lave<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
 				<</if>>
 			<<case "dom">>
-				I heard from the other girl<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Ju<<s>>t to make them take it from a whore."
+				I heard from the other <<s>>lave<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Ju<<s>>t to make them take it from a whore."
 			<<case "sadist">>
-				I heard from the other girl<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Becau<<s>>e nobody know<<s>> how to hurt a bitch like a whore doe<<s>>." $He shivers.
+				I heard from the other <<s>>lave<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Becau<<s>>e nobody know<<s>> how to hurt a bitch like a whore doe<<s>>." $He shivers.
 			<</switch>>
 		<<elseif $activeSlave.sexualFlaw != "none">>
 			"Ye<<s>>, <<Master>>," $he says obediently. $He hesitates, looking concerned.
@@ -217,7 +217,7 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 			<<case "idealistic">>
 				"I'm going to be <<s>>old for <<s>>e<<x>>," $he <<say>>s quietly, half to $himself. "Men are going to pay, and then they're g-going to <<s>>tick their dick<<s>> in me, and then they're going to leave." $He starts to cry quietly. "<<S>>-<<s>>orry, <<Master>>. I'll do my be<<s>>t."
 			<<case "shamefast">>
-				"I'm going to be meat in a brothel," $he <<say>>s quietly, half to $himself. "I'm going to <<s>>tand there naked with the other girl<<s>>, and men will pick me and then u<<s>>e my body. Over and over." $He starts to cry quietly. "<<S>>-<<s>>orry, <<Master>>. I'll do my be<<s>>t."
+				"I'm going to be meat in a brothel," $he <<say>>s quietly, half to $himself. "I'm going to <<s>>tand there naked with the other <<s>>lave<<s>>, and men will pick me and then u<<s>>e my body. Over and over." $He starts to cry quietly. "<<S>>-<<s>>orry, <<Master>>. I'll do my be<<s>>t."
 			<<case "apathetic">>
 				"I gue<<ss>> I'll lie there," $he sighs quietly, half to $himself. "A man will pay and then he'll come into my room where I'm lying on the bed, and he'll <<s>>tick hi<<s>> cock in me and cum and leave. And then the ne<<x>>t man will come in." $He starts to cry quietly. "<<S>>-<<s>>orry, <<Master>>. I'll do my be<<s>>t."
 			<<case "crude">>
@@ -254,9 +254,9 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 			<<case "boobs">>
 				er," and $he sticks out $his chest a little,
 				<<if $activeSlave.attrXX > $activeSlave.attrXY>>
-					"I hear from the other girl<<s>> there'<<s>> thi<<s>> ni<<c>>e lady who goe<<s>> there every morning and pay<<s>> to have a whore <<s>>uck her nipple<<s>> for, like, an hour. I," $he licks $his lips, "could do that."
+					"I hear from the other <<s>>lave<<s>> there'<<s>> thi<<s>> ni<<c>>e lady who goe<<s>> there every morning and pay<<s>> to have a whore <<s>>uck her nipple<<s>> for, like, an hour. I," $he licks $his lips, "could do that."
 				<<else>>
-					"the other girl<<s>> tell me that whore<<s>> there get tittyfucked all the time. <<S>>ound<<s>> like fun to me."
+					"the other <<s>>lave<<s>> tell me that whore<<s>> there get tittyfucked all the time. <<S>>ound<<s>> like fun to me."
 				<</if>>
 			<<case "pregnancy">>
 				$He gestures
@@ -324,7 +324,7 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 			<<case "idealistic">>
 				"I'm going to be <<s>>old for <<s>>e<<x>>," $he <<say>>s quietly, half to $himself. "Men are going to pay, and then they're g-going to <<s>>tick their dick<<s>> in me, and then they're going to leave." $He starts to cry openly. "<<S>>-<<s>>orry, <<Master>>. P-plea<<s>>e don't beat me. I'll do it."
 			<<case "shamefast">>
-				"I'm going to be meat in a brothel," $he <<say>>s quietly, half to $himself. "I'm going to <<s>>tand there naked with the other girl<<s>>, and men will pick me and then u<<s>>e my body. Over and over." $He starts to cry openly. "<<S>>-<<s>>orry, <<Master>>. P-plea<<s>>e don't beat me. I'll do it."
+				"I'm going to be meat in a brothel," $he <<say>>s quietly, half to $himself. "I'm going to <<s>>tand there naked with the other <<s>>lave<<s>>, and men will pick me and then u<<s>>e my body. Over and over." $He starts to cry openly. "<<S>>-<<s>>orry, <<Master>>. P-plea<<s>>e don't beat me. I'll do it."
 			<<case "apathetic">>
 				"I gue<<ss>> I'll lie there," $he sighs quietly, half to $himself. "A man will pay and then he'll come into my room where I'm lying on the bed, and he'll <<s>>tick his cock in me and cum and leave. And then the ne<<x>>t man will come in." $He starts to cry quietly. "<<S>>-<<s>>orry, <<Master>>. P-plea<<s>>e don't beat me. I'll let it happen."
 			<<case "crude">>
diff --git a/src/facilities/penthouse/penthouseFramework.js b/src/facilities/penthouse/penthouseFramework.js
index 39e0163060950aa45083b376903ce5f986ea24e2..686669d7aed2528dcfeef7c603741c8061608908 100644
--- a/src/facilities/penthouse/penthouseFramework.js
+++ b/src/facilities/penthouse/penthouseFramework.js
@@ -98,7 +98,7 @@ App.Entity.Facilities.PenthouseJobs = {
 			}
 
 			if (slave.fetish === "mindbroken") {
-				r.push(`${capFirstChar(slave.possessive)} mind is fundamentally broken and can't learn.`);
+				r.push(`${slave.slaveName}'s mind is fundamentally broken and can't learn.`);
 			}
 			return r;
 		}
diff --git a/src/facilities/schoolroom/schoolroomFramework.js b/src/facilities/schoolroom/schoolroomFramework.js
index 0ec97695b7b4774678bbd4026f428b000ef94bc6..707d7989a66cc9a791206b7998310ac1683f7f90 100644
--- a/src/facilities/schoolroom/schoolroomFramework.js
+++ b/src/facilities/schoolroom/schoolroomFramework.js
@@ -46,6 +46,10 @@ App.Entity.Facilities.SchoolroomStudentJob = class extends App.Entity.Facilities
 			r.push(`${slave.slaveName} has nothing left to learn.`);
 		}
 
+		if (slave.fetish === "mindbroken") {
+			r.push(`${slave.slaveName}'s mind is fundamentally broken and can't learn`);
+		}
+
 		return r;
 	}
 };
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index 9107cdfbf4e7953da6ae4a359a8a6bda17ed46bc..75b2004a3701ba54ab46c0731074701a7378a041 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -2829,7 +2829,7 @@ LORE: INTERVIEWS
 <<case "FCTV">>
 	Free Cities TV, or ''FCTV'' as it is more commonly called, is a very popular streaming video service. A venture started not long after the first Free Cities were founded, it took advantage of the new lack of regulatory oversight to create and host content that had long been banned in the old world. Under the guidance of 8HGG Inc., FCTV has developed into a popular mixed-mode service, with a variety of live streaming channels as well as a large selection of ready stream content ranging from hyper porn to contemporary broadcast series shows.
 
-	<br><br>The successful service is largely supported by a combination of subscription and advertising revenue, and to a smaller extent on-demand content payments. Though still targeted at free citizens — or their slaves in the case of for-slave content — FCTV has become very popular in the old world. A combination of the service's eroticism, extreme content, and high production value has given it extraordinary popularity. Savvy execs at 8HGG and arcology owners alike have realized the benefits of exposing the old world populations to FCTV content, and a carefully-curated selection of content is kept available to old-worlders thanks to revenue from advertisements supporting immigration and voluntary enslavement. The content selection has a glamorized and often romanticized view of slavery, and typically displays common citizens and slaves alike living in opulence beyond the realm of possibility for most old-worlders.
+	<br><br>The successful service is largely supported by a combination of subscription and advertising revenue, and to a smaller extent on-demand content payments. Though still targeted at free citizens — or their slaves in the case of for-slave content — FCTV has become very popular in the old world. A combination of the service's eroticism, extreme content, and high production value has given it extraordinary popularity. Savvy execs at 8HGG Inc. and arcology owners alike have realized the benefits of exposing the old world populations to FCTV content, and a carefully-curated selection of content is kept available to old-worlders thanks to revenue from advertisements supporting immigration and voluntary enslavement. The content selection has a glamorized and often romanticized view of slavery, and typically displays common citizens and slaves alike living in opulence beyond the realm of possibility for most old-worlders.
 
 	<br><br>FCTV has always worked closely with the Free Cities, developing a large network of sponsors and partnerships for content protection. This has increased the breadth of content and popularity of FCTV, while allowing the ruling class to encourage content supporting their vision of the future. While you can access non-citizen FCTV content from just about anywhere, an arcology needs its own [[receiver|Encyclopedia][$encyclopedia = "FCTVReceiver"]] to access citizen-only content. This measure of content protection does add extra expense, but nearly eliminating the risk of old-worlders seeing uncurated content is viewed as being worth the expense by most arcology owners.
 
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 72524e32a43ec8aa626e020ed0c097ecb26f56f9..d597b46de4bd4c9ea6f397ae4ce5d03427ebb19e 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1015,7 +1015,7 @@ You should have received a copy of the GNU General Public License along with thi
 
 <<set $brandTarget = "buttock">>
 <<set $brandDesign = "your initials">>
-<<set $dyedSkin = ["dyed red", "dyed green", "dyed blue", "dyed pink", "dyed gray", "tiger striped", "camouflage patterned"]>>
+<<set $dyedSkin = ["camouflage patterned", "dyed blue", "dyed gray", "dyed green", "dyed pink", "dyed red", "tiger striped"]>>
 
 <<set $oralTotal = 0>>
 <<set $vaginalTotal = 0>>
diff --git a/src/js/generateGenetics.js b/src/js/generateGenetics.js
index 187abec3f51931ff3560c067a935de631c34593f..0b54651235b09b401a42a0bcb4d7c25ddab0f263 100644
--- a/src/js/generateGenetics.js
+++ b/src/js/generateGenetics.js
@@ -309,7 +309,7 @@ window.generateGenetics = (function() {
 			if (!skinToMelanin.hasOwnProperty(prop)) continue;
 			if (skinIndex >= skinToMelanin[prop]) return prop;
 		}
-		return prop; // skinIndex can be zero
+		return prop; // skinIndex can be zero - now false?
 	}
 
 	// eyeColor
diff --git a/src/js/generateMarketSlave.js b/src/js/generateMarketSlave.js
index 5dc48369e702f9dc857c6c1f23382fbf3e96c7a1..80c810fa5db973d028161b8285442fd5183e892a 100644
--- a/src/js/generateMarketSlave.js
+++ b/src/js/generateMarketSlave.js
@@ -73,8 +73,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 			if (V.corpSpecRaces.length === 12) {
 				r += `There is no racial element to trainee selection. `;
 			} else if (V.corpSpecRaces.length === 1) {
-				const corpSpecRace = jsEither(V.corpSpecRaces);
-				r += `The corporation specializes in ${corpSpecRace} slaves. `;
+				r += `The corporation specializes in ${V.corpSpecRaces[0]} slaves. `;
 			} else {
 				r += `The corporation selects slaves based on race. `/*getting into the specifics of which races exactly is a hellhole I'd rather not jump into*/ ;
 			}
@@ -1322,7 +1321,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 			V.activeSlave.behavioralFlaw = "odd";
 			V.activeSlave.hStyle = "shaved";
 			V.activeSlave.hLength = 0;
-			V.activeSlave.custom.tattoo = "$He has a barcode that identified V.his when she was a test subject at the Growth Research Institute tattooed on $his left cheek.";
+			V.activeSlave.custom.tattoo = "$He has a barcode that identified $him when $he was a test subject at the Growth Research Institute tattooed on $his left cheek.";
 
 			break;
 		case "SCP":
@@ -1330,7 +1329,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 			V.activeSlaveOneTimeMaxAge = 19;
 			V.oneTimeDisableDisability = 1;
 			V.activeSlave = GenerateNewSlave("XX");
-			V.activeSlave.origin = "You bought her from St. Claver Preparatory after she served as a plastic surgeon's passing final exam.";
+			V.activeSlave.origin = "You bought $him from St. Claver Preparatory after $he served as a plastic surgeon's passing final exam.";
 			V.activeSlave.chem = 20;
 			V.activeSlave.career = "a slave";
 			if (V.SCP.schoolUpgrade === 1) {
diff --git a/src/js/physicalDevelopment.js b/src/js/physicalDevelopment.js
new file mode 100644
index 0000000000000000000000000000000000000000..bff64241ff9589307f9c54d8a879c827d0a2ef9b
--- /dev/null
+++ b/src/js/physicalDevelopment.js
@@ -0,0 +1,3022 @@
+window.physicalDevelopment = (function physicalDevelopment() {
+	"use strict";
+	
+	let gigantomastiaMod;
+	let rearQuirk;
+	let rearQuirkDivider;
+	let dickMod;
+	
+	return physicalDevelopment;
+	
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function physicalDevelopment(slave) {
+		
+		if (slave.geneMods.NCS != 1) {
+			/* NCS completely blocks all natural physical growth: no height increases. It also blocks all hormonal secondary sexual * characteristics. So, on the female side: no boobs, no butt, no hips, and no labia. And on the male side: no dick, no clit, no balls, no scrotum, no shoulders. */
+			/* so this is a big old NO-OP to skip the physical development. */
+			if (slave.genes === "XX") { /* loli becoming a woman */
+				increaseHeightXX(slave);
+				if (slave.physicalAge === 13) {
+					increaseFaceXX(slave);
+					if (slave.voice > 0) {
+					    increaseVoiceXX(slave);
+					}
+				}
+				increaseBoobsXX(slave);
+				if (slave.clit > 0) {
+					increaseClit(slave);
+				}
+				increaseWaistXX(slave);
+				increaseHipsXX(slave);
+				increaseButtXX(slave);
+				increasePregAdpatationXX(slave);
+			} else { /* shota becoming a man */
+				increaseHeightXY(slave);
+				if (slave.physicalAge === 13) {
+					increaseFaceXY(slave);
+					if (slave.voice > 1) {
+					    increaseVoiceXY(slave);
+					}
+				}
+				increaseBoobsXY(slave);
+				if (slave.dick > 0) {
+					increaseDick(slave);
+				}
+				if (slave.balls > 0) {
+					increaseBalls(slave);
+				}
+				increaseWaistXY(slave);
+				increaseHipsXY(slave);
+				increaseButtXY(slave);
+				increasePregAdpatationXY(slave);
+			}
+		}
+	}
+	
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseHeightXX(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 91) {
+					slave.height += jsEither([8, 8, 9, 9]);
+				} else if (slave.height <= 101) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 101) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 109) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 109) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 116) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 116) {
+					slave.height += jsEither([5, 5, 6, 6]);
+				} else if (slave.height <= 124) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([7, 7, 8, 8]);
+				} else if (slave.height <= 131) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([5, 5, 6, 6]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([4, 4, 5, 5]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([5, 5, 6, 6]);
+				} else if (slave.height <= 163) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 163) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 168) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 168) {
+					slave.height += jsEither([5, 5, 6, 6]);
+				} else if (slave.height <= 171) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 171) {
+					slave.height += jsEither([4, 4, 5, 5]);
+				} else if (slave.height <= 173) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1]);
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1]);
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 91) {
+					slave.height += jsEither([8, 8, 9, 9, 9]);
+				} else if (slave.height <= 101) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 101) {
+					slave.height += jsEither([6, 6, 7, 7, 7]);
+				} else if (slave.height <= 109) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 109) {
+					slave.height += jsEither([6, 6, 7, 7, 7]);
+				} else if (slave.height <= 116) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 116) {
+					slave.height += jsEither([5, 5, 6, 6, 6]);
+				} else if (slave.height <= 124) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([7, 7, 8, 8, 8]);
+				} else if (slave.height <= 131) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([5, 5, 6, 6, 6]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([4, 4, 5, 5, 5]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([6, 6, 7, 7, 7]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([5, 5, 6, 6, 6]);
+				} else if (slave.height <= 163) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 163) {
+					slave.height += jsEither([6, 6, 7, 7, 7]);
+				} else if (slave.height <= 168) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 168) {
+					slave.height += jsEither([5, 5, 6, 6, 6]);
+				} else if (slave.height <= 171) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 171) {
+					slave.height += jsEither([4, 4, 5, 5, 5]);
+				} else if (slave.height <= 173) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1, 1]);
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1, 1]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1, 1]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1, 1]);
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 91) {
+					slave.height += jsEither([9, 9, 9, 10, 10]);
+				} else if (slave.height <= 101) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 101) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 109) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 109) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 116) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 116) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 124) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([8, 8, 8, 9, 9]);
+				} else if (slave.height <= 131) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([5, 5, 5, 6, 6]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 163) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 163) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 168) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 168) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 171) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 171) {
+					slave.height += jsEither([5, 5, 5, 6, 6]);
+				} else if (slave.height <= 173) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([1, 1, 1, 2, 2]);
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([1, 1, 1, 2, 2]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([1, 1, 1, 2, 2]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([1, 1, 1, 2, 2]);
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 91) {
+					slave.height += jsEither([8, 9, 9, 10, 10]);
+				} else if (slave.height <= 101) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 101) {
+					slave.height += jsEither([6, 7, 7, 8, 8]);
+				} else if (slave.height <= 109) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 109) {
+					slave.height += jsEither([6, 7, 7, 8, 8]);
+				} else if (slave.height <= 116) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 116) {
+					slave.height += jsEither([5, 6, 6, 7, 7]);
+				} else if (slave.height <= 124) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([7, 8, 8, 9, 9]);
+				} else if (slave.height <= 131) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([5, 6, 6, 7, 7]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([4, 5, 5, 6, 6]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([6, 7, 7, 8, 8]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([5, 6, 6, 7, 7]);
+				} else if (slave.height <= 163) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 163) {
+					slave.height += jsEither([6, 7, 7, 8, 8]);
+				} else if (slave.height <= 168) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 168) {
+					slave.height += jsEither([5, 6, 6, 7, 7]);
+				} else if (slave.height <= 171) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 171) {
+					slave.height += jsEither([4, 5, 5, 6, 6]);
+				} else if (slave.height <= 173) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 1, 1, 2, 2]);
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 1, 1, 2, 2]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 1, 1, 2, 2]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 1, 1, 2, 2]);
+				}
+			}
+		} else {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 91) {
+					slave.height += jsEither([8, 8, 9, 9, 9, 10]);
+				} else if (slave.height <= 101) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 101) {
+					slave.height += jsEither([6, 6, 7, 7, 8, 8]);
+				} else if (slave.height <= 109) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 109) {
+					slave.height += jsEither([6, 6, 7, 7, 7, 8]);
+				} else if (slave.height <= 116) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 116) {
+					slave.height += jsEither([5, 5, 6, 6, 6, 7]);
+				} else if (slave.height <= 124) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([7, 7, 8, 8, 8, 9]);
+				} else if (slave.height <= 131) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([5, 5, 6, 6, 6, 7]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([4, 4, 5, 5, 5, 6]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([6, 6, 7, 7, 7, 8]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([5, 5, 6, 6, 6, 7]);
+				} else if (slave.height <= 163) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 163) {
+					slave.height += jsEither([6, 6, 7, 7, 7, 8]);
+				} else if (slave.height <= 168) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 168) {
+					slave.height += jsEither([5, 5, 6, 6, 6, 7]);
+				} else if (slave.height <= 171) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 171) {
+					slave.height += jsEither([4, 4, 5, 5, 5, 6]);
+				} else if (slave.height <= 173) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1, 1, 2]);
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1, 1, 2]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1, 1, 2]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 174) {
+					slave.height += jsEither([0, 0, 1, 1, 1, 2]);
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseHeightXY(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 93) {
+					slave.height += jsEither([10, 10, 11, 11]);
+				} else if (slave.height <= 103) {
+					slave.height += 6;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 103) {
+					slave.height += jsEither([8, 8, 9, 9]);
+				} else if (slave.height <= 110) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 110) {
+					slave.height += jsEither([7, 7, 8, 8]);
+				} else if (slave.height <= 117) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 117) {
+					slave.height += jsEither([7, 7, 8, 8]);
+				} else if (slave.height <= 124) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([7, 7, 8, 8]);
+				} else if (slave.height <= 131) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([5, 5, 5, 6]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 150) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 150) {
+					slave.height += jsEither([6, 6, 6, 7]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 162) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 162) {
+					slave.height += jsEither([8, 8, 9, 9]);
+				} else if (slave.height <= 170) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 170) {
+					slave.height += jsEither([7, 7, 8, 8]);
+				} else if (slave.height <= 177) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 177) {
+					slave.height += jsEither([7, 7, 8, 8]);
+				} else if (slave.height <= 184) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 184) {
+					slave.height += jsEither([3, 3, 4, 4]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 185) {
+					slave.height += jsEither([2, 2, 3, 3]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 186) {
+					slave.height += jsEither([1, 1, 2, 2]);
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 93) {
+					slave.height += jsEither([10, 10, 10, 11, 11]);
+				} else if (slave.height <= 103) {
+					slave.height += 6;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 103) {
+					slave.height += jsEither([8, 8, 8, 9, 9]);
+				} else if (slave.height <= 110) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 110) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 117) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 117) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 124) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 131) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([5, 5, 5, 6, 6]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 150) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 150) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 162) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 162) {
+					slave.height += jsEither([8, 8, 8, 9, 9]);
+				} else if (slave.height <= 170) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 170) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 177) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 177) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 184) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 184) {
+					slave.height += jsEither([3, 3, 3, 4, 4]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 185) {
+					slave.height += jsEither([2, 2, 2, 3, 3]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 186) {
+					slave.height += jsEither([1, 1, 1, 2, 2]);
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 93) {
+					slave.height += jsEither([9, 9, 10, 10]);
+				} else if (slave.height <= 103) {
+					slave.height += 6;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 103) {
+					slave.height += jsEither([7, 7, 8, 8]);
+				} else if (slave.height <= 110) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 110) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 117) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 117) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 124) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 131) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([5, 5, 6, 6]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([4, 4, 5, 5]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([5, 5, 6, 6]);
+				} else if (slave.height <= 150) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 150) {
+					slave.height += jsEither([5, 5, 6, 6]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([5, 5, 6, 6]);
+				} else if (slave.height <= 162) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 162) {
+					slave.height += jsEither([7, 7, 8, 8]);
+				} else if (slave.height <= 170) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 170) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 177) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 177) {
+					slave.height += jsEither([6, 6, 7, 7]);
+				} else if (slave.height <= 184) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 184) {
+					slave.height += jsEither([2, 2, 3, 3]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 185) {
+					slave.height += jsEither([1, 1, 2, 2]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 186) {
+					slave.height += jsEither([0, 0, 1, 1]);
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 93) {
+					slave.height += jsEither([9, 9, 10, 10, 10]);
+				} else if (slave.height <= 103) {
+					slave.height += 6;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 103) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 110) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 110) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 117) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 117) {
+					slave.height += jsEither([6, 6, 5, 7, 7]);
+				} else if (slave.height <= 124) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 131) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([5, 5, 5, 6, 6]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([4, 4, 4, 5, 5]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([5, 5, 5, 6, 6]);
+				} else if (slave.height <= 150) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 150) {
+					slave.height += jsEither([5, 5, 5, 6, 6]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([5, 5, 5, 6, 6]);
+				} else if (slave.height <= 162) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 162) {
+					slave.height += jsEither([7, 7, 7, 8, 8]);
+				} else if (slave.height <= 170) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 170) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 177) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 177) {
+					slave.height += jsEither([6, 6, 6, 7, 7]);
+				} else if (slave.height <= 184) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 184) {
+					slave.height += jsEither([2, 2, 2, 3, 3]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 185) {
+					slave.height += jsEither([1, 1, 1, 2, 2]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 186) {
+					slave.height += jsEither([0, 0, 0, 1, 1]);
+				}
+			}
+		} else {
+			if (slave.physicalAge === 3) {
+				if (slave.height <= 93) {
+					slave.height += jsEither([9, 9, 10, 10, 10, 11]);
+				} else if (slave.height <= 103) {
+					slave.height += 6;
+				}
+			} else if (slave.physicalAge === 4) {
+				if (slave.height <= 103) {
+					slave.height += jsEither([7, 7, 8, 8, 9, 9]);
+				} else if (slave.height <= 110) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 5) {
+				if (slave.height <= 110) {
+					slave.height += jsEither([6, 6, 7, 7, 8, 8]);
+				} else if (slave.height <= 117) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 6) {
+				if (slave.height <= 117) {
+					slave.height += jsEither([6, 6, 7, 7, 8, 8]);
+				} else if (slave.height <= 124) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 7) {
+				if (slave.height <= 124) {
+					slave.height += jsEither([6, 6, 7, 7, 8, 8]);
+				} else if (slave.height <= 131) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 8) {
+				if (slave.height <= 131) {
+					slave.height += jsEither([5, 5, 6, 6, 7, 7]);
+				} else if (slave.height <= 137) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.height <= 137) {
+					slave.height += jsEither([4, 4, 5, 5, 5, 6]);
+				} else if (slave.height <= 144) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.height <= 144) {
+					slave.height += jsEither([5, 5, 6, 6, 7, 7]);
+				} else if (slave.height <= 150) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.height <= 150) {
+					slave.height += jsEither([5, 5, 6, 6, 6, 7]);
+				} else if (slave.height <= 156) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.height <= 156) {
+					slave.height += jsEither([5, 5, 6, 6, 7, 7]);
+				} else if (slave.height <= 162) {
+					slave.height += 3;
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.height <= 162) {
+					slave.height += jsEither([7, 7, 8, 8, 9, 9]);
+				} else if (slave.height <= 170) {
+					slave.height += 5;
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.height <= 170) {
+					slave.height += jsEither([6, 6, 7, 7, 8, 8]);
+				} else if (slave.height <= 177) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.height <= 177) {
+					slave.height += jsEither([6, 6, 7, 7, 8, 8]);
+				} else if (slave.height <= 184) {
+					slave.height += 4;
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.height <= 184) {
+					slave.height += jsEither([2, 2, 3, 3, 4, 4]);
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.height <= 185) {
+					slave.height += jsEither([1, 1, 2, 2, 3, 3]);
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.height <= 186) {
+					slave.height += jsEither([0, 0, 1, 1, 2, 2]);
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseBoobsXX(slave) {
+		if (slave.geneticQuirks.gigantomastia === 2 && slave.geneticQuirks.macromastia === 2) {
+			gigantomastiaMod = 3;
+		} else if (slave.geneticQuirks.gigantomastia === 2) {
+			gigantomastiaMod = 2;
+		} else if (slave.geneticQuirks.macromastia === 2) {
+			gigantomastiaMod = 1.5;
+		} else if (slave.geneticQuirks.gigantomastia === 3) {
+			gigantomastiaMod = 1.2;
+		} else if (slave.geneticQuirks.macromastia === 3) {
+			gigantomastiaMod = 1.1;
+		} else {
+			gigantomastiaMod = 1;
+		}
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge === 8) {
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 9) {
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 10) {
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 11) {
+				if (slave.boobs < (600 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 12) {
+				if (slave.boobs < (700 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 13) {
+				if (slave.boobs < (1000 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 14) {
+				if (slave.boobs < (800 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 15) {
+				if (slave.boobs < (900 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 16) {
+				if (slave.boobs < (1200 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 17) {
+				if (slave.boobs < (1600 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 18) {
+				if (slave.boobs < (2000 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge === 8) {
+				slave.boobs += 25;
+			} else if (slave.physicalAge === 9) {
+				slave.boobs += 25;
+			} else if (slave.physicalAge === 10) {
+				slave.boobs += 25;
+			} else if (slave.physicalAge === 11) {
+				if (slave.boobs < (500 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 12) {
+				if (slave.boobs < (600 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 13) {
+				if (slave.boobs < (900 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 14) {
+				if (slave.boobs < (700 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 15) {
+				if (slave.boobs < (800 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 16) {
+				if (slave.boobs < (1000 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 17) {
+				if (slave.boobs < (1200 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 18) {
+				if (slave.boobs < (1600 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge >= 11) {
+				if (slave.boobs > 200 && gigantomastiaMod !== 3) {
+					slave.boobs -= 100;
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge >= 11) {
+				if (slave.boobs > 200 && gigantomastiaMod !== 3) {
+					slave.boobs -= 50;
+				}
+			}
+		} else {
+			if (slave.physicalAge === 11) {
+				if (slave.boobs < (300 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.boobs < (300 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.boobs < (400 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.boobs < (500 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.boobs < (500 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.boobs < (800 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (50 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.boobs < (800 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (60 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.boobs < (800 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (70 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+			}
+		}
+	}
+
+	 /**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseBoobsXY(slave) {
+		if (slave.geneticQuirks.gigantomastia === 2 && slave.geneticQuirks.macromastia === 2) {
+			gigantomastiaMod = 3;
+		} else if (slave.geneticQuirks.gigantomastia === 2) {
+			gigantomastiaMod = 2;
+		} else if (slave.geneticQuirks.macromastia === 2) {
+			gigantomastiaMod = 1.5;
+		} else if (slave.geneticQuirks.gigantomastia === 3) {
+			gigantomastiaMod = 1.2;
+		} else if (slave.geneticQuirks.macromastia === 3) {
+			gigantomastiaMod = 1.1;
+		} else {
+			gigantomastiaMod = 1;
+		}
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge === 8) {
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 9) {
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 10) {
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 11) {
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 12) {
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 13) {
+				if (slave.boobs < (1000 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 14) {
+				if (slave.boobs < (800 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 15) {
+				if (slave.boobs < (900 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 16) {
+				if (slave.boobs < (1200 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 17) {
+				if (slave.boobs < (1600 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			} else if (slave.physicalAge === 18) {
+				if (slave.boobs < (2000 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 100;
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge === 8) {
+				slave.boobs += 25;
+			} else if (slave.physicalAge === 9) {
+				slave.boobs += 25;
+			} else if (slave.physicalAge === 10) {
+				slave.boobs += 25;
+			} else if (slave.physicalAge === 11) {
+				slave.boobs += 25;
+			} else if (slave.physicalAge === 12) {
+				slave.boobs += 25;
+			} else if (slave.physicalAge === 13) {
+				if (slave.boobs < (900 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 25;
+			} else if (slave.physicalAge === 14) {
+				if (slave.boobs < (700 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 15) {
+				if (slave.boobs < (800 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 16) {
+				if (slave.boobs < (1000 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 17) {
+				if (slave.boobs < (1200 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			} else if (slave.physicalAge === 18) {
+				if (slave.boobs < (1600 * gigantomastiaMod)) {
+					if (jsRandom(1, 100) > (40 / gigantomastiaMod)) {
+						slave.boobs += 100;
+					}
+				}
+				slave.boobs += 50;
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge >= 11) {
+				if (slave.boobs > 200 && gigantomastiaMod !== 3) {
+					slave.boobs -= 100;
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge >= 11) {
+				if (slave.boobs > 200 && gigantomastiaMod !== 3) {
+					slave.boobs -= 50;
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseHipsXX(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge === 8) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge === 8) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge === 8) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 99) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge === 8) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			}
+		} else {
+			if (slave.physicalAge === 8) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 60) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 60) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 60) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 60) {
+						slave.hips++;
+					}
+				}
+			}
+		}
+	}
+	
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseHipsXY(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge === 8) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 90) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 20) {
+						slave.hips++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge === 8) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 40) {
+						slave.hips++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge === 14) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 99) {
+						slave.hips++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge === 14) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 95) {
+						slave.hips++;
+					}
+				}
+			}
+		} else {
+			if (slave.physicalAge === 14) {
+				if (slave.hips < 2) {
+					if (jsRandom(1, 100) > 60) {
+						slave.hips++;
+					}
+				}
+			}
+		}
+	}
+	
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseButtXX(slave) {
+		rearQuirk = slave.geneticQuirks.rearLipedema === 2 ? 2 : 0;
+		rearQuirkDivider = rearQuirk === 0 ? 1 : _rearQuirk;
+
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge === 8) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (80 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (80 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (80 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (20 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.butt < (4 + rearQuirk)) {
+					if (jsRandom(1, 100) > (20 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.butt < (4 + rearQuirk)) {
+					if (jsRandom(1, 100) > (20 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge === 8) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (40 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.butt < (4 + rearQuirk)) {
+					if (jsRandom(1, 100) > (40 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.butt < (4 + rearQuirk)) {
+					if (jsRandom(1, 100) > (40 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge === 8) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (95 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (95 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (95 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge === 8) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (80 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			}
+		} else {
+			if (slave.physicalAge === 8) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (60 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (60 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (60 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (60 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseButtXY(slave) {
+		rearQuirk = slave.geneticQuirks.rearLipedema === 2 ? 2 : 0;
+		rearQuirkDivider = rearQuirk === 0 ? 1 : _rearQuirk;
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge === 8) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (80 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (80 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (80 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (20 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.butt < (4 + rearQuirk)) {
+					if (jsRandom(1, 100) > (20 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.butt < (4 + rearQuirk)) {
+					if (jsRandom(1, 100) > (20 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge === 8) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (40 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.butt < (4 + rearQuirk)) {
+					if (jsRandom(1, 100) > (40 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge === 8) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (90 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge === 8) {
+				if (slave.butt < (3 + rearQuirk)) {
+					if (jsRandom(1, 100) > (80 / rearQuirkDivider)) {
+						slave.butt++;
+					}
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseDick(slave) {
+		dickMod = (slave.geneticQuirks.wellHung === 2 ? 2 : 1);
+
+		if (slave.hormoneBalance >= 200) {
+		} else if (slave.hormoneBalance >= 100) {
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge === 8) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (70 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.dick < 6 && dickMod === 2) {
+					if (jsRandom(1, 100) > 70) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (70 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (70 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (70 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (50 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (20 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (20 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (70 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (70 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (70 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge === 8) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (90 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.dick < 6 && dickMod === 2) {
+					if (jsRandom(1, 100) > 70) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (90 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (90 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (90 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (70 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (40 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (40 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (90 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (90 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (90 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			}
+		} else {
+			if (slave.physicalAge === 9) {
+				if (slave.dick < 6 && dickMod === 2) {
+					if (jsRandom(1, 100) > 70) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.dick < 6 && dickMod === 2) {
+					if (jsRandom(1, 100) > 70) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.dick < 6 && dickMod === 2) {
+					if (jsRandom(1, 100) > 70) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.dick < 6 && dickMod === 2) {
+					if (jsRandom(1, 100) > 70) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (50 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (50 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.dick < 6) {
+					if (jsRandom(1, 100) > (50 / dickMod)) {
+						slave.dick++;
+						if (slave.foreskin > 0) {
+							slave.foreskin++;
+						}
+					}
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseBalls(slave) {
+		if (slave.hormoneBalance >= 200) {
+		} else if (slave.hormoneBalance >= 100) {
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge === 8) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 10) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 70) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 70) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 70) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 50) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 20) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 20) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 70) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 70) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 70) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge === 8) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 30) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 90) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 90) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 90) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 70) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 40) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 40) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 90) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 90) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 90) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			}
+		} else {
+			if (slave.physicalAge === 8) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 50) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 50) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 50) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.balls < 6) {
+					if (jsRandom(1, 100) > 50) {
+						slave.balls++;
+						if (slave.scrotum > 0) {
+							slave.scrotum++;
+						}
+					}
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseClit(slave) {
+		if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge === 8) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 50) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 50) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 50) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 50) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 50) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 50) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 50) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.clit < 4) {
+					if (jsRandom(1, 100) > 50) {
+						slave.clit++;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge === 8) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 90) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 9) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 90) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 10) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 90) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 11) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 12) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 13) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 14) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 15) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 16) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 17) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			} else if (slave.physicalAge === 18) {
+				if (slave.clit > 0 && slave.clit < 4) {
+					if (jsRandom(1, 100) > 70) {
+						slave.clit++;
+					}
+				}
+			}
+		}
+		if (slave.physicalAge >= 11 && slave.geneticQuirks.wellHung === 2 && slave.clit < 5 && jsRandom(1, 100) > 60) {
+			slave.clit++;
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseWaistXX(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist > -60) {
+					if (jsRandom(1, 100) > 20) {
+						slave.waist -= 5;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist > -30) {
+					if (jsRandom(1, 100) > 20) {
+						slave.waist -= 5;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist < 60) {
+					if (jsRandom(1, 100) > 20) {
+						slave.waist += 5;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist < 30) {
+					if (jsRandom(1, 100) > 20) {
+						slave.waist += 5;
+					}
+				}
+			}
+		} else {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist > -20) {
+					if (jsRandom(1, 100) > 60) {
+						slave.waist -= 5;
+					}
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseWaistXY(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist > -30) {
+					if (jsRandom(1, 100) > 20) {
+						slave.waist -= 5;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist > -15) {
+					if (jsRandom(1, 100) > 20) {
+						slave.waist -= 5;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist < 90) {
+					if (jsRandom(1, 100) > 20) {
+						slave.waist += 5;
+					}
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist < 60) {
+					if (jsRandom(1, 100) > 20) {
+						slave.waist += 5;
+					}
+				}
+			}
+		} else {
+			if (slave.physicalAge >= 12) {
+				if (slave.waist < 20) {
+					if (jsRandom(1, 100) > 60) {
+						slave.waist += 5;
+					}
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseFaceXX(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.face > 60) {
+				if (jsRandom(1, 100) > 80) {
+					slave.face += 5;
+				}
+			} else if (slave.face <= 60) {
+				if (jsRandom(1, 100) > 30) {
+					slave.face += 10;
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.face > 60) {
+				if (jsRandom(1, 100) > 80) {
+					slave.face += 5;
+				}
+			} else if (slave.face <= 60) {
+				if (jsRandom(1, 100) > 30) {
+					slave.face += 10;
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.face < 100) {
+				if (jsRandom(1, 100) > 50) {
+					slave.face -= 20;
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.face < 100) {
+				if (jsRandom(1, 100) > 70) {
+					slave.face -= 20;
+				}
+			}
+		} else {
+			if (slave.face > 60) {
+				if (jsRandom(1, 100) > 90) {
+					slave.face += 5;
+				}
+			} else if (slave.face <= 60) {
+				if (jsRandom(1, 100) > 40) {
+					slave.face += 10;
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseFaceXY(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.face > 60) {
+				if (jsRandom(1, 100) > 80) {
+					slave.face += 5;
+				}
+			} else if (slave.face <= 60) {
+				if (jsRandom(1, 100) > 50) {
+					slave.face += 10;
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.face > 60) {
+				if (jsRandom(1, 100) > 80) {
+					slave.face += 10;
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseVoiceXX(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.voice === 3) {
+				if (jsRandom(1, 100) > 90) {
+					slave.voice--;
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.voice === 3) {
+				if (jsRandom(1, 100) > 80) {
+					slave.voice--;
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.voice <= 3) {
+				if (jsRandom(1, 100) > 30) {
+					slave.voice--;
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.voice <= 3) {
+				if (jsRandom(1, 100) > 60) {
+					slave.voice--;
+				}
+			}
+		} else {
+			if (slave.voice === 3) {
+				if (jsRandom(1, 100) > 60) {
+					slave.voice--;
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increaseVoiceXY(slave) {
+		if (slave.hormoneBalance >= 200) {
+			if (slave.voice < 2) {
+				if (jsRandom(1, 100) > 50) {
+					slave.voice--;
+				}
+			}
+		} else if (slave.hormoneBalance >= 100) {
+			if (slave.voice < 3) {
+				if (jsRandom(1, 100) > 50) {
+					slave.voice--;
+				}
+			}
+		} else if (slave.hormoneBalance <= -200) {
+			if (slave.voice > 1) {
+				if (jsRandom(1, 100) > 10) {
+					slave.voice--;
+				}
+			}
+		} else if (slave.hormoneBalance <= -100) {
+			if (slave.voice > 1) {
+				if (jsRandom(1, 100) > 30) {
+					slave.voice--;
+				}
+			}
+		} else {
+			if (slave.voice > 1) {
+				if (jsRandom(1, 100) > 60) {
+					slave.voice--;
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increasePregAdpatationXX(slave) {
+		if (slave.physicalAge === 3) {
+			if (slave.pregAdaptation < 5) {
+				slave.pregAdaptation = 5;
+			}
+		} else if (slave.physicalAge === 4) {
+			if (slave.pregAdaptation < 5) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 5) {
+			if (slave.pregAdaptation < 5) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 6) {
+			if (slave.pregAdaptation < 5) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 7) {
+			if (slave.pregAdaptation < 6) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 8) {
+			if (slave.pregAdaptation < 7) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 9) {
+			if (slave.pregAdaptation < 8) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 10) {
+			if (slave.pregAdaptation < 9) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 11) {
+			if (slave.pregAdaptation < 10) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 12) {
+			if (slave.pregAdaptation < 14) {
+				slave.pregAdaptation += 4;
+			}
+		} else if (slave.physicalAge === 13) {
+			if (slave.pregAdaptation < 18) {
+				slave.pregAdaptation += 4;
+			}
+		} else if (slave.physicalAge === 14) {
+			if (slave.pregAdaptation < 22) {
+				slave.pregAdaptation += 4;
+			}
+		} else if (slave.physicalAge === 15) {
+			if (slave.pregAdaptation < 28) {
+				slave.pregAdaptation += 6;
+			}
+		} else if (slave.physicalAge === 16) {
+			if (slave.pregAdaptation < 34) {
+				slave.pregAdaptation += 6;
+			}
+		} else if (slave.physicalAge === 17) {
+			if (slave.pregAdaptation < 42) {
+				slave.pregAdaptation += 8;
+			}
+		} else if (slave.physicalAge === 18) {
+			if (slave.pregAdaptation < 50) {
+				slave.pregAdaptation += 8;
+			}
+		}
+	 }
+
+	 /**
+	 * @param {App.Entity.SlaveState} slave
+	 */
+	function increasePregAdpatationXY(slave) {
+		if (slave.physicalAge === 3) {
+			if (slave.pregAdaptation < 5) {
+				slave.pregAdaptation = 5;
+			}
+		} else if (slave.physicalAge === 4) {
+			if (slave.pregAdaptation < 5) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 5) {
+			if (slave.pregAdaptation < 5) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 6) {
+			if (slave.pregAdaptation < 5) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 7) {
+			if (slave.pregAdaptation < 6) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 8) {
+			if (slave.pregAdaptation < 7) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 9) {
+			if (slave.pregAdaptation < 8) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 10) {
+			if (slave.pregAdaptation < 9) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 11) {
+			if (slave.pregAdaptation < 10) {
+				slave.pregAdaptation++;
+			}
+		} else if (slave.physicalAge === 12) {
+			if (slave.pregAdaptation < 12) {
+				slave.pregAdaptation += 2;
+			}
+		} else if (slave.physicalAge === 13) {
+			if (slave.pregAdaptation < 14) {
+				slave.pregAdaptation += 2;
+			}
+		} else if (slave.physicalAge === 14) {
+			if (slave.pregAdaptation < 16) {
+				slave.pregAdaptation += 2;
+			}
+		} else if (slave.physicalAge === 15) {
+			if (slave.pregAdaptation < 18) {
+				slave.pregAdaptation += 2;
+			}
+		} else if (slave.physicalAge === 16) {
+			if (slave.pregAdaptation < 20) {
+				slave.pregAdaptation += 2;
+			}
+		} else if (slave.physicalAge === 17) {
+			if (slave.pregAdaptation < 20) {
+				slave.pregAdaptation += 2;
+			}
+		} else if (slave.physicalAge === 18) {
+			if (slave.pregAdaptation < 20) {
+				slave.pregAdaptation += 2;
+			}
+		}
+	}
+
+})();
diff --git a/src/js/utilJS.js b/src/js/utilJS.js
index 69e26e93bdc1f36a5b6c7cafeef927bfb5a0f116..5968ba64cc1187d9a81e759d26d7e941fff06750 100644
--- a/src/js/utilJS.js
+++ b/src/js/utilJS.js
@@ -1148,10 +1148,14 @@ window.jsRandomMany = function(arr, count) {
 	return result;
 };
 
-// This function wants an array - which explains why it works like array.random(). Give it one or you'll face a NaN
-window.jsEither = function(choices) {
-	let index = Math.floor(Math.random() * choices.length);
-	return choices[index];
+// accepts both an array and a list, returns undefined if nothing is passed.
+window.jsEither = function(choices, ...otherChoices) {
+	if (otherChoices.length === 0 && Array.isArray(choices)) {
+		return choices[Math.floor(Math.random() * choices.length)];
+	}
+	const allChoices = otherChoices;
+	allChoices.push(choices);
+	return allChoices[Math.floor(Math.random() * allChoices.length)];
 };
 
 /*
diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index 969673e34a61b55f7fb983fe2451f65bfdb7cefd..61c5d4a3050067249ed2f954893d5051738c3e41 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -176,9 +176,9 @@ window.loverSlave = function(activeSlave) {
 							if (_fuckSeed > 80 && _partnerSlave.lactation > 0) {
 								t += `${name} loves how milky ${partnerName}'s tits are and has ${his} lips wrapped around a nipple. `;
 								if (_partnerSlave.amp !== 1) {
-									t += `${partnerName} is left to moan lustfully and tweak ${his2} free nipple until ${his2} ${activeSlaveRel} has drank ${his} fill.`;
+									t += `${partnerName} is left to moan lustfully and tweak ${his2} free nipple until ${his2} ${activeSlaveRel} has drunk ${his} fill.`;
 								} else {
-									t += `${partnerName} is left to moan lustfully and squirm with desire until ${his2} ${activeSlaveRel} has drank ${his} fill and moves to ${his2} other nipple.`;
+									t += `${partnerName} is left to moan lustfully and squirm with desire until ${his2} ${activeSlaveRel} has drunk ${his} fill and moves to ${his2} other nipple.`;
 								}
 							} else {
 								t += `${name} loves having ${his} breasts suckled and has ${partnerName}'s lips wrapped around a nipple. `;
diff --git a/src/npc/databases/cheatmodeDatabase.tw b/src/npc/databases/cheatmodeDatabase.tw
index a11c1407171f1c19b7ec6ef00109dbc6a0ab830f..e0c69b43cd62d029ade4d01df8bacef4023b7abd 100644
--- a/src/npc/databases/cheatmodeDatabase.tw
+++ b/src/npc/databases/cheatmodeDatabase.tw
@@ -13,7 +13,7 @@
 //There are quite a few left; their names are _HS.slaveName,//
 
 <<set _HS = clone($activeSlave)>>
-<<set _HS.slaveName = "Cornelia", _HS.birthName = "Cora", _HS.ID = 990001, _HS.relation = "mother", _HS.relationTarget = 990002, _HS.relationship = 4, _HS.relationshipTarget = 990000, _HS.assignment = "whore", _HS.birthWeek = random(0,51), _HS.actualAge = 36, _HS.physicalAge = 36, _HS.visualAge = 36, _HS.ovaryAge = 36, _HS.ageImplant = 1, _HS.health = 10, _HS.devotion = 100, _HS.muscles = 20, _HS.height = 190, _HS.race = "black", _HS.hColor = "black", _HS.pubicHColor = "black", _HS.skin = "dark", _HS.hStyle = "long", _HS.pubicHStyle = "waxed", _HS.waist = -55, _HS.boobs = 1200, _HS.boobsImplant = 1000, _HS.areolae = 2, _HS.butt = 5, _HS.buttImplant = 3, _HS.preg = -2, _HS.face = 15, _HS.faceImplant = 65, _HS.lips = 35, _HS.lipsImplant = 10, _HS.anus = 2, _HS.makeup = 1, _HS.nails = 1, _HS.earPiercing = 1, _HS.skill.oral = 100, _HS.skill.anal = 100, _HS.skill.whoring = 100, _HS.skill.entertainment = 100, _HS.clothes = "a slave gown", _HS.energy = 65, _HS.attrXX = 80, _HS.attrXY = 40, _HS.fetishKnown = 1, _HS.custom.tattoo = "A large letter S is branded into the back of her left hand.", _HS.custom.desc = "She speaks with the demeaning accent of slaves from the Old South.">>
+<<set _HS.slaveName = "Cornelia", _HS.birthName = "Cora", _HS.ID = 990001, _HS.relation = "mother", _HS.relationTarget = 990002, _HS.relationship = 4, _HS.relationshipTarget = 990000, _HS.assignment = "whore", _HS.birthWeek = random(0,51), _HS.actualAge = 36, _HS.physicalAge = 36, _HS.visualAge = 36, _HS.ovaryAge = 36, _HS.ageImplant = 1, _HS.health = 10, _HS.devotion = 100, _HS.muscles = 20, _HS.height = 190, _HS.race = "black", _HS.hColor = "black", _HS.pubicHColor = "black", _HS.skin = "dark", _HS.hStyle = "long", _HS.pubicHStyle = "waxed", _HS.waist = -55, _HS.boobs = 1200, _HS.boobsImplant = 1000, _HS.areolae = 2, _HS.butt = 5, _HS.buttImplant = 3, _HS.preg = -2, _HS.face = 15, _HS.faceImplant = 65, _HS.lips = 35, _HS.lipsImplant = 10, _HS.anus = 2, _HS.makeup = 1, _HS.nails = 1, _HS.earPiercing = 1, _HS.skill.oral = 100, _HS.skill.anal = 100, _HS.skill.whoring = 100, _HS.skill.entertainment = 100, _HS.clothes = "a slave gown", _HS.energy = 65, _HS.attrXX = 80, _HS.attrXY = 40, _HS.fetishKnown = 1, _HS.custom.tattoo = "A large letter 'S' is branded into the back of her left hand.", _HS.custom.desc = "She speaks with the demeaning accent of slaves from the Old South.">>
 <<if $seeDicks != 0>>
 	<<set _HS.genes = "XY", _HS.vagina = -1, _HS.dick = 3, _HS.balls = 3, _HS.scrotum = 3, _HS.foreskin = 3, _HS.prostate = 1, _HS.pubertyXY = 1>>
 <<else>>
diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw
index 715919344de68aacfc6d10aa1411ebd7b074d1ed..65cef5c1e94377b61f4b637a8aebcd8918a068ee 100644
--- a/src/npc/descriptions/fVagina.tw
+++ b/src/npc/descriptions/fVagina.tw
@@ -205,13 +205,13 @@ You call $him over so you can
 	<<else>>
 		on the couch and straddle $his hips, bringing your already-wet pussy <<if _fSpeed > 75>>hard against $him. You grind powerfully<<elseif _fSpeed > 50>>firmly against $him. You grind vigorously<<elseif _fSpeed > 25>>against $him. You grind steadily<<else>>softly against $him. You grind gently<</if>> against $his helpless body, using $him as a living sybian until $his warmth and movement brings you to orgasm.
 	<</if>>
-<<elseif !canWalk($activeSlave) && tooBigBelly($activeSlave)>>
+<<elseif tooBigBelly($activeSlave)>>
 	You tell $him to get situated on the couch, face-down. This position pins $him down by the massive weight of $his belly, pushing $his face in amongst the cushions and keeping $his crotch in the ideal position to penetrate. $His belly serves as an anchor, allowing you to take $him doggy style without any real contribution from $him. The position muffles $his reaction entirely, other than the rhythmic jiggling of $his bulging belly as it sticks out from either side of $his torso as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>.
-<<elseif !canWalk($activeSlave) && tooBigBreasts($activeSlave)>>
+<<elseif tooBigBreasts($activeSlave)>>
 	You tell $him to get situated on the couch, face-down. This position pins $him down by the massive weight of $his tits, pushing $his face in amongst the cushions. $His tits serve as an anchor, allowing you to take $him doggy style without any real contribution from $him. The position muffles $his reaction entirely, other than the rhythmic jiggling of the breastflesh that sticks out to either side of $his torso as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>.
-<<elseif !canWalk($activeSlave) && tooBigButt($activeSlave)>>
+<<elseif tooBigButt($activeSlave)>>
 	You tell $him to get situated on the couch, face up. This position pins $him down by the massive weight of $his rear, causing $him to sink into the cushions. $His ass serves as an anchor, allowing you to take $him in the missionary position without any real contribution from $him. This lets you clearly see $his reaction, as well as the rhythmic jiggling of the buttflesh that sticks out to either side of $his hips as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>.
-<<elseif !canWalk($activeSlave) && tooBigBalls($activeSlave)>>
+<<elseif tooBigBalls($activeSlave)>>
 	You tell $him to get situated on the couch, doggy style. This position pins $him down by the massive weight of $his balls. $His testicles serve as an anchor, allowing you to take $him doggy style without any real concern of getting struck by $his massive nuts. The position keeps $his balls completely still where they rest on the couch, so you don't have to worry about them getting in the way as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>.
 <<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($PC.dick != 0)>>
 	$He comes over, smiling a little submissive smile, and spreads $himself for you. You take $him on the couch next to your desk after $he gets into position.
diff --git a/src/npc/fBeg.tw b/src/npc/fBeg.tw
index a1a1095800cfe25b334927be232b345d94ec1660..d542ec325e59e7af2debb1ce08eabe543084a156 100644
--- a/src/npc/fBeg.tw
+++ b/src/npc/fBeg.tw
@@ -284,7 +284,7 @@ You give $him permission to speak, and tell $him that $he may beg $his Master.
 	<<if ($activeSlave.fear < -50)>>
 		<<switch $activeSlave.standardPunishment>>
 		<<case "confinement">>
-			Your slave simply presses $his hands together and begs you not to lock $him up in the bad girl box.
+			Your slave simply presses $his hands together and begs you not to lock $him up in the bad-<<= $girl>> box.
 		<<case "whipping">>
 			Your slave simply presses $his hands together and begs you not to whip $him.
 		<<case "chastity">>
diff --git a/src/npc/fDance.tw b/src/npc/fDance.tw
index dbc876d92e8536674ef91f5ca3faaf1bbba2dc09..63bbbab087dd8ee4c76ed873fb504484e19533fe 100644
--- a/src/npc/fDance.tw
+++ b/src/npc/fDance.tw
@@ -296,7 +296,7 @@ You look up once more at your slave and take some time to review $his dancing pe
 	$He dances poorly on purpose to spite you. Whatever skills $he has, they are not on display here. You threaten to
 	<<switch $activeSlave.standardPunishment>>
 	<<case "confinement">>
-		lock $him up in the bad-girl box
+		lock $him up in the bad-<<= $girl>> box
 	<<case "whipping">>
 		whip $him until $he screams
 	<<case "chastity">>
diff --git a/src/npc/fPCImpreg.tw b/src/npc/fPCImpreg.tw
index 29f5457e1970761420854de5b7ae40215e395273..8b4e7fe90c5334d576044fc5a1ac7f56bcc8adc7 100644
--- a/src/npc/fPCImpreg.tw
+++ b/src/npc/fPCImpreg.tw
@@ -114,7 +114,7 @@ You call $him over so you can
 <<elseif ($activeSlave.amp == 1)>>
 	You have $his limbless torso set on the end of the couch, face-<<if _superfetation == 1>>up<<else>>down<</if>>, with $his hips up in the air. This way, you get the greatest degree of penetration into $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> you can manage. $He moans <<if _superfetation == 1>>openly<<else>>into the cushions<</if>>, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>.
 <<elseif tooBigBelly($activeSlave)>>
-	Since $he already ahs trouble moving with $his _belly belly, you just tip $him onto it; this leaves $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> exposed and vulnerable. $He moans as $he clutches the sides of $his stomach, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his the pressure forces it to spray around your shaft<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably gotten <<if _superfetation == 1>> another bun added to the oven<<else>>pregnant<</if>>.
+	Since $he already has trouble moving with $his _belly belly, you just tip $him onto it; this leaves $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> exposed and vulnerable. $He moans as $he clutches the sides of $his stomach, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his the pressure forces it to spray around your shaft<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably gotten <<if _superfetation == 1>> another bun added to the oven<<else>>pregnant<</if>>.
 <<elseif tooFatSlave($activeSlave)>>
 	You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's pinned in place by the weight of $his own body, and you get the greatest degree of penetration into $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>; after you push into $his soft folds enough to reach it, of course. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.balls == 3>> filling $him until $his stomach is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>.
 <<elseif tooBigBreasts($activeSlave)>>
diff --git a/src/npc/fRelation.tw b/src/npc/fRelation.tw
index e7df1f7f772b18e9c933182b982a8895d270472e..01c9f487c419efa48eda3fbf8cdf43a82887cf0f 100644
--- a/src/npc/fRelation.tw
+++ b/src/npc/fRelation.tw
@@ -69,7 +69,7 @@ You call both $activeSlave.slaveName and $slaves[$partner].slaveName to your off
 	<<= BothVCheck()>>
 	<<= PartnerVCheck()>>
 <<elseif canWalk($activeSlave) && canWalk($slaves[$partner]) && ($activeSlave.devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "daughter")>>
-	$activeSlave.slaveName is enthusiastic when $he hears you order $slaves[$partner].slaveName to come over. $His total immersion in sexual slavery has clearly uncovered a willingness to get very close to $his _partnerRel. You<<if ($PC.dick == 0)>> don a strap-on,<</if>> lie on the floor and instruct $slaves[$partner].slaveName to ride you. _He2 complies, and finds _his2 daughter $activeSlave.slaveName
+	$activeSlave.slaveName is enthusiastic when $he <<if canHear($activeSlave)>>hears<<else>>notices<</if>> you order $slaves[$partner].slaveName to come over. $His total immersion in sexual slavery has clearly uncovered a willingness to get very close to $his _partnerRel. You<<if ($PC.dick == 0)>> don a strap-on,<</if>> lie on the floor and instruct $slaves[$partner].slaveName to ride you. _He2 complies, and finds _his2 daughter $activeSlave.slaveName
 	<<if ($slaves[$partner].dick > 0)>>
 		stroking _his2 cock while _he2 humps _his2 <<if $seeRace == 1>>$activeSlave.race <</if>>butt up and down on your cock.
 	<<else>>
diff --git a/src/npc/startingGirls/commitStartingGirl.tw b/src/npc/startingGirls/commitStartingGirl.tw
index 6cccd2f4d38a1de0ffcbdac61358deecb2aa04f7..cee4345240ad8fae085246abe372aa00f58679a3 100644
--- a/src/npc/startingGirls/commitStartingGirl.tw
+++ b/src/npc/startingGirls/commitStartingGirl.tw
@@ -40,77 +40,76 @@
 		<br>[[Add another slave, based on the previous slave|Starting Girls][$activeSlave = $slaveWithoutBonuses, $activeSlave.relation = 0, $activeSlave.relationTarget = 0, $startingGirlCopied = 1]]
 	<</if>>
 	<<if $createRelatedSlave == 1>>
-	<br>
-	//Add another slave, related to the previous slave://
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<if $familyTesting == 1>>
-		/* Not needed due to stuffedanon's work
-		<<if $activeSlave.actualAge >= 34>>
-			<<if $activeSlave.ovaries>>
-				<br>&nbsp;&nbsp;&nbsp;&nbsp;
-				[[Daughter|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "mother", $startingGirlCopied = 1]]
-			<</if>>
-			<<if $activeSlave.balls>>
-				<br>&nbsp;&nbsp;&nbsp;&nbsp;
-				[[Dick-daughter|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "father", $startingGirlCopied = 1]]
-				//A slave daughter carried and birthed by another woman, impregnated by $activeSlave.slaveName.//
-			<</if>>
-			/% I'm aware this term is ridiculous. If anyone can come up with a better word to reconcile all slaves being female with the act of fatherhood and the masculine nature of the word father, I'm all ears. Wrote myself into a corner on this one. %/
-		<</if>>
-		<<if $activeSlave.actualAge <= 28>>
-			<<if $activeSlave.mother <= 0>>
-				<br>&nbsp;&nbsp;&nbsp;&nbsp;
-				[[Mother|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.mother = $IDNumber, $startingGirlRelation = "daughter", $startingGirlCopied = 1]]
-			<<else>>
-				//This slave already has a mother.//
+		<br>
+		//Add another slave, related to the previous slave://
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<if $familyTesting == 1>>
+			/* Not needed due to stuffedanon's work
+			<<if $activeSlave.actualAge >= 34>>
+				<<if $activeSlave.ovaries>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;
+					[[Daughter|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "mother", $startingGirlCopied = 1]]
+				<</if>>
+				<<if $activeSlave.balls>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;
+					[[Dick-daughter|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "father", $startingGirlCopied = 1]]
+					//A slave daughter carried and birthed by another woman, impregnated by $activeSlave.slaveName.//
+				<</if>>
+				/% I'm aware this term is ridiculous. If anyone can come up with a better word to reconcile all slaves being female with the act of fatherhood and the masculine nature of the word father, I'm all ears. Wrote myself into a corner on this one. %/
 			<</if>>
-			<<if $seeDicks>>
-				<<if $activeSlave.father <= 0>>
+			<<if $activeSlave.actualAge <= 28>>
+				<<if $activeSlave.mother <= 0>>
 					<br>&nbsp;&nbsp;&nbsp;&nbsp;
-					[[Dick-mother|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.father = $IDNumber, $startingGirlRelation = "dickdaughter", $startingGirlCopied = 1]]
-					//A slave who provided the impregnation to create $activeSlave.slaveName.//
+					[[Mother|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.mother = $IDNumber, $startingGirlRelation = "daughter", $startingGirlCopied = 1]]
 				<<else>>
-					//This slave already has a dick-mother.//
+					//This slave already has a mother.//
+				<</if>>
+				<<if $seeDicks>>
+					<<if $activeSlave.father <= 0>>
+						<br>&nbsp;&nbsp;&nbsp;&nbsp;
+						[[Dick-mother|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.father = $IDNumber, $startingGirlRelation = "dickdaughter", $startingGirlCopied = 1]]
+						//A slave who provided the impregnation to create $activeSlave.slaveName.//
+					<<else>>
+						//This slave already has a dick-mother.//
+					<</if>>
 				<</if>>
 			<</if>>
-		<</if>>
-		<<if $activeSlave.actualAge < 44>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			[[Older Sister|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "older sister", $startingGirlCopied = 1]]
-		<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		[[Twin|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "twin", $startingGirlCopied = 1]]
-		<<if $activeSlave.actualAge > 19>>
+			<<if $activeSlave.actualAge < 44>>
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;
+				[[Older Sister|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "older sister", $startingGirlCopied = 1]]
+			<</if>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			[[Younger Sister|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "younger sister", $startingGirlCopied = 1]]
-		<</if>>
-		*/
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Use "based on the previous slave" and the available .father and .mother controls to create your family//
-	<<else>>
-
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		<<if $activeSlave.actualAge <= 8 && ($PC.career == "servant" || $PC.career == "escort") && ($PC.vagina == 1)>>
+			[[Twin|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "twin", $startingGirlCopied = 1]]
+			<<if $activeSlave.actualAge > 19>>
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;
+				[[Younger Sister|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "younger sister", $startingGirlCopied = 1]]
+			<</if>>
+			*/
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;//Use "based on the previous slave" and the available .father and .mother controls to create your family//
 		<<else>>
-		<<if $activeSlave.actualAge >= ($fertilityAge + $minimumSlaveAge)>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			[[Daughter|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "mother", $startingGirlRelation = "mother", $activeSlave.counter.birthsTotal += 1, $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
-		<</if>>
-		<<if $activeSlave.actualAge <= 24>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			[[Mother|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "daughter", $startingGirlRelation = "daughter", $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
-		<</if>>
-		<<if $activeSlave.actualAge < 44>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			[[Older Sister|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "sister", $startingGirlRelation = "older sister", $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
-		<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		[[Twin|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "twin", $startingGirlRelation = "twin", $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
-		<<if $activeSlave.actualAge > $minimumSlaveAge+1>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			[[Younger Sister|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "sister", $startingGirlRelation = "younger sister", $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
-		<</if>>
+			<<if $activeSlave.actualAge <= 8 && ($PC.career == "servant" || $PC.career == "escort") && ($PC.vagina == 1)>>
+			<<else>>
+				<<if $activeSlave.actualAge >= ($fertilityAge + $minimumSlaveAge)>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;
+					[[Daughter|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "mother", $startingGirlRelation = "mother", $activeSlave.counter.birthsTotal += 1, $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
+				<</if>>
+				<<if $activeSlave.actualAge <= 24>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;
+					[[Mother|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "daughter", $startingGirlRelation = "daughter", $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
+				<</if>>
+				<<if $activeSlave.actualAge < 44>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;
+					[[Older Sister|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "sister", $startingGirlRelation = "older sister", $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
+				<</if>>
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;
+				[[Twin|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "twin", $startingGirlRelation = "twin", $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
+				<<if $activeSlave.actualAge > $minimumSlaveAge+1>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;
+					[[Younger Sister|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "sister", $startingGirlRelation = "younger sister", $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
+				<</if>>
+			<</if>>
 		<</if>>
-	<</if>>
 	<<elseif $activeSlave.relation == 0>>
 		<br>[[Add another slave, related to the previous slave|Commit Starting Girl][$createRelatedSlave = 1]]
 	<</if>>
diff --git a/src/player/actions/fondleButt.tw b/src/player/actions/fondleButt.tw
index bc4e81011ab65688ee2c293d89dab3e7ed8b22b2..4ddfec6c94dd7ef7d6421dc4a7967d9764ad2208 100644
--- a/src/player/actions/fondleButt.tw
+++ b/src/player/actions/fondleButt.tw
@@ -488,7 +488,7 @@ as well as $his
 	<<else>>
 		You move closer to $him, turn $him around and push $him down, face-down on your desk while $he tries to wriggle desperately.
 	<</if>>
-	You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop and $he looks up into your eyes longingly, as if $he wants more.
+	You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop, and $he <<if canSee($activeSlave)>>looks up into your eyes<<else>>angles $his head to face you<</if>> longingly, as if $he wants more.
 <<else>>
 	<<if ($activeSlave.amp != 1)>>
 		You instruct $him to present $his <<if $seeRace == 1>>$activeSlave.race <</if>>anus. $He eagerly stands in front of you showing $his buttocks before happily presenting $his
@@ -533,5 +533,5 @@ as well as $his
 	<<else>>
 		You move closer to $him, turn $him around and push $him down, face-down on your desk so that $his butt is up facing towards you.
 	<</if>>
-	You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop and $he looks up into your eyes ecstatically,<<if ($activeSlave.amp != 1)>> as $he stands,<</if>> eager for more.
+	You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop, and $he <<if canSee($activeSlave)>>looks up into your eyes<<else>>angles $his head to face you<</if>> ecstatically<<if ($activeSlave.amp != 1)>> as $he stands up<</if>>, eager for more.
 <</if>>
diff --git a/src/pregmod/beastFuck.tw b/src/pregmod/beastFuck.tw
index eb92954ab372aa8247850ab6b36df873eb5ae298..b6b649fd9617ccd173d813a3392337c7755df8c5 100644
--- a/src/pregmod/beastFuck.tw
+++ b/src/pregmod/beastFuck.tw
@@ -125,7 +125,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to
 
 <<if (_animal.species == "dog")>>
 	<<if canWalk($activeSlave)>>
-		The dog clambers up to mount $activeSlave.slaveName, eliciting a squeal from the girl as its claws dig into $his flesh.
+		The dog clambers up to mount $activeSlave.slaveName, eliciting a squeal from the $girl as its claws dig into $his flesh.
 	<<else>>
 		The dog takes a few curious sniffs, then lines its cock up with $activeSlave.slaveName's <<if canDoVaginal($activeSlave)>>pussy<<else>>asshole<</if>>.
 	<</if>>
diff --git a/src/pregmod/fMarry.tw b/src/pregmod/fMarry.tw
index 707e6b680d6847dbe53e968987a981c7e8a74fad..5be2e1d34ec60a37ba668af050174ec433a5ab6b 100644
--- a/src/pregmod/fMarry.tw
+++ b/src/pregmod/fMarry.tw
@@ -446,18 +446,18 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of
 				<<set $activeSlave.slaveSurname = $PC.surname>>
 				You also command $assistantName to rename your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname.
 				<<if $activeSlave.fetish == "mindbroken">>
-					The new Mrs. $activeSlave.slaveSurname hears this, of course, and shows no reaction. Like many things, names mean nothing to $him now.
+					The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and shows no reaction. Like many things, names mean nothing to $him now.
 				<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-					The new Mrs. $activeSlave.slaveSurname hears this, of course, and breaks down again. Being brusquely redesignated as your slave wife was such a sterile experience that $he wasn't sure it was real, and hearing that $he's to take your surname @@.mediumaquamarine;reassures $him@@ that it is. Not to mention, $he might be a $desc, but $he's still a $girl, and hearing that $he wouldn't get a decent wedding did disappoint $him, but this makes up for it. You might not be all that expressive, but @@.hotpink;$he's your wife,@@ and that's what matters to $him.
+					The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and breaks down again. Being brusquely redesignated as your slave wife was such a sterile experience that $he wasn't sure it was real, and hearing that $he's to take your surname @@.mediumaquamarine;reassures $him@@ that it is. Not to mention, $he might be a $desc, but $he's still a $girl, and hearing that $he wouldn't get a decent wedding did disappoint $him, but this makes up for it. You might not be all that expressive, but @@.hotpink;$he's your wife,@@ and that's what matters to $him.
 					<<set $activeSlave.devotion += 5, $activeSlave.trust += 5>>
 				<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-					The new Mrs. $activeSlave.slaveSurname hears this, of course, and scoffs audibly. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ $He can't hide @@.mediumorchid;$his annoyance@@ that you couldn't even spring for a fancy wedding.
+					The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and scoffs audibly. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ $He can't hide @@.mediumorchid;$his annoyance@@ that you couldn't even spring for a fancy wedding.
 					<<set $activeSlave.devotion -= 10>>
 				<<elseif $activeSlave.devotion < -20>>
-					The new Mrs. $activeSlave.slaveSurname hears this, of course, and breaks down again. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that.
+					The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and breaks down again. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that.
 					<<set $activeSlave.devotion += 5>>
 				<<else>>
-					The new Mrs. $activeSlave.slaveSurname hears this, of course, and nods acceptingly. Being trusted with your surname @@.mediumaquamarine;reassures $him@@ that $he must mean something to you, though $he is a @@.mediumorchid;little disappointed@@ by the lack of a wedding, however.
+					The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and nods acceptingly. Being trusted with your surname @@.mediumaquamarine;reassures $him@@ that $he must mean something to you, though $he is a @@.mediumorchid;little disappointed@@ by the lack of a wedding, however.
 					<<set $activeSlave.devotion--, $activeSlave.trust += 5>>
 				<</if>>
 			<</replace>>
diff --git a/src/pregmod/fPat.tw b/src/pregmod/fPat.tw
index 86bfa11e220994df90c72c5a7ff8d0b23a9748c3..178314dca21761cc284946b1617929c8581686d7 100644
--- a/src/pregmod/fPat.tw
+++ b/src/pregmod/fPat.tw
@@ -138,7 +138,7 @@ You walk around $him, drawing closer and slowly resting your hand on $his head.
 <<elseif $activeSlave.devotion > 20>>
 	$He willingly accepts it. As you tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's roiling emotions, and finally submission. You can still sense considerable turmoil in the <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your touch. As you continue your ministrations, your slave slowly, and with more then a bit of uncertainty, finally starts to relax. $He looks at you with confusion and trepidation. Your eyes betray nothing however — you simply smile and press $his head into your <<if $PC.boobs == 1>>soft breasts<<else>>masculine chest<</if>>, all the while enjoying the feeling of your <<if $activeSlave.hStyle == "shaven bald" || $activeSlave.bald == 1>>hands gliding over $his smooth head<<else>>fingers gliding through $his hair<</if>>.
 <<elseif ($activeSlave.devotion < -20) && ($activeSlave.trust >= 20)>>
-	$He doesn't react to your touch, remaining as still as statue, the same defiant expression on $his face. $He still doesn't react when you brush your fingers down the side of $his head or when you <<if $activeSlave.hStyle == "shaven bald" || $activeSlave.bald == 1>>stroke $his smooth head<<else>>run your fingers through $his hair<</if>>. $He does react when you gently rest your thumb on $his lips, however, by suddenly giving you a fierce bite. Cursing, you pull your hand back and examine it — $he didn't bite deep enough to draw blood, but the area is now red and puffy. Furious, you backhand $him across the face<<if random(1,100) > 80>><<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>, giving $him a @@.red;$activeSlave.minorInjury@@<</if>>.
+	$He doesn't react to your touch, remaining as still as statue, the same defiant expression on $his face. $He still doesn't react when you brush your fingers down the side of $his head or when you <<if $activeSlave.hStyle == "shaven bald" || $activeSlave.bald == 1>>stroke $his smooth head<<else>>run your fingers through $his hair<</if>>. $He does react when you gently rest your thumb on $his lips, however, by suddenly giving you a fierce bite. Cursing, you pull your hand back and examine it — $he didn't bite deep enough to draw blood, but the area is now red and puffy. Furious, you backhand $him across the face<<if random(1,100) > 80>><<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>, giving $him a @@.red;$activeSlave.minorInjury@@<</if>>.
 <<elseif $activeSlave.devotion >= -20 && $activeSlave.trust < -20>>
 	$He shakes at your touch fearfully. As you tenderly brush your fingers down $his unresisting head, you appreciate this expression of your slave's subservience, $his eagerness to avoid punishment making $him stiffen, $his nervousness easily apparent. You continue stroking $him, enjoying $his fear, as the physical intimacy slowly does its work. $He starts to relax, $his resistance easing as $his eyes start to close. Your hands continue to gently scratch at $his scalp, and you enjoy the sensation as well as the feeling of power over your hapless slave. Gently, slowly, so not as to spook $him, you ease your property's head back into your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>>. Nevertheless your slave starts at the action, but at your insistence finally gives in to the motion, and finally relaxes against you.
 <<elseif $activeSlave.trust < -50>>
diff --git a/src/pregmod/forceFeeding.tw b/src/pregmod/forceFeeding.tw
index 6415a6e333ddf9aa932fd68a15ad0d38e1531aae..9e4424ad422c7fbaa8d95dcfea011ec7767927f1 100644
--- a/src/pregmod/forceFeeding.tw
+++ b/src/pregmod/forceFeeding.tw
@@ -76,7 +76,7 @@ $He is going to eat it all and you're going to enjoy $him as $he does it.
 	<<else>>
 		$He devotedly
 		<<if canSee($activeSlave)>>looks<<else>>smiles<</if>>
-		at you heft $him onto your lap, wrapping your arm
+		at you as you heft $him onto your lap, wrapping your arm
 	<</if>>
 <<else>>
 	You inform $him $he'll be taking a seat on your lap and opening wide for $his meal.
diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw
index 8f80d664a404ae943e927bce31c2c4becae8e02e..cffa513f2fba12568e9e8fec03281bea4f8da53e 100644
--- a/src/pregmod/managePersonalAffairs.tw
+++ b/src/pregmod/managePersonalAffairs.tw
@@ -132,7 +132,7 @@ Around back,
 <</if>>
 
 <<if $FCTVreceiver > 0>>
-<br><br>
+	<br><br>
 	<<if $FCTVrate == 1>>
 		You make sure to tune in to FCTV at least once a week. [[Watch every other week|Manage Personal Affairs][$FCTVrate = 2]] | [[Watch once a month|Manage Personal Affairs][$FCTVrate = 4]] | [[Ignore it|Manage Personal Affairs][$FCTVrate = -1]]
 	<<elseif $FCTVrate == 2>>
@@ -508,29 +508,29 @@ In total, you have given birth to:
 
 <<if $PC.preg == 0 && $PC.pregWeek == 0>>
 
-<<if $dairyPiping == 1 && ($cumSlaves > 0 || $arcologies[0].FSPastoralistLaw == 1)>>
-	<<if $PC.cumTap == 0>>
-		<br><br>
-		The tap connected to $dairyName has a variety of attachments, one of which being a very tantalizing dick-shaped nozzle. It looks like it would be a perfect fit for you, if you were curious, that is.
-		<br><br>[[No one is looking...|FSelf]]
-	<<else>>
-		<br><br>
-		The tap connected to $dairyName is calling to you. Begging to let it fill you with cum again. If you wanted to try and go bigger, that is.
-		<br>[[Sounds fun!|FSelf]]
-		<br><<link "You only want to get pregnant." "Manage Personal Affairs">><<set $PC.preg = 1, $PC.pregWeek = 1, $PC.pregSource = 0, $PC.pregKnown = 1>><<set $PC.pregType = setPregType($PC)>><<set WombImpregnate($PC, $PC.pregType, 0, 1)>><</link>>
+	<<if $dairyPiping == 1 && ($cumSlaves > 0 || $arcologies[0].FSPastoralistLaw == 1)>>
+		<<if $PC.cumTap == 0>>
+			<br><br>
+			The tap connected to $dairyName has a variety of attachments, one of which being a very tantalizing dick-shaped nozzle. It looks like it would be a perfect fit for you, if you were curious, that is.
+			<br><br>[[No one is looking...|FSelf]]
+		<<else>>
+			<br><br>
+			The tap connected to $dairyName is calling to you. Begging to let it fill you with cum again. If you wanted to try and go bigger, that is.
+			<br>[[Sounds fun!|FSelf]]
+			<br><<link "You only want to get pregnant." "Manage Personal Affairs">><<set $PC.preg = 1, $PC.pregWeek = 1, $PC.pregSource = 0, $PC.pregKnown = 1>><<set $PC.pregType = setPregType($PC)>><<set WombImpregnate($PC, $PC.pregType, 0, 1)>><</link>>
+		<</if>>
 	<</if>>
-<</if>>
-<<if $PC.vagina == 1 && $PC.dick == 1>>
-	<<if $PC.birthSelf > 0>>
-		<br><br>
-		Who better to impregnate you than you?
-		<br>[[Impregnate yourself.|MpregSelf]]
-	<<else>>
-		<br><br>
-		You have an empty vagina, a working set of balls, and a strong craving for a hot creampie. Who better to give it to you than you?
-		[[Grab an extra syringe.|MpregSelf]]
+	<<if $PC.vagina == 1 && $PC.dick == 1>>
+		<<if $PC.birthSelf > 0>>
+			<br><br>
+			Who better to impregnate you than you?
+			<br>[[Impregnate yourself.|MpregSelf]]
+		<<else>>
+			<br><br>
+			You have an empty vagina, a working set of balls, and a strong craving for a hot creampie. Who better to give it to you than you?
+			[[Grab an extra syringe.|MpregSelf]]
+		<</if>>
 	<</if>>
-<</if>>
 
 <</if>>
 
diff --git a/src/pregmod/physicalDevelopment.tw b/src/pregmod/physicalDevelopment.tw
deleted file mode 100644
index 207cd8993f7f0ec122b448d877883cd074375ea3..0000000000000000000000000000000000000000
--- a/src/pregmod/physicalDevelopment.tw
+++ /dev/null
@@ -1,2933 +0,0 @@
-:: Physical Development [nobr widget]
-
-<<widget "PhysicalDevelopment">>
-
-<<set _rearQuirk = $args[0].geneticQuirks.rearLipedema == 2 ? 2 : 0>>
-<<set _rearQuirkDivider = _rearQuirk == 0 ? 1 : _rearQuirk>>
-<<if $args[0].geneticQuirks.gigantomastia == 2 && $args[0].geneticQuirks.macromastia == 2>>
-	<<set _gigantomastiaMod = 3>>
-<<elseif $args[0].geneticQuirks.gigantomastia == 2>>
-	<<set _gigantomastiaMod = 2>>
-<<elseif $args[0].geneticQuirks.macromastia == 2>>
-	<<set _gigantomastiaMod = 1.5>>
-<<elseif $args[0].geneticQuirks.gigantomastia == 3>>
-	<<set _gigantomastiaMod = 1.2>>
-<<elseif $args[0].geneticQuirks.macromastia == 3>>
-	<<set _gigantomastiaMod = 1.1>>
-<<else>>
-	<<set _gigantomastiaMod = 1>>
-<</if>>
-
-<<if ($args[0].geneMods.NCS == 1)>>
-/* NCS completely blocks all natural physical growth: no height increases. It also blocks all hormonal secondary sexual * characteristics. So, on the female side: no boobs, no butt, no hips, and no labia. And on the male side: no dick, no clit, no balls, no scrotum, no shoulders. */
-
-/* so this is a big old NO-OP to skip the physical development. */
-
-<<elseif $args[0].genes == "XX">>
-/* loli becoming a woman */
-
-<<switch $args[0].physicalAge>>
-
-<<case 3>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 91>>
-			<<set $args[0].height += either(8,8,9,9)>>
-		<<elseif $args[0].height <= 101>>
-			<<set $args[0].height += 5>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 91>>
-			<<set $args[0].height += either(8,8,9,9,9)>>
-		<<elseif $args[0].height <= 101>>
-			<<set $args[0].height += 5>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 91>>
-			<<set $args[0].height += either(9,9,9,10,10)>>
-		<<elseif $args[0].height <= 101>>
-			<<set $args[0].height += 5>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 91>>
-			<<set $args[0].height += either(8,9,9,9,10)>>
-		<<elseif $args[0].height <= 101>>
-			<<set $args[0].height += 5>>
-		<</if>>
-	<<else>>
-		<<if $args[0].geneticQuirks.dwarfism == 2 && $args[0].geneticQuirks.gigantism != 2>>
-			<<if $args[0].height <= 77>>
-				<<set $args[0].height += either(2,2,3,3,4,4)>>
-			<<elseif $args[0].height <= 82>>
-				<<set $args[0].height += 1>>
-			<</if>>
-		<<elseif $args[0].geneticQuirks.gigantism == 2>>
-			<<if $args[0].height <= 101>>
-				<<set $args[0].height += either(8,8,9,9,9,10)>>
-			<<elseif $args[0].height <= 116>>
-				<<set $args[0].height += 7>>
-			<</if>>
-		<<else>>
-			<<if $args[0].height <= 91>>
-				<<set $args[0].height += either(8,8,9,9,9,10)>>
-			<<elseif $args[0].height <= 101>>
-				<<set $args[0].height += 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<set $args[0].pregAdaptation = 5>>
-<<case 4>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(6,6,7,7)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(6,6,7,7,7)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(7,7,7,8,8)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(6,7,7,7,8)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(6,6,7,7,7,8)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 5>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 5>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(6,6,7,7)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(6,6,7,7,7)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(7,7,7,8,8)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(6,7,7,7,8)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(6,6,7,7,7,8)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 5>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 6>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(5,5,6,6)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(5,5,6,6,6)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(6,6,6,7,7)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(5,6,6,6,7)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(5,5,6,6,6,7)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 5>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 7>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(7,7,8,8)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(7,7,8,8,8)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(8,8,8,9,9)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(7,8,8,8,9)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(7,7,8,8,8,9)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 6>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 8>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(5,5,6,6)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 80/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(5,5,6,6,6)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 25>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(6,6,6,7,7)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 99>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(5,6,6,6,7)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 80/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(5,5,6,6,6,7)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 60/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 7>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 9>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(4,4,5,5,)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 80/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(4,4,5,5,5)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 25>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(5,5,5,6,6)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(4,5,5,5,6)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(4,4,5,5,5,6)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 8>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 10>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(6,6,7,7)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 80/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(6,6,7,7,7)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 25>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(7,7,7,8,8)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(6,7,7,7,8)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(6,6,7,7,7,8)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 9>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 11>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(5,5,6,6)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 20/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 600*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(5,5,6,6,6)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 40/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 500*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(6,6,6,7,7)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 95/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(5,6,6,6,7)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(5,5,6,6,6,7)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 60/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 300*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 10>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-	<<if $args[0].geneticQuirks.wellHung == 2 && $args[0].clit > 0 && $args[0].clit < 5 && random(1,100) > 60>>
-		<<set $args[0].clit++>>
-	<</if>>
-<<case 12>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 163>>
-			<<set $args[0].height += either(6,6,7,7)>>
-		<<elseif $args[0].height <= 168>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 4+_rearQuirk>>
-			<<if random(1,100) > 20/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 700*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 163>>
-			<<set $args[0].height += either(6,6,7,7,7)>>
-		<<elseif $args[0].height <= 168>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 4+_rearQuirk>>
-			<<if random(1,100) > 40/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 600*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(7,7,7,8,8)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 95/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 163>>
-			<<set $args[0].height += either(6,7,7,7,8)>>
-		<<elseif $args[0].height <= 168>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(6,6,7,7,7,8)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 60/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 300*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 14>>
-		<<set $args[0].pregAdaptation += 4>>
-	<</if>>
-	<<if $args[0].geneticQuirks.wellHung == 2 && $args[0].clit > 0 && $args[0].clit < 5 && random(1,100) > 60>>
-		<<set $args[0].clit++>>
-	<</if>>
-<<case 13>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(5,5,6,6)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].face > 60>>
-			<<if random(1,100) > 80>>
-				<<set $args[0].face += 5>>
-			<</if>>
-		<<elseif $args[0].face <= 60>>
-			<<if random(1,100) > 30>>
-				<<set $args[0].face += 10>>
-			<</if>>
-		<</if>>
-		<<if $args[0].voice == 3>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 4+_rearQuirk>>
-			<<if random(1,100) > 20/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1000*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 186>>
-			<<set $args[0].height += either(5,5,6,6,6)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].face > 60>>
-			<<if random(1,100) > 80>>
-				<<set $args[0].face += 5>>
-			<</if>>
-		<<elseif $args[0].face <= 60>>
-			<<if random(1,100) > 30>>
-				<<set $args[0].face += 10>>
-			<</if>>
-		<</if>>
-		<<if $args[0].voice == 3>>
-			<<if random(1,100) > 80>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 4+_rearQuirk>>
-			<<if random(1,100) > 40/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 900*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(6,6,6,7,7)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].face < 100>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].face -= 20>>
-			<</if>>
-		<</if>>
-		<<if $args[0].voice <= 3>>
-			<<if random(1,100) > 30>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 95/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(5,6,6,6,7)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].face < 100>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].face -= 20>>
-			<</if>>
-		<</if>>
-		<<if $args[0].voice <= 3>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(5,5,6,6,6,7)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].face > 60>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].face += 5>>
-			<</if>>
-		<<elseif $args[0].face <= 60>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].face += 10>>
-			<</if>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 60/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].voice == 3>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 400*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 18>>
-		<<set $args[0].pregAdaptation += 4>>
-	<</if>>
-	<<if $args[0].geneticQuirks.wellHung == 2 && $args[0].clit > 0 && $args[0].clit < 5 && random(1,100) > 60>>
-		<<set $args[0].clit++>>
-	<</if>>
-<<case 14>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(4,4,5,5)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 800*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(4,4,5,5,5)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 700*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(5,5,5,6,6)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(4,5,5,5,6)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(4,4,5,5,5,6)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 2>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 500*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 22>>
-		<<set $args[0].pregAdaptation += 4>>
-	<</if>>
-	<<if $args[0].geneticQuirks.wellHung == 2 && $args[0].clit > 0 && $args[0].clit < 5 && random(1,100) > 60>>
-		<<set $args[0].clit++>>
-	<</if>>
-<<case 15>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 900*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 800*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(1,1,1,2,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs < 500*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 28>>
-		<<set $args[0].pregAdaptation += 6>>
-	<</if>>
-	<<if $args[0].geneticQuirks.wellHung == 2 && $args[0].clit > 0 && $args[0].clit < 5 && random(1,100) > 60>>
-		<<set $args[0].clit++>>
-	<</if>>
-<<case 16>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1200*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1000*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(1,1,1,2,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs < 800*_gigantomastiaMod>>
-			<<if random(1,100) > 50/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 34>>
-		<<set $args[0].pregAdaptation += 6>>
-	<</if>>
-	<<if $args[0].geneticQuirks.wellHung == 2 && $args[0].clit > 0 && $args[0].clit < 5 && random(1,100) > 60>>
-		<<set $args[0].clit++>>
-	<</if>>
-<<case 17>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1600*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1200*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(1,1,1,2,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs < 800*_gigantomastiaMod>>
-			<<if random(1,100) > 60/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 42>>
-		<<set $args[0].pregAdaptation += 8>>
-	<</if>>
-	<<if $args[0].geneticQuirks.wellHung == 2 && $args[0].clit > 0 && $args[0].clit < 5 && random(1,100) > 60>>
-		<<set $args[0].clit++>>
-	<</if>>
-<<case 18>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 2000*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1600*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(1,1,1,2,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].clit > 0 && $args[0].clit < 4>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].clit += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs < 800*_gigantomastiaMod>>
-			<<if random(1,100) > 70/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 50>>
-		<<set $args[0].pregAdaptation += 8>>
-	<</if>>
-	<<if $args[0].geneticQuirks.wellHung == 2 && $args[0].clit > 0 && $args[0].clit < 5 && random(1,100) > 60>>
-		<<set $args[0].clit++>>
-	<</if>>
-<</switch>>
-
-<<elseif $args[0].genes == "XY">>
-
-<<if $args[0].geneticQuirks.wellHung == 2>>
-	<<set _dickMod = 2>>
-<<else>>
-	<<set _dickMod = 1>>
-<</if>>
-
-<<switch $args[0].physicalAge>>
-<<case 3>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 91>>
-			<<set $args[0].height += either(8,8,9,9)>>
-		<<elseif $args[0].height <= 101>>
-			<<set $args[0].height += 5>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 91>>
-			<<set $args[0].height += either(8,8,9,9,9)>>
-		<<elseif $args[0].height <= 101>>
-			<<set $args[0].height += 5>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 91>>
-			<<set $args[0].height += either(9,9,9,10,10)>>
-		<<elseif $args[0].height <= 101>>
-			<<set $args[0].height += 5>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 91>>
-			<<set $args[0].height += either(8,9,9,9,10)>>
-		<<elseif $args[0].height <= 101>>
-			<<set $args[0].height += 5>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 91>>
-			<<set $args[0].height += either(8,8,9,9,9,10)>>
-		<<elseif $args[0].height <= 101>>
-			<<set $args[0].height += 5>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 5>>
-		<<set $args[0].pregAdaptation = 5>>
-	<</if>>
-<<case 4>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(6,6,7,7)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(6,6,7,7,7)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(7,7,7,8,8)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(6,7,7,7,8)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 101>>
-			<<set $args[0].height += either(6,6,7,7,7,8)>>
-		<<elseif $args[0].height <= 109>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 5>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 5>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(6,6,7,7)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(6,6,7,7,7)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(7,7,7,8,8)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(6,7,7,7,8)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 109>>
-			<<set $args[0].height += either(6,6,7,7,7,8)>>
-		<<elseif $args[0].height <= 116>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 5>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 6>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(5,5,6,6)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(5,5,6,6,6)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(6,6,6,7,7)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(5,6,6,6,7)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 116>>
-			<<set $args[0].height += either(5,5,6,6,6,7)>>
-		<<elseif $args[0].height <= 124>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 5>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 7>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(7,7,8,8)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(7,7,8,8,8)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(8,8,8,9,9)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(7,8,8,8,9)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 3>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 124>>
-			<<set $args[0].height += either(7,7,8,8,8,9)>>
-		<<elseif $args[0].height <= 131>>
-			<<set $args[0].height += 4>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 6>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 8>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(5,5,6,6)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 80/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(5,5,6,6,6)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 25>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(6,6,6,7,7)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 99>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 70/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 10>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(5,6,6,6,7)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 80/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 90/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 30>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 131>>
-			<<set $args[0].height += either(5,5,6,6,6,7)>>
-		<<elseif $args[0].height <= 137>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 7>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 9>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(4,4,5,5,)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 80/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(4,4,5,5,5)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 25>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(5,5,5,6,6)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6 && _dickMod == 2>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(4,5,5,5,6)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6 && _dickMod == 2>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 137>>
-			<<set $args[0].height += either(4,4,5,5,5,6)>>
-		<<elseif $args[0].height <= 144>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6 && _dickMod == 2>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 8>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 10>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(6,6,7,7)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 80/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(6,6,7,7,7)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 95>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 90/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 25>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(7,7,7,8,8)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 70/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(6,7,7,7,8)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 90/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 144>>
-			<<set $args[0].height += either(6,6,7,7,7,8)>>
-		<<elseif $args[0].height <= 156>>
-			<<set $args[0].height += 4>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6 && _dickMod == 2>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 9>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 11>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(5,5,6,6)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 20/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(5,5,6,6,6)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 3+_rearQuirk>>
-			<<if random(1,100) > 40/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 25>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(6,6,6,7,7)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 70/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(5,6,6,6,7)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 90/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 156>>
-			<<set $args[0].height += either(5,5,6,6,6,7)>>
-		<<elseif $args[0].height <= 163>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6 && _dickMod == 2>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 10>>
-		<<set $args[0].pregAdaptation++>>
-	<</if>>
-<<case 12>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 163>>
-			<<set $args[0].height += either(6,6,7,7)>>
-		<<elseif $args[0].height <= 168>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 4+_rearQuirk>>
-			<<if random(1,100) > 20/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 163>>
-			<<set $args[0].height += either(6,6,7,7,7)>>
-		<<elseif $args[0].height <= 168>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 4+_rearQuirk>>
-			<<if random(1,100) > 40/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -15>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 25>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(7,7,7,8,8)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 70/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 90>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 163>>
-			<<set $args[0].height += either(6,7,7,7,8)>>
-		<<elseif $args[0].height <= 168>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 90/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(6,6,7,7,7,8)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].waist < 20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6 && _dickMod == 2>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 12>>
-		<<set $args[0].pregAdaptation += 2>>
-	<</if>>
-<<case 13>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(5,5,6,6)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].face > 60>>
-			<<if random(1,100) > 80>>
-				<<set $args[0].face += 5>>
-			<</if>>
-		<<elseif $args[0].face <= 60>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].face += 10>>
-			<</if>>
-		<</if>>
-		<<if $args[0].voice < 2>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 4+_rearQuirk>>
-			<<if random(1,100) > 20/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1000*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 186>>
-			<<set $args[0].height += either(5,5,6,6,6)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].face < 60>>
-			<<if random(1,100) > 80>>
-				<<set $args[0].face += 10>>
-			<</if>>
-		<</if>>
-		<<if $args[0].voice < 3>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt < 4+_rearQuirk>>
-			<<if random(1,100) > 40/_rearQuirkDivider>>
-				<<set $args[0].butt += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 900*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -15>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 25>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(6,6,6,7,7)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].voice > 1>>
-			<<if random(1,100) > 10>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 50/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 90>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(5,6,6,6,7)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].voice > 1>>
-			<<if random(1,100) > 30>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 70/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 168>>
-			<<set $args[0].height += either(5,5,6,6,6,7)>>
-		<<elseif $args[0].height <= 171>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].voice > 1>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].voice -= 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 50/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 14>>
-		<<set $args[0].pregAdaptation += 2>>
-	<</if>>
-<<case 14>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(4,4,5,5)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 800*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(4,4,5,5,5)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 700*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -15>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(5,5,5,6,6)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 20/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 90>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(4,5,5,5,6)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 3>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 40/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 171>>
-			<<set $args[0].height += either(4,4,5,5,5,6)>>
-		<<elseif $args[0].height <= 173>>
-			<<set $args[0].height += 2>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 50/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 16>>
-		<<set $args[0].pregAdaptation += 2>>
-	<</if>>
-<<case 15>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 900*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 800*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -15>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(1,1,1,2,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 20/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 90>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 40/_dickMod>>
-				<<set $args[0].dick += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 50/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 50>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 18>>
-		<<set $args[0].pregAdaptation += 2>>
-	<</if>>
-<<case 16>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1200*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1000*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -15>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(1,1,1,2,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 70/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 90>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 90/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].waist < 20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 20>>
-		<<set $args[0].pregAdaptation += 2>>
-	<</if>>
-<<case 17>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1600*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1200*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -15>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(1,1,1,2,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 70/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 90>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 90/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].waist < 20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 20>>
-		<<set $args[0].pregAdaptation += 2>>
-	<</if>>
-<<case 18>>
-	<<if $args[0].hormoneBalance >= 200>>
-		<<if $args[0].geneticQuirks.dwarfism == 2 && $args[0].geneticQuirks.gigantism != 2>>
-			<<if $args[0].height <= 146>>
-				<<set $args[0].height += either(0,0,0,1)>>
-			<</if>>
-		<<elseif $args[0].geneticQuirks.gigantism == 2>>
-			<<if $args[0].height <= 274>>
-				<<set $args[0].height += either(0,1,2,3)>>
-			<</if>>
-		<<else>>
-			<<if $args[0].height <= 174>>
-				<<set $args[0].height += either(0,0,1,1)>>
-			<</if>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 2000*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -30>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 100>>
-	<<elseif $args[0].hormoneBalance >= 100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,0,1,1,1)>>
-		<</if>>
-		<<if $args[0].hips < 2>>
-			<<if random(1,100) > 40>>
-				<<set $args[0].hips += 1>>
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs < 1600*_gigantomastiaMod>>
-			<<if random(1,100) > 40/_gigantomastiaMod>>
-				<<set $args[0].boobs += 100>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist > -15>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist -= 5>>
-			<</if>>
-		<</if>>
-		<<set $args[0].boobs += 50>>
-	<<elseif $args[0].hormoneBalance <= -200>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(1,1,1,2,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 100>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 70/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 70>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 90>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<elseif $args[0].hormoneBalance <= -100>>
-		<<if $args[0].height <= 174>>
-			<<set $args[0].height += either(0,1,1,1,2)>>
-		<</if>>
-		<<if $args[0].boobs > 200 && _gigantomastiaMod != 3>>
-			<<set $args[0].boobs -= 50>>
-		<</if>>
-		<<if $args[0].dick > 0 && $args[0].dick < 6>>
-			<<if random(1,100) > 90/_dickMod>>
-				<<set $args[0].dick += 1>>
-				<<if $args[0].foreskin > 0>>
-					<<set $args[0].foreskin += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].balls > 0 && $args[0].balls < 6>>
-			<<if random(1,100) > 90>>
-				<<set $args[0].balls += 1>>
-				<<if $args[0].scrotum > 0>>
-					<<set $args[0].scrotum += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 60>>
-			<<if random(1,100) > 20>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].geneticQuirks.dwarfism == 2 && $args[0].geneticQuirks.gigantism != 2>>
-			<<if $args[0].height <= 146>>
-				<<set $args[0].height += either(0,0,0,1)>>
-			<</if>>
-		<<elseif $args[0].geneticQuirks.gigantism == 2>>
-			<<if $args[0].height <= 274>>
-				<<set $args[0].height += either(3,4,4,5,5,6)>>
-			<</if>>
-		<<else>>
-			<<if $args[0].height <= 174>>
-				<<set $args[0].height += either(0,0,1,1,1,2)>>
-			<</if>>
-		<</if>>
-		<<if $args[0].waist < 20>>
-			<<if random(1,100) > 60>>
-				<<set $args[0].waist += 5>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $args[0].pregAdaptation < 20>>
-		<<set $args[0].pregAdaptation += 2>>
-	<</if>>
-<</switch>>
-<</if>>
-
-<</widget>>
diff --git a/src/pregmod/seFCTVinstall.tw b/src/pregmod/seFCTVinstall.tw
index e7f515028c1bbf89ad999d04e6b1a8b7c904d16d..af66678335b6dfda675166c4788a4de0e44e1eb4 100644
--- a/src/pregmod/seFCTVinstall.tw
+++ b/src/pregmod/seFCTVinstall.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "FCTV", $receiverAvailable = 1>>
 <<set $showOne = 0, $showTwo = 0, $showThree = 0, $showFour = 0, $showFive = 0, $showSix = 0, $showSeven = 0, $showEight = 0, $showNine = 0, $showTen = 0, $showEleven = 0, $showTwelve = 0, $showThirteen = 0, $showFourteen = 0, $randShow = 0, $lastShow = -1>>
 
-You've been sitting in your office into the early afternoon going over bothersome lease documents that need your approval. When you take a break to look out the window, $assistantName speaks up. "<<= properTitle()>>, you have received an approval welcome packet from 8HGG Inc in regards to Free Cities TV. It seems that they've determined that $arcologies[0].name is now sufficiently developed enough to warrant a FCTV-Citizen connection. All the details and contracts necessary are included in the packet. From there, a receiver will need to be built onto $arcologies[0].name in order to access FCTV."
+You've been sitting in your office into the early afternoon going over bothersome lease documents that need your approval. When you take a break to look out the window, $assistantName speaks up. "<<= properTitle()>>, you have received an approval welcome packet from 8HGG Inc. in regards to Free Cities TV. It seems that they've determined that $arcologies[0].name is now sufficiently developed enough to warrant a FCTV-Citizen connection. All the details and contracts necessary are included in the packet. From there, a receiver will need to be built onto $arcologies[0].name in order to access FCTV."
 <br><br>
 
 You browse the guide: home shopping networks, random dramas, how-to shows and a myriad of other things. Of more interest are some of the programs showing glimpses into foreign arcologies and how they are using the service to help mold society.
diff --git a/src/pregmod/seFCTVremote.tw b/src/pregmod/seFCTVremote.tw
index 5fa8aeab72943e202e2729c49b67d21b3e016c6f..e7d83b510e1c4976245482d2a12d8ade6c5244b2 100644
--- a/src/pregmod/seFCTVremote.tw
+++ b/src/pregmod/seFCTVremote.tw
@@ -57,7 +57,7 @@
 
 You have a gap in your schedule in the morning, and decide to watch some FCTV<<if $Concubine != 0>> with your concubine, @@.pink;$Concubine.slaveName@@<</if>>. No sooner do you begin to watch a random show, than you have a notification that someone is here to see you. It seems to be a tech of some sort, complete with a small utility drone. A camera reveals the back of $his shirt, on which is written in block letters "FCTV SERVICE." Incredible. How do these people always find the worst time to stop in? <<if $assistant > 0>>Your assistant shrugs. At a gesture from you, _heA lets $him in.<<else>>You push a button to allow $him to come in.<</if>> This had better be good.
 <br>
-Presently, the tech enters the room and asks how your FCTV product is working. You tersely reply that it is fine, <<if $FCTVremote == 1>> although you're annoyed you had to purchase your own remote,<<else>> although you find the random nature of the shows a little annoying,<</if>> then ask the tech to cut to the point. $He shifts from one foot to the other, and then sheepishly admits that the service comes with a free remote that allows you to change the channels. Incredible! Why didn't you receive one? "It's, uh, 8HGG Inc. policy to distribute remotes only after a trial period." <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> quietly notifies you that "$He's lying. We've had no notification from 8HGG of a visit. It's definitely the same tech as last time; $he's trying to cover up $his mistake on a big contract. <i>They don't know $he's here.</i>"
+Presently, the tech enters the room and asks how your FCTV product is working. You tersely reply that it is fine, <<if $FCTVremote == 1>> although you're annoyed you had to purchase your own remote,<<else>> although you find the random nature of the shows a little annoying,<</if>> then ask the tech to cut to the point. $He shifts from one foot to the other, and then sheepishly admits that the service comes with a free remote that allows you to change the channels. Incredible! Why didn't you receive one? "It's, uh, 8HGG Inc. policy to distribute remotes only after a trial period." <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> quietly notifies you that "$He's lying. We've had no notification from 8HGG Inc. of a visit. It's definitely the same tech as last time; $he's trying to cover up $his mistake on a big contract. <i>They don't know $he's here.</i>"
 <br>
 $He unboxes the new remote and turns $his back to you, eagerly demonstrating how you can use it to watch any show you want. This could be your chance to turn the tables on FCTV and get some special "customer support" of your own.
 <br><br>
@@ -250,7 +250,7 @@ It seems the aphrodisiacs are wearing off, and the tech is stirring. Sitting up,
 		<<else>>
 			ancient times,
 		<</if>>
-		exile was the worst punishment. You let $him know you have no intention of helping $him. In fact, you plan to release video of $his scandalous behavior on the web. As $his knees quake you again show $him slightly doctored video of $him eagerly receiving $his tattoos, and then undoctored video of $him enjoying $his "customer service." You doubt 8HGG Inc will be pleased with $his enthusiasm for the brand. But, it's not your problem. Begging for mercy, the tech trails a small stream of fluids across the floor as your drones carry $him out. A smaller drone follows along cleaning up the mess. As the doors shut, you set the slave remote on max and break it in half over the trash.
+		exile was the worst punishment. You let $him know you have no intention of helping $him. In fact, you plan to release video of $his scandalous behavior on the web. As $his knees quake you again show $him slightly doctored video of $him eagerly receiving $his tattoos, and then undoctored video of $him enjoying $his "customer service." You doubt 8HGG Inc. will be pleased with $his enthusiasm for the brand. But, it's not your problem. Begging for mercy, the tech trails a small stream of fluids across the floor as your drones carry $him out. A smaller drone follows along cleaning up the mess. As the doors shut, you set the slave remote on max and break it in half over the trash.
 	<</replace>>
 <</link>>
 </span>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 38b17d7fe27e54431d0a8d3b4d1c3a5a7e1ff00f..aaa287a3ef51db427e4c6e134e5a7466aed14500 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -571,6 +571,9 @@
 <<if ndef $EliteSires>>
 	<<set $EliteSires = ["crazy", "futa", "moves", "preggo", "quick", "virgin"]>>
 <</if>>
+<<if ndef $dyedSkin>>
+	<<set $dyedSkin = ["camouflage patterned", "dyed blue", "dyed gray", "dyed green", "dyed pink", "dyed red", "tiger striped"]>>
+<</if>>
 <<if ndef $startingPoint>>
 	<<set $startingPoint = -1>>
 <</if>>
@@ -718,7 +721,6 @@
 <<if ndef $tanks>>
 	<<set $tanks = []>>
 <</if>>
-
 <<if ndef $nursery>>
 	<<set $nursery = 0>>
 <</if>>
diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw
index 8ab240d39b8b4e2165fc64d44a4c9ff9218fbf5b..b30ccf8b0cd6b09c391551de66bf460debeb2acf 100644
--- a/src/uncategorized/RECI.tw
+++ b/src/uncategorized/RECI.tw
@@ -44,8 +44,8 @@
 <<set _clothesTemp = $activeSlave.clothes>>
 <<switch $RECIevent>>
 	/*Some events start with the slave naked (any event that starts with the daily inspection, for example). Here we switch their clothing just for the image to load, then switch it back quickly so the player's choice is not messed up.*/
-	<<case "butthole" "feminization" "futa" "MILF" "orientation" "ugly">>
-		<<set $activeSlave.clothes = "no clothing">>
+<<case "butthole" "feminization" "futa" "MILF" "orientation" "ugly">>
+	<<set $activeSlave.clothes = "no clothing">>
 <</switch>>
 <span id="artFrame">
 /* 000-250-006 */
diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw
index 806dbd9f317ce96c44a3255d6afb23f8a9a1130e..adddd406088b7cbb191816ecd95d95ef3a699830 100644
--- a/src/uncategorized/REFS.tw
+++ b/src/uncategorized/REFS.tw
@@ -244,7 +244,7 @@
 
 	The notion of the physical ideal has taken $arcologies[0].name by storm and a number of enterprising citizens have been quick to respond by providing new services and businesses in response. One such innovation is the open air gym, a now common sight along $arcologies[0].name's many streets. Many citizens utilize such facilities to squeeze in an extra work-out on their daily commute, or in lieu of personal fitness facilities in their own homes.
 	<br><br>
-	While navigating your arcology on an outing, you find yourself coming across one of the arcology's finest open-air gyms, clearly marketed towards the wealthy citizen on the move. As impressive as the gold plated fitness equipment is, in amongst the power racks, dip bars and bench press stations is perhaps one of the most spectacular athletic specimens in the entire arcology. This female citizen has clearly embraced everything that $arcologies[0].name's physical idealism represents, molding herself into a rippling blend of broad shoulders, powerful muscles and a ripped stomach that would shame even the most well-built old world athlete.
+	While navigating your arcology on an outing, you find yourself coming across one of the arcology's finest open-air gyms, clearly marketed towards the wealthy citizen on the move. As impressive as the gold plated fitness equipment is, in amongst the power racks, dip bars and bench press stations is perhaps one of the most spectacular athletic specimens in the entire arcology. This female citizen has clearly embraced everything that $arcologies[0].name's physical idealism represents, molding $himself into a rippling blend of broad shoulders, powerful muscles, and a ripped stomach that would shame even the most well-built old world athlete.
 
 <<case "pastoralist encounter">>
 
@@ -363,226 +363,226 @@
 <<case "physical idealist encounter">>
 
 	<span id="result">
-	<<link "Keep walking">>
-		<<replace "#result">>
-		The citizen is undoubtedly a uniquely athletic specimen, so you linger for a moment to appreciate the strength and vigor of her punishing physical routine. When you've had your fill, you move on towards your next appointment.
-		<</replace>>
-	<</link>>
-	<<if $cash >= 1000>>
-	<br><<link "Offer to sponsor her for a promotional video">>
-		<<replace "#result">>
-		Despite her hulking, muscular exterior, the citizen proves to be a shrewd and capable advertisement executive as well. The two of you sit beside a hefty dumbbell rack for some time and together craft a simple promotional ad campaign featuring the herculean physical form of the citizen. Shooting the video is simple, footage of the citizen going about her various fitness routines is inspiring enough, and soon her every muscle and sinew is being broadcast across the world to laud the physical achievements of $arcologies[0].name. Your citizens are @@.green;filled with pride,@@ knowing the rest of the world was just awed by their pursuit of bodily perfection.
-		<<run repX(5000, "event")>>
-		<<run cashX(-1000, "event")>>
-		<</replace>>
-	<</link>> // This will cost <<print cashFormat(1000)>>. //
-	<</if>>
-	<br><<link "Spend some time working out with her">>
-		<<replace "#result">>
-		The attendant of the gym is almost too stunned to charge you for entry, and indeed many citizens inside and outside the gym stop to watch you begin a work-out routine. The muscular citizen does not halt her own regime, of course, so you soon find yourself pumping iron and straining your muscles to the limit beside her.
-		<br><br>
-		Your eyes lock somewhere in the midst of a particularly strenuous exercise, and what follows may be remembered in the annals of $arcologies[0].name history as the most erotic display of physical might ever recorded. Matching each other rep for rep, the gym is soon echoing with the grunts of both your exertions while your bodies grow slick with glistening sweat. When the last dumbbell is racked, the citizen merely nods her respect at you for matching her pursuit of the physical ideal, to the @@.green;delight of the watching citizenry.@@
-		<<run repX(1500, "event")>>
-		<</replace>>
-	<</link>>
+		<<link "Keep walking">>
+			<<replace "#result">>
+				The citizen is undoubtedly a uniquely athletic specimen, so you linger for a moment to appreciate the strength and vigor of $his punishing physical routine. When you've had your fill, you move on towards your next appointment.
+			<</replace>>
+		<</link>>
+		<<if $cash >= 1000>>
+			<br><<link "Offer to sponsor $him for a promotional video">>
+				<<replace "#result">>
+					Despite $his hulking, muscular exterior, the citizen proves to be a shrewd and capable advertisement executive as well. The two of you sit beside a hefty dumbbell rack for some time and together craft a simple promotional ad campaign featuring the herculean physical form of the citizen. Shooting the video is simple, footage of the citizen going about $his various fitness routines is inspiring enough, and soon $his every muscle and sinew is being broadcast across the world to laud the physical achievements of $arcologies[0].name. Your citizens are @@.green;filled with pride,@@ knowing the rest of the world was just awed by their pursuit of bodily perfection.
+					<<run repX(5000, "event")>>
+					<<run cashX(-1000, "event")>>
+				<</replace>>
+			<</link>> // This will cost <<print cashFormat(1000)>>. //
+		<</if>>
+		<br><<link "Spend some time working out with $him">>
+			<<replace "#result">>
+				The attendant of the gym is almost too stunned to charge you for entry, and indeed many citizens inside and outside the gym stop to watch you begin a work-out routine. The muscular citizen does not halt $his own regime, of course, so you soon find yourself pumping iron and straining your muscles to the limit beside $him.
+				<br><br>
+				Your eyes lock somewhere in the midst of a particularly strenuous exercise, and what follows may be remembered in the annals of $arcologies[0].name history as the most erotic display of physical might ever recorded. Matching each other rep for rep, the gym is soon echoing with the grunts of both your exertions while your bodies grow slick with glistening sweat. When the last dumbbell is racked, the citizen merely nods $his respect at you for matching $his pursuit of the physical ideal, to the @@.green;delight of the watching citizenry.@@
+				<<run repX(1500, "event")>>
+			<</replace>>
+		<</link>>
 	</span>
 
 <<case "pastoralist encounter">>
 
 	<span id="result">
-	<<link "Keep walking">>
-		<<replace "#result">>
-		The establishment is not the first of its kind in the arcology, but the idea seems to be popular enough with the citizenry to accommodate competition. When you've sated your curiosity perusing the courtesy menu by the door, you move on towards your next appointment.
-		<</replace>>
-	<</link>>
-	<<if $cash >= 1000>>
-	<br><<link "Offer to sponsor the restaurant with an advertisement">>
-		<<replace "#result">>
-		You soon discover that the owner of the establishment is a matronly woman who sources her dairy from other mothers in the arcology, having found that new or expectant mothers are often in need of a revenue stream. The two of you sit at the counter for some time, though the owner often excuses herself for a milking in the back room, and together craft a simple promotional ad campaign featuring a simple slogan. Posters bearing the words "Got MILF?" soon grace the walls of $arcologies[0].name, and your citizens take to the idea of motherly milkshakes and admire your @@.green;marketing acumen.@@
-		<<run repX(5000, "event")>>
-		<<run cashX(-1000, "event")>>
-		<</replace>>
-	<</link>> // This will cost <<print cashFormat(1000)>>. //
-	<</if>>
-	<br><<link "Have a shake">>
-		<<replace "#result">>
-		The owner of the parlor is so flattered by your patronage of her humble store that she not only provides your drink free of charge but even milks herself at the counter to personally provide the dairy for your shake. The shake's taste is rich, even creamy, with an overall sweet palate mixed with a slight nuttiness.
-		<br><br>
-		Though you depart without officially sponsoring the milkshake parlor, your presence is endorsement enough to many citizens while others simply @@.green;appreciate you drinking amongst them.@@
-		<<run repX(1500, "event")>>
-		<</replace>>
-	<</link>>
+		<<link "Keep walking">>
+			<<replace "#result">>
+				The establishment is not the first of its kind in the arcology, but the idea seems to be popular enough with the citizenry to accommodate competition. When you've sated your curiosity perusing the courtesy menu by the door, you move on towards your next appointment.
+			<</replace>>
+		<</link>>
+		<<if $cash >= 1000>>
+			<br><<link "Offer to sponsor the restaurant with an advertisement">>
+				<<replace "#result">>
+					You soon discover that the owner of the establishment is a matronly $woman who sources $his dairy from other mothers in the arcology, having found that new or expectant mothers are often in need of a revenue stream. The two of you sit at the counter for some time, though the owner often excuses $himself for a milking in the back room, and together craft a simple promotional ad campaign featuring a simple slogan. Posters bearing the words "Got MILF?" soon grace the walls of $arcologies[0].name, and your citizens take to the idea of motherly milkshakes and admire your @@.green;marketing acumen.@@
+					<<run repX(5000, "event")>>
+					<<run cashX(-1000, "event")>>
+				<</replace>>
+			<</link>> // This will cost <<print cashFormat(1000)>>. //
+		<</if>>
+		<br><<link "Have a shake">>
+			<<replace "#result">>
+				The owner of the parlor is so flattered by your patronage of $his humble store that $he not only provides your drink free of charge but even milks $himself at the counter to personally provide the dairy for your shake. The shake's taste is rich, even creamy, with an overall sweet palate mixed with a slight nuttiness.
+				<br><br>
+				Though you depart without officially sponsoring the milkshake parlor, your presence is endorsement enough to many citizens while others simply @@.green;appreciate you drinking amongst them.@@
+				<<run repX(1500, "event")>>
+			<</replace>>
+		<</link>>
 	</span>
 
 <<case "transformation fetishism encounter">>
 
 	<span id="result">
-	<<link "Keep walking">>
-		<<replace "#result">>
-		It's unfortunate that this citizen is unable to realize $his dreams, but that's the way of the Free Cities. There are winners, and there are losers.
-		<</replace>>
-	<</link>>
-	<<if $cash >= 1000>>
-	<br><<link "Pay for $his treatment">>
-		<<replace "#result">>
-		It takes a moment for you to convince the $woman that you aren't playing some cruel joke on $him, but once you do $he practically squeals with joy as you take $him through the doors of the clinic and announce your intent to pay to give your loyal citizen the absolute transformative works. When you next see $him it's on a gurney as $he's wheeled out of the surgery, $his patient's gown jutting out from $his chest due to the size of $his new rack. Through swollen lips $he gushes to you about how great $he feels to finally be a veritable bimbo, and how $he's going to tell every citizen $he fucks in $arcologies[0].name @@.green;that they have you to thank for $his new body.@@
-		<<run repX(5000, "event")>>
-		<<run cashX(-1000, "event")>>
-		<</replace>>
-	<</link>> // The treatment will cost <<print cashFormat(1000)>>. //
-	<</if>>
-	<br><<link "Offer to enhance $him in your remote surgery in exchange for a fuck">>
-		<<replace "#result">>
-		You make your presence known to citizen, and once the usual shock and disbelief have worn off the citizen rapidly agrees to your proposal. $He follows you back to the penthouse where you inform $assistantName that the citizen is to be given the works in the remote surgery. As the citizen passes through the doors to the surgery, $he turns and blows you a kiss of gratitude.
-		<br><br>
-		When the citizen is later delivered to your private suite to uphold $his end of the bargain, $he does so as the veritable image of a perfect bimbo slut. In $his rush to come thank you for transforming $him from $his plain and plebian appearance $he has evidently neglected to clothe $himself, so you can admire $his new firm tits, plump ass and bee-stung lips from the moment $he enters the room. Despite being fresh from surgery, $he's an exquisite fuck and an enthusiastic partner — citizens like $him often are, given that penetration from a slave would be a social suicide.
-		<<if $cash >= 10000>>
-			<br><br>
-			<span id="result2">
-			<<link "Enslave $him afterwards">>
-				<<replace "#result2">>
-				As your new playmate lies slumbering in bed, you consult with $assistantName as to the cost of the surgery conducted today. With some creative accounting, you settle the citizen's other outstanding debts and then arrange for $him to be charged a sum in excess of $his financial means for the surgery conducted on $him today. Of course, that was not what you agreed, but it was $his mistake for undergoing an expensive procedure without a formal contract. When $he awakens, though $he will retain $his new bimbo body, $he will be just another slave in your penthouse.
-				<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-				<<run cashX(-10000, "event", $activeSlave)>>
+		<<link "Keep walking">>
+			<<replace "#result">>
+				It's unfortunate that this citizen is unable to realize $his dreams, but that's the way of the Free Cities. There are winners, and there are losers.
+			<</replace>>
+		<</link>>
+		<<if $cash >= 1000>>
+			<br><<link "Pay for $his treatment">>
+				<<replace "#result">>
+					It takes a moment for you to convince the $woman that you aren't playing some cruel joke on $him, but once you do $he practically squeals with joy as you take $him through the doors of the clinic and announce your intent to pay to give your loyal citizen the absolute transformative works. When you next see $him it's on a gurney as $he's wheeled out of the surgery, $his patient's gown jutting out from $his chest due to the size of $his new rack. Through swollen lips $he gushes to you about how great $he feels to finally be a veritable bimbo, and how $he's going to tell every citizen $he fucks in $arcologies[0].name @@.green;that they have you to thank for $his new body.@@
+					<<run repX(5000, "event")>>
+					<<run cashX(-1000, "event")>>
 				<</replace>>
-			<</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. //
-			</span>
+			<</link>> // The treatment will cost <<print cashFormat(1000)>>. //
 		<</if>>
-		<</replace>>
-	<</link>>
+		<br><<link "Offer to enhance $him in your remote surgery in exchange for a fuck">>
+			<<replace "#result">>
+				You make your presence known to citizen, and once the usual shock and disbelief have worn off the citizen rapidly agrees to your proposal. $He follows you back to the penthouse where you inform $assistantName that the citizen is to be given the works in the remote surgery. As the citizen passes through the doors to the surgery, $he turns and blows you a kiss of gratitude.
+				<br><br>
+				When the citizen is later delivered to your private suite to uphold $his end of the bargain, $he does so as the veritable image of a perfect bimbo slut. In $his rush to come thank you for transforming $him from $his plain and plebian appearance $he has evidently neglected to clothe $himself, so you can admire $his new firm tits, plump ass and bee-stung lips from the moment $he enters the room. Despite being fresh from surgery, $he's an exquisite fuck and an enthusiastic partner — citizens like $him often are, given that penetration from a slave would be a social suicide.
+				<<if $cash >= 10000>>
+					<br><br>
+					<span id="result2">
+						<<link "Enslave $him afterwards">>
+							<<replace "#result2">>
+								As your new playmate lies slumbering in bed, you consult with $assistantName as to the cost of the surgery conducted today. With some creative accounting, you settle the citizen's other outstanding debts and then arrange for $him to be charged a sum in excess of $his financial means for the surgery conducted on $him today. Of course, that was not what you agreed, but it was $his mistake for undergoing an expensive procedure without a formal contract. When $he awakens, though $he will retain $his new bimbo body, $he will be just another slave in your penthouse.
+								<<run newSlave($activeSlave)>> /* skip New Slave Intro */
+								<<run cashX(-10000, "event", $activeSlave)>>
+							<</replace>>
+						<</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. //
+					</span>
+				<</if>>
+			<</replace>>
+		<</link>>
 	</span>
 
 <<case "body purism encounter">>
 
 	<span id="result">
-	<<link "Keep walking">>
-		<<replace "#result">>
-		It's unfortunate that this citizen is unable to realize her dreams, but that's the way of the Free Cities. There are winners, and there are losers.
-		<</replace>>
-	<</link>>
-	<<if $cash >= 1000>>
-	<br><<link "Pay for a day of treatment for her">>
-		<<replace "#result">>
-		It takes a moment for you to convince the woman that you aren't playing some cruel joke on her, but once you do she practically squeals with joy as you take her through the doors of the spa and announce your intent to pay for a day of cleansing, pampering and luxury. When you next see her it's on a wallscreen television at your penthouse praising you profusely. The rejuvenated young woman has clearly spread word of your generosity @@.green;across $arcologies[0].name.@@
-		<<run repX(5000, "event")>>
-		<<run cashX(-1000, "event")>>
-		<</replace>>
-	<</link>> // The treatment will cost <<print cashFormat(1000)>>. //
-	<</if>>
-	<<if ($Attendant != 0)>>
-	<br><<link "Give her a day of pampering with your attendant at your spa">>
-		<<replace "#result">>
-		You make your presence known to the citizen, and once the usual shock and disbelief have worn off it takes a moment to convince her that your offer of a cleansing experience in your spa is neither a cruel joke nor an underhanded attempt to enslave her. She follows you back to the penthouse where you inform your attendant that the citizen is to be sequestered in the spa for a day of pampering, cleansing and rejuvenation. As the citizen passes through the doors to the spa, she turns and blows you a kiss of gratitude.
-		<br><br>
-		When you stop by the spa later in the day, you spot the citizen luxuriating in a hot bath with a number of colorful health products spread across every visible surface of her nude skin. From where you stand it is clear her eyes are closed in immense contentment, while her body floats relaxed and carefree in the bubbling water. When the citizen finally departs at the end of the a long day of purification in the spa, she thanks you profusely and promises to tell everyone she can of your @@.green;generosity.@@
-		<<run repX(1500, "event")>>
-		<</replace>>
-	<</link>>
-	<</if>>
+		<<link "Keep walking">>
+			<<replace "#result">>
+				It's unfortunate that this citizen is unable to realize $his dreams, but that's the way of the Free Cities. There are winners, and there are losers.
+			<</replace>>
+		<</link>>
+		<<if $cash >= 1000>>
+			<br><<link "Pay for a day of treatment for $him">>
+				<<replace "#result">>
+					It takes a moment for you to convince the $woman that you aren't playing some cruel joke on $him, but once you do $he practically squeals with joy as you take $him through the doors of the spa and announce your intent to pay for a day of cleansing, pampering and luxury. When you next see $him it's on a wallscreen television at your penthouse praising you profusely. The rejuvenated young $woman has clearly spread word of your generosity @@.green;across $arcologies[0].name.@@
+					<<run repX(5000, "event")>>
+					<<run cashX(-1000, "event")>>
+				<</replace>>
+			<</link>> // The treatment will cost <<print cashFormat(1000)>>. //
+		<</if>>
+		<<if ($Attendant != 0)>>
+			<br><<link "Give $him a day of pampering with your attendant at your spa">>
+				<<replace "#result">>
+					You make your presence known to the citizen, and once the usual shock and disbelief have worn off it takes a moment to convince $him that your offer of a cleansing experience in your spa is neither a cruel joke nor an underhanded attempt to enslave $him. $He follows you back to the penthouse where you inform your attendant that the citizen is to be sequestered in the spa for a day of pampering, cleansing and rejuvenation. As the citizen passes through the doors to the spa, $he turns and blows you a kiss of gratitude.
+					<br><br>
+					When you stop by the spa later in the day, you spot the citizen luxuriating in a hot bath with a number of colorful health products spread across every visible surface of $his nude skin. From where you stand it is clear $his eyes are closed in immense contentment, while $his body floats relaxed and carefree in the bubbling water. When the citizen finally departs at the end of the a long day of purification in the spa, $he thanks you profusely and promises to tell everyone $he can of your @@.green;generosity.@@
+					<<run repX(1500, "event")>>
+				<</replace>>
+			<</link>>
+		<</if>>
 	</span>
 
 <<case "youth preferentialist encounter">>
 
 	<span id="result">
-	<<link "Let them pass">>
-		<<replace "#result">>
-		You step aside gracefully and bow your head, while signifying to the $girl that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and has to be chaperoned from your presence by $his father. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's youthful, female citizens.@@
-		<<run repX(500, "event")>>
-		<</replace>>
-	<</link>>
-	<<if $cash >= 500>>
-	<br><<link "Fuck $him over dinner">>
-		<<replace "#result">>
-		It takes a moment for you to convince the young $girl and $his father that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a pretty young thing on your arm for the rest of the night, and $his father trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his father, he politely continues eating his dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take his daughter over the dinner table. When you part ways, the young $girl is clearly smitten with you — so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire.@@
-		<<run repX(2500, "event")>>
-		<<run cashX(-500, "event")>>
-		<</replace>>
-	<</link>> // This will cost <<print cashFormat(500)>>. //
-	<</if>>
-	<br><<link "Manipulate $him into having sex with you">>
-		<<replace "#result">>
-		It only takes a moment for $assistantName to uncover the father's financial records and the copious debt therein, and only another moment for you to browbeat the terrified father into allowing his daughter to sleep with you under threat of purchasing all their debt and summarily enslaving $him.
-		<br><br>
-		Once you both retire to your private suite, you peel the $girl's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully youthful, with narrow hips, firm breasts, and a delicate blush across $his shamefaced, rosy cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans — citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature.
-		<<if $cash >= 10000>>
-			<br><br>
-			<span id="result2">
-			<<link "Enslave $him afterwards">>
-				<<set $activeSlave.clothes = "no clothing">>
-				<<replace "#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 */
-				<</replace>>
-				<<replace "#result2">>
-				After $he regains $his bearings from your sexual encounter, the $girl slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his father's considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his cheeks as $he sinks to $his knees, $his hopes of a long life without enslavement now dashed.
-				<br><br>
-				<<run cashX(-10000, "event", $activeSlave)>>
-				<<include "New Slave Intro">>
+		<<link "Let them pass">>
+			<<replace "#result">>
+				You step aside gracefully and bow your head, while signifying to the $girl that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and has to be chaperoned from your presence by $his father. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's youthful, female citizens.@@
+				<<run repX(500, "event")>>
+			<</replace>>
+		<</link>>
+		<<if $cash >= 500>>
+			<br><<link "Fuck $him over dinner">>
+				<<replace "#result">>
+				It takes a moment for you to convince the young $girl and $his father that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a pretty young thing on your arm for the rest of the night, and $his father trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his father, he politely continues eating his dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take his daughter over the dinner table. When you part ways, the young $girl is clearly smitten with you — so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire.@@
+				<<run repX(2500, "event")>>
+				<<run cashX(-500, "event")>>
 				<</replace>>
-			<</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. //
-			</span>
+			<</link>> // This will cost <<print cashFormat(500)>>. //
 		<</if>>
-		<</replace>>
-	<</link>>
+		<br><<link "Manipulate $him into having sex with you">>
+			<<replace "#result">>
+				It only takes a moment for $assistantName to uncover the father's financial records and the copious debt therein, and only another moment for you to browbeat the terrified father into allowing his daughter to sleep with you under threat of purchasing all their debt and summarily enslaving $him.
+				<br><br>
+				Once you both retire to your private suite, you peel the $girl's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully youthful, with narrow hips, firm breasts, and a delicate blush across $his shamefaced, rosy cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans — citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature.
+				<<if $cash >= 10000>>
+					<br><br>
+					<span id="result2">
+						<<link "Enslave $him afterwards">>
+							<<set $activeSlave.clothes = "no clothing">>
+							<<replace "#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 */
+							<</replace>>
+							<<replace "#result2">>
+								After $he regains $his bearings from your sexual encounter, the $girl slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his father's considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his cheeks as $he sinks to $his knees, $his hopes of a long life without enslavement now dashed.
+								<br><br>
+								<<run cashX(-10000, "event", $activeSlave)>>
+								<<include "New Slave Intro">>
+							<</replace>>
+						<</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. //
+					</span>
+				<</if>>
+			<</replace>>
+		<</link>>
 	</span>
 
 <<case "maturity preferentialist encounter">>
 
 	<span id="result">
-	<<link "Let them pass">>
-		<<replace "#result">>
-		You step aside gracefully and bow your head, while signifying to the older woman that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and seems disproportionately flustered by your small show of civility. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, and soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's mature, female citizens.@@
-		<<run repX(500, "event")>>
-		<</replace>>
-	<</link>>
-	<<if $cash >= 500>>
-	<br><<link "Fuck $him over dinner">>
-		<<replace "#result">>
-		It takes a moment for you to convince the older $woman and $his sons that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a mature lady on your arm for the rest of the night, and $his sons trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his sons, they politely continue eating their dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take their mother over the dinner table. When you part ways, the older $woman is clearly smitten with you — so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire.@@
-		<<run repX(2500, "event")>>
-		<<run cashX(-500, "event")>>
-		<</replace>>
-	<</link>> // This will cost <<print cashFormat(500)>>. //
-	<</if>>
-	<br><<link "Manipulate $him into having sex with you">>
-		<<replace "#result">>
-		It only takes a moment for $assistantName to uncover the citizen's financial records and the copious debt therein, and only another moment for you to browbeat the terrified older women into sleeping with you under threat of purchasing all $his debt and summarily enslaving $him. $His sons, frightened into obedience by the possibility of losing their dear mother, take their cue to make themselves scarce during the encounter.
-		<br><br>
-		Once you both retire to your private suite, you peel the mature citizen's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully plush, with wide hips, firm motherly breasts, and a delicate blush across $his shamefaced, plump cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans — citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature.
-		<<if $cash >= 10000>>
-			<br><br>
-			<span id="result2">
-			<<set $activeSlave.clothes = "no clothing">>
-			<<replace "#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 */
+		<<link "Let them pass">>
+			<<replace "#result">>
+				You step aside gracefully and bow your head, while signifying to the older $woman that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and seems disproportionately flustered by your small show of civility. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, and soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's mature, female citizens.@@
+				<<run repX(500, "event")>>
 			<</replace>>
-			<<link "Enslave $him afterwards">>
-				<<replace "#result2">>
-				After $he regains $his bearings from your sexual encounter, the older $woman slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his weathered cheeks as $he sinks to $his knees, $his hopes of making it through the breadth of $his long life without enslavement now dashed.
-				<br><br>
-				<<run cashX(-10000, "event", $activeSlave)>>
-				<<include "New Slave Intro">>
+		<</link>>
+		<<if $cash >= 500>>
+			<br><<link "Fuck $him over dinner">>
+				<<replace "#result">>
+					It takes a moment for you to convince the older $woman and $his sons that you aren't playing some cruel joke on them, but once you do $he enthusiastically agrees to be your companion for the evening. With a mature lady on your arm for the rest of the night, and $his sons trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of $his sons, they politely continue eating their dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take their mother over the dinner table. When you part ways, the older $woman is clearly smitten with you — so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire.@@
+					<<run repX(2500, "event")>>
+					<<run cashX(-500, "event")>>
 				<</replace>>
-			<</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. //
-			</span>
+			<</link>> // This will cost <<print cashFormat(500)>>. //
 		<</if>>
-		<</replace>>
-	<</link>>
+		<br><<link "Manipulate $him into having sex with you">>
+			<<replace "#result">>
+				It only takes a moment for $assistantName to uncover the citizen's financial records and the copious debt therein, and only another moment for you to browbeat the terrified older women into sleeping with you under threat of purchasing all $his debt and summarily enslaving $him. $His sons, frightened into obedience by the possibility of losing their dear mother, take their cue to make themselves scarce during the encounter.
+				<br><br>
+				Once you both retire to your private suite, you peel the mature citizen's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully plush, with wide hips, firm motherly breasts, and a delicate blush across $his shamefaced, plump cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans — citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature.
+				<<if $cash >= 10000>>
+					<br><br>
+					<span id="result2">
+						<<set $activeSlave.clothes = "no clothing">>
+						<<replace "#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 */
+						<</replace>>
+						<<link "Enslave $him afterwards">>
+							<<replace "#result2">>
+								After $he regains $his bearings from your sexual encounter, the older $woman slips on $his simple clothes and attempts to slink away from your private suite unobtrusively. $He makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of $his considerable debt and subsequent enslavement of $him on the basis of that debt. Tears begin to stream down $his weathered cheeks as $he sinks to $his knees, $his hopes of making it through the breadth of $his long life without enslavement now dashed.
+								<br><br>
+								<<run cashX(-10000, "event", $activeSlave)>>
+								<<include "New Slave Intro">>
+							<</replace>>
+						<</link>> // Purchasing $his outstanding debts will cost <<print cashFormat(10000)>>. //
+					</span>
+				<</if>>
+			<</replace>>
+		<</link>>
 	</span>
 
 <<default>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 3c321de329441ecc74b13970de6d2406753428ef..a6b84c458a22de5d811703f4c799a7f1ee29e45c 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -7622,7 +7622,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 <<link "Abuse $his ass">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-		$He turns around as <<if canSee($activeSlave)>>$he hears <</if>>you enter the bathroom, fear and loathing on $his face, but you seize $his shoulder and spin $his back around without a word. You drag $him across the counter until $his face is over the sink, and turn it on. $He struggles in sheer incomprehension as you hold $his head over the filling basin with one hand and roughly grope $his butt with the other. When the sink is full, you tell $him to spread $his buttocks for you like a good butthole bitch. $He hesitates, so you push $his face under the surface of the water and hold it there until $he complies. You shove <<if $PC.dick == 0>>a dildo<<else>>your member<</if>> up $his anus so harshly that $he spasms and reflexively tries to get away, so you push $him under again until $he stops struggling. For the next ten minutes, $he gets shoved under water whenever $he offers the slightest resistance to anal rape. Soon, $his tears are pattering down into the sink. The next time you decide to buttfuck $him, $he's @@.gold;compliant from sheer terror.@@
+		$He turns around as <<if canHear($activeSlave)>>$he hears <</if>>you enter the bathroom, fear and loathing on $his face, but you seize $his shoulder and spin $his back around without a word. You drag $him across the counter until $his face is over the sink, and turn it on. $He struggles in sheer incomprehension as you hold $his head over the filling basin with one hand and roughly grope $his butt with the other. When the sink is full, you tell $him to spread $his buttocks for you like a good butthole bitch. $He hesitates, so you push $his face under the surface of the water and hold it there until $he complies. You shove <<if $PC.dick == 0>>a dildo<<else>>your member<</if>> up $his anus so harshly that $he spasms and reflexively tries to get away, so you push $him under again until $he stops struggling. For the next ten minutes, $he gets shoved under water whenever $he offers the slightest resistance to anal rape. Soon, $his tears are pattering down into the sink. The next time you decide to buttfuck $him, $he's @@.gold;compliant from sheer terror.@@
 		<<set $activeSlave.trust -= 5>>
 		<<= AnalVCheck()>>
 	<</replace>>
@@ -7630,7 +7630,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 <br><<link "Reassure $him of $his sexual worth">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-		$He turns around as <<if canSee($activeSlave)>>$he hears <</if>>you enter the bathroom, fear and loathing on $his face, but is surprised by <<if canSee($activeSlave)>>your gentle expression<<else>>by how calm your steps seem<</if>>. $He's more shocked still when you give $him a reassuring hug and kiss $his unresisting mouth. $He's so unable to figure out what's happening that $he eventually gives up and relaxes into you. You gently turn $him around to face the mirror again, and working from the top of $his head, describe $his body in minute detail, explaining how pretty and valuable a sex slave $he is. When you're about to reach $his butt,
+		$He turns around as <<if canHear($activeSlave)>>$he hears <</if>>you enter the bathroom, fear and loathing on $his face, but is surprised by <<if canSee($activeSlave)>>your gentle expression<<else>>by how calm your steps seem<</if>>. $He's more shocked still when you give $him a reassuring hug and kiss $his unresisting mouth. $He's so unable to figure out what's happening that $he eventually gives up and relaxes into you. You gently turn $him around to face the mirror again, and working from the top of $his head, describe $his body in minute detail, explaining how pretty and valuable a sex slave $he is. When you're about to reach $his butt,
 		<<if canTalk($activeSlave)>>
 			$he uses gestures to beg you not to assrape $him.
 		<<else>>
@@ -7652,7 +7652,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 <br><<link "Comfort $him">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-		$He turns around as <<if canSee($activeSlave)>>$he hears <</if>>you enter the bathroom, fear and loathing on $his face, but is surprised by <<if canSee($activeSlave)>>your gentle expression<<else>>by how calm your steps seem<</if>>. $He's more shocked still when you give $him a reassuring hug and kiss $his unresisting mouth. $He's so unable to figure out what's happening that $he eventually gives up and relaxes into you. You run your hands along $his body and kiss $his deeply for a long while before reassuring $him of $his value to you. $He looks confused, but goes about $his business with dry eyes. $He hates you a little less, but wonders whether $he can get away with retaining some independence.
+		$He turns around as <<if canHear($activeSlave)>>$he hears<</if>> you enter the bathroom, fear and loathing on $his face, but is surprised by <<if canSee($activeSlave)>>your gentle expression<<else>>by how calm your steps seem<</if>>. $He's more shocked still when you give $him a reassuring hug and kiss $his unresisting mouth. $He's so unable to figure out what's happening that $he eventually gives up and relaxes into you. You run your hands along $his body and kiss $his deeply for a long while before reassuring $him of $his value to you. $He looks confused, but goes about $his business with dry eyes. $He hates you a little less, but wonders whether $he can get away with retaining some independence.
 	<</replace>>
 <</link>>
 
diff --git a/src/uncategorized/addCustomDescriptors.tw b/src/uncategorized/addCustomDescriptors.tw
index d5c2194129588cf8bc86f8cb3ef46c6ae28d5b7a..a90df6578745ea5397fd794bcd5bb68ed2aa0e90 100644
--- a/src/uncategorized/addCustomDescriptors.tw
+++ b/src/uncategorized/addCustomDescriptors.tw
@@ -130,7 +130,7 @@ Custom eye color: <<textbox "$activeSlave.eyeColor" $activeSlave.eyeColor "Add c
 <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use a short, uncapitalized and unpunctuated description; for example: 'blue'//
 
 <br><br>
-Change $his custom tattoo: <<textbox "$activeSlave.custom.tattoo" $activeSlave.custom.tattoo "Add custom descriptors">> <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use complete sentences; for example: 'She has blue stars tattooed along $his cheekbones.'//
+Change $his custom tattoo: <<textbox "$activeSlave.custom.tattoo" $activeSlave.custom.tattoo "Add custom descriptors">> <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use complete sentences; for example: '$He has blue stars tattooed along $his cheekbones.'//
 
 <br><br>
 Change $his origin story: <<textbox "$activeSlave.origin" $activeSlave.origin "Add custom descriptors">>
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 332815098ae69436e3fbbd837fc6ea20a87a1e20..5688cbb62e3c253ed768aa8f5aeec4335362d6cb 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -302,7 +302,7 @@ $researchLab.level > 0>>
 	<</if>>
 <</if>>
 <<if ($SCP.schoolPresent > 0)>>
-	<<set _school = "St. Claver Prepatory">>
+	<<set _school = "St. Claver Preparatory">>
 	<<set _schoolPresent = 1>>
 	<<if $SCP.subsidize != 0>>
 		<<set _schoolSubsidy = 1>>
@@ -418,7 +418,7 @@ $researchLab.level > 0>>
 
 <<set _total = 0>> <<set _SL = $slaves.length>>
 <<for $i = 0; $i < _SL; $i++>>
-<<set _individualCosts = 0>>
+	<<set _individualCosts = 0>>
 	''$slaves[$i].slaveName'':
 	<<switch $slaves[$i].assignment>>
 		<<case "be confined in the arcade">>
diff --git a/src/uncategorized/endWeek.tw b/src/uncategorized/endWeek.tw
index c3135d0d343b3d85265d7ef3a72242df8a789a58..e9374589174155124c2ba7afe656e25a9b3898b0 100644
--- a/src/uncategorized/endWeek.tw
+++ b/src/uncategorized/endWeek.tw
@@ -44,53 +44,53 @@
 })>>
 
 <<if $organs.length > 0>>
-<<run $organs.forEach(function(o) {
-	if (o.weeksToCompletion > 0) {
-		if ($organFarmUpgrade == 3) {
-			o.weeksToCompletion -= 4;
-		} else if ($organFarmUpgrade == 2) {
-			o.weeksToCompletion -= 2;
-		} else {
-			o.weeksToCompletion--;
+	<<run $organs.forEach(function(o) {
+		if (o.weeksToCompletion > 0) {
+			if ($organFarmUpgrade == 3) {
+				o.weeksToCompletion -= 4;
+			} else if ($organFarmUpgrade == 2) {
+				o.weeksToCompletion -= 2;
+			} else {
+				o.weeksToCompletion--;
+			}
 		}
-	}
-})>>
-<<set $organs = $organs.filter(function(o) {
-	if (o.weeksToCompletion <= 0) {
-		$completedOrgans.push(o);
-		return false;
-	}
-	return true;
-})>>
+	})>>
+	<<set $organs = $organs.filter(function(o) {
+		if (o.weeksToCompletion <= 0) {
+			$completedOrgans.push(o);
+			return false;
+		}
+		return true;
+	})>>
 <</if>>
 
 <<if $incubatorOrgans.length > 0>>
-<<run $incubatorOrgans.forEach(function(io) {
-	if (io.weeksToCompletion > 0) {
-		if ($organFarmUpgrade == 3) {
-			io.weeksToCompletion -= 4;
-		} else if ($organFarmUpgrade == 2) {
-			io.weeksToCompletion -= 2;
-		} else {
-			io.weeksToCompletion--;
+	<<run $incubatorOrgans.forEach(function(io) {
+		if (io.weeksToCompletion > 0) {
+			if ($organFarmUpgrade == 3) {
+				io.weeksToCompletion -= 4;
+			} else if ($organFarmUpgrade == 2) {
+				io.weeksToCompletion -= 2;
+			} else {
+				io.weeksToCompletion--;
+			}
 		}
-	}
-})>>
+	})>>
 <</if>>
 
 /* for potential future use
 <<if $nurseryOrgans.length > 0>>
-<<run $nurseryOrgans.forEach(function(no) {
-	if (no.weeksToCompletion > 0) {
-		if ($organFarmUpgrade == 3) {
-			no.weeksToCompletion -= 4;
-		} else if ($organFarmUpgrade == 2) {
-			no.weeksToCompletion -= 2;
-		} else {
-			no.weeksToCompletion--;
+	<<run $nurseryOrgans.forEach(function(no) {
+		if (no.weeksToCompletion > 0) {
+			if ($organFarmUpgrade == 3) {
+				no.weeksToCompletion -= 4;
+			} else if ($organFarmUpgrade == 2) {
+				no.weeksToCompletion -= 2;
+			} else {
+				no.weeksToCompletion--;
+			}
 		}
-	}
-})>>
+	})>>
 <</if>>
 */
 
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index f58bbf079ac3f905802309eb6ef034aa2210d767..b6c5d2fcd87618a3d2d921accf668c57a049b096 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -214,7 +214,7 @@ in the capital city.
 	<<elseif $PAidTarget == "gradeSchool">>
 		better-off citizens, including the caller. Though most of the other students and faculty escaped, a few of the students are now stuck in the school and are running out of options as the riots steadily creep closer to the grounds.
 	<<elseif $PAidTarget == "volleyballTeam">>
-		vulnerable citizens, including the caller. Their bus broke down on the way to the championship game and all those that have left to get help have not returned. Her and her several remaining teammates are running out of options as those looking for easy targets creep ever closer.
+		vulnerable citizens, including the caller. Their bus broke down on the way to the championship game and all those that have left to get help have not returned. She and her several remaining teammates are running out of options as those looking for easy targets creep ever closer.
 	<</if>>
 <<else>>
 	After years of constant rape and abuse, an opening finally arrived for escape when a rival faction raided the decaying church they were stored in, however the situation outside isn't much better. Violent riots are taking place and the mobs are eagerly snatching up what ever loot and women they can get their hands on. She and the remaining women are trapped and in no condition to run; most particularly the youngest of the group who is ripe with child, though she herself and one of the others are also carrying their rapists' babies. They are completely out of options as the looters work their way down the city streets.
@@ -442,9 +442,9 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u
 		<<set $activeSlaveOneTimeMinAge = 16>>
 		<<set $activeSlaveOneTimeMaxAge = 18>>
 		<<set $oneTimeDisableDisability = 1>>
-		<<set $activeSlave = GenerateNewSlave("XX")>>
+		<<set $activeSlave = GenerateNewSlave("XY")>>
 		<<set $activeSlave.origin = "She was an inmate at a religious orientation conversion therapy camp whose remnants you enslaved.">>
-	<<set $activeSlave.career = "a student">>
+		<<set $activeSlave.career = "a student">>
 		<<set $activeSlave.devotion = random(-90,-75)>>
 		<<set $activeSlave.trust = -20>>
 		<<set $activeSlave.health = random(-10,10)>>
@@ -662,7 +662,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u
 	<<set _missLoli.pregKnown = 1>>
 	<<set _missLoli.pregWeek = _missLoli.preg>>
 	<<run SetBellySize(_missLoli)>>
-	<<run WombChangeGene(_missLoli, "black")>>
+	<<run WombFatherRace(_missLoli, "black")>>
 	<<set _missLoli.counter.birthsTotal = 0>>
 	<<set _missLoli.bellySag = 5>>
 	<<set _missLoli.bellySagPreg = 5>>
diff --git a/src/uncategorized/householdLiquidator.tw b/src/uncategorized/householdLiquidator.tw
index 506d5ca986fff1c67a04189ab7e0fe5bbf1c7698..fea952d8a4139af00914d73f004f26e566e360dd 100644
--- a/src/uncategorized/householdLiquidator.tw
+++ b/src/uncategorized/householdLiquidator.tw
@@ -4,13 +4,10 @@
 
 <<if random(1,100) > 50>>
 
-The household liquidator is offering a set of siblings for sale. As usual, you will only be permitted to inspect the older, but there is a guarantee that the younger will be similar.
-<br><br>
 
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "You bought her from the household liquidator.">>
-
+<<set $activeSlave.origin = "You bought $him from the household liquidator.">>
 <<set $activeSlave.devotion = random(-75,-25)>>
 <<set $activeSlave.trust = random(-45,-25)>>
 <<set $activeSlave.oldDevotion = $activeSlave.devotion>>
@@ -27,6 +24,9 @@ The household liquidator is offering a set of siblings for sale. As usual, you w
 	<<set $activeSlave.relationTarget = $activeSlave.ID + 1000>>
 <</if>>
 
+The household liquidator is offering a set of siblings for sale. As usual, you will only be permitted to inspect the older, but there is a guarantee that the younger will be similar.
+<br><br>
+
 <<set $slaveCost = slaveCost($activeSlave)>>
 
 The price is <<print cashFormat($slaveCost*3)>>.
@@ -44,9 +44,6 @@ The price is <<print cashFormat($slaveCost*3)>>.
 
 <<elseif random(1,100) > 20>>
 
-The household liquidator is offering a mother and her daughter for sale. As usual, you will only be permitted to inspect the mother, but there is a guarantee that the daughter will be similar.
-<br><br>
-
 /% Begin younger mothers submod. %/
 <<set $activeSlaveOneTimeMinAge = $fertilityAge + $minimumSlaveAge>>
 <<set $activeSlaveOneTimeMaxAge = 42>>
@@ -54,8 +51,7 @@ The household liquidator is offering a mother and her daughter for sale. As usua
 /% End younger mothers submod. %/
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "You bought her from the household liquidator.">>
-
+<<set $activeSlave.origin = "You bought $him from the household liquidator.">>
 <<set $activeSlave.devotion = random(-75,-25)>>
 <<set $activeSlave.trust = random(-45,-25)>>
 <<set $activeSlave.oldDevotion = $activeSlave.devotion>>
@@ -72,6 +68,10 @@ The household liquidator is offering a mother and her daughter for sale. As usua
 	<<set $activeSlave.relationTarget = $activeSlave.ID + 1000>>
 <</if>>
 
+<<setLocalPronouns $activeSlave>>
+The household liquidator is offering a mother and $his daughter for sale. As usual, you will only be permitted to inspect the mother, but there is a guarantee that the daughter will be similar.
+<br><br>
+
 <<set $slaveCost = slaveCost($activeSlave)>>
 <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
 
@@ -93,13 +93,9 @@ The price is <<print cashFormat($slaveCost*3)>>.<<if $slavesSeen > $slaveMarketL
 
 <<else>>
 
-The household liquidator is offering something special: identical twins. The markup is huge, but the merchandise isn't something you see every day.
-<br><br>
-
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "You bought her from the household liquidator.">>
-
+<<set $activeSlave.origin = "You bought $him from the household liquidator.">>
 <<set $activeSlave.devotion = random(-75,-25)>>
 <<set $activeSlave.trust = random(-45,-25)>>
 <<set $activeSlave.oldDevotion = $activeSlave.devotion>>
@@ -115,6 +111,10 @@ The household liquidator is offering something special: identical twins. The mar
 	<<set $activeSlave.relation = "twin">>
 	<<set $activeSlave.relationTarget = $activeSlave.ID + 1000>>
 <</if>>
+
+The household liquidator is offering something special: identical twins. The markup is huge, but the merchandise isn't something you see every day.
+<br><br>
+
 <<set $slaveCost = slaveCost($activeSlave)>>
 
 The price is <<print cashFormat($slaveCost*4)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index 965985ddbff6ebcee20532f60265f5d91a32770f..aa4383667d008d9ebae297c0862a11ea8ce7008e 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -521,7 +521,7 @@ is
 			<<elseif ($activeSlave.counter.births > 1)>>
 				$activeSlave.counter.births of them happened within the walls of $arcologies[0].name.
 			<<else>>
-				none of them happening within $arcologies[0].name.
+				none of them happened within $arcologies[0].name.
 			<</if>>
 		<</if>>
 
diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 4270c5ecbb5d924004093525201610e053fffb10..a2a0f676da36ac88ce9f87194ce9f2a3db01f37f 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -80,8 +80,8 @@
 <<if $seeArcology == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<<include "Arcology Description">> | [[Hide|Main][$seeArcology = 0]]<br><</if>>
 
 <<if $seeDesk == 1>>
-<<include "Office Description">>
-[[Hide|Main][$seeDesk = 0]]
+	<<include "Office Description">>
+	[[Hide|Main][$seeDesk = 0]]
 <</if>>
 <<if $seeFCNN == 1>><center>FCNN: <<print $fcnn.random()>> [[Hide|Main][$seeFCNN = 0]]</center><</if>>
 <<if ($seeDesk == 1) && ($seeFCNN == 0)>><br><</if>>
diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw
index b03e9aa161896591af27202ee80acce701af63c7..8b7c3d1bade5776b52a363b72a5b4aadc8d81f48 100644
--- a/src/uncategorized/manageArcology.tw
+++ b/src/uncategorized/manageArcology.tw
@@ -3,9 +3,9 @@
 <<set $nextButton = "Back", $nextLink = "Main">>
 
 <<if $cheatMode == 1>>
-<center>
-//[[Cheat Edit Arcology|MOD_Edit Arcology Cheat][$cheater = 1]]//
-</center>
+	<center>
+		//[[Cheat Edit Arcology|MOD_Edit Arcology Cheat][$cheater = 1]]//
+	</center>
 <</if>>
 <<set $showEncyclopedia = 0>>
 
@@ -160,7 +160,7 @@ __Construction__
 <</if>>
 
 <<if $foodMarket > 0>>
-<br><br><<include "Food Market">>
+	<br><br><<include "Food Market">>
 <</if>>
 
 <br><br>
@@ -263,7 +263,7 @@ __Special Arcology Upgrades__
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 
 <<if ($personalArms == 0) && ($mercenaries == 0) && ($assistant == 0)>>
-//$arcologies[0].name has no special upgrades//
+	//$arcologies[0].name has no special upgrades//
 <</if>>
 
 <<if ($personalArms == 1)>>
@@ -298,28 +298,28 @@ Your slaves have participated in approximately <<print num($oralTotal+$vaginalTo
 <<if $fuckdollsSold > 0>>$fuckdollsSold mindbroken arcade slaves have been converted into Fuckdolls and sold.<</if>>
 
 <<if $secExp == 1 && $battlesEnabled == 1>>
-<br><br>
-<<if $SF.Toggle === 0||$SF.Active === 0>>
-	Your army counts <<print num($militiaEmployedManpower + $slavesEmployedManpower + $mercEmployedManpower)>> total soldiers.
-<<elseif $SF.Toggle && $SF.Active >= 1>>
-	Your army counts <<print num($militiaEmployedManpower + $slavesEmployedManpower + $mercEmployedManpower + $SF.Squad.Troops)>> total soldiers of which <<print num($SF.Squad.Troops)>> under the special force command and the rest under your direct control.
-<</if>>
-<<if $hasFoughtOnce == 1>>
-	Your troops were involved in <<print num($battlesCount)>> battles of which <<print num($majorBattlesCount)>> were major engagements. You won
-	<<if $battlesCount == $PCvictories>>
-		all of them.
-	<<elseif $battlesCount == $PClosses>>
-		none of them.
-	<<else>>
-		<<print num($PCvictories)>> of them, while the enemy managed to gain the upper hand in the other <<print num($PClosses)>>.
+	<br><br>
+	<<if $SF.Toggle === 0||$SF.Active === 0>>
+		Your army counts <<print num($militiaEmployedManpower + $slavesEmployedManpower + $mercEmployedManpower)>> total soldiers.
+	<<elseif $SF.Toggle && $SF.Active >= 1>>
+		Your army counts <<print num($militiaEmployedManpower + $slavesEmployedManpower + $mercEmployedManpower + $SF.Squad.Troops)>> total soldiers of which <<print num($SF.Squad.Troops)>> under the special force command and the rest under your direct control.
+	<</if>>
+	<<if $hasFoughtOnce == 1>>
+		Your troops were involved in <<print num($battlesCount)>> battles of which <<print num($majorBattlesCount)>> were major engagements. You won
+		<<if $battlesCount == $PCvictories>>
+			all of them.
+		<<elseif $battlesCount == $PClosses>>
+			none of them.
+		<<else>>
+			<<print num($PCvictories)>> of them, while the enemy managed to gain the upper hand in the other <<print num($PClosses)>>.
+		<</if>>
 	<</if>>
-<</if>>
 
-<<if $rebellionsCount >= 1>>
-	Your arcology was involved in <<print num($rebellionsCount)>> rebellions. You won <<print num($PCrebWon)>> of them, while the rebels defeated your forces in <<print num($PCrebLoss)>>.
-<</if>>
+	<<if $rebellionsCount >= 1>>
+		Your arcology was involved in <<print num($rebellionsCount)>> rebellions. You won <<print num($PCrebWon)>> of them, while the rebels defeated your forces in <<print num($PCrebLoss)>>.
+	<</if>>
 
-During all battles you lost a total of <<print num($militiaTotalCasualties + $slavesTotalCasualties + $mercTotalCasualties)>> men, while scoring a total of <<print num($totalKills)>> kills.
+	During all battles you lost a total of <<print num($militiaTotalCasualties + $slavesTotalCasualties + $mercTotalCasualties)>> men, while scoring a total of <<print num($totalKills)>> kills.
 <</if>>
 <br><br>
 
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index 6b9224a3e70e96d5bf9aa64f1a4d9b1a801784ff..c952b5108d08b26a62acfcc5dc13c0dd8a960e6b 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -178,7 +178,7 @@ Despite $his devotion and trust, $he is still a slave, and probably knows that $
 		<<link "Give $him your surname">>
 			<<replace "#surnaming">>
 				<<set $eventSlave.slaveSurname = $PC.surname, $eventSlave.devotion += 5, $eventSlave.trust += 5>>
-				You also command $assistantName to rename your new slave wife $eventSlave.slaveName $eventSlave.slaveSurname. The new Mrs. $eventSlave.slaveSurname hears this, of course, and breaks down again. Being brusquely redesignated as your slave wife was such a sterile experience that $he wasn't sure it was real, and hearing that $he's to take your surname @@.mediumaquamarine;reassures $him@@ that it is. Not to mention, $he might be a $desc, but $he's still a $girl, and hearing that $he wouldn't get a decent wedding did disappoint $him, but this makes up for it. You might not be all that expressive, but @@.hotpink;$he's your wife,@@ and that's what matters to $him.
+				You also command $assistantName to rename your new slave wife $eventSlave.slaveName $eventSlave.slaveSurname. The new Mrs. $eventSlave.slaveSurname <<if canHear($eventSlave)>>hears<<else>>understands<</if>> this, of course, and breaks down again. Being brusquely redesignated as your slave wife was such a sterile experience that $he wasn't sure it was real, and hearing that $he's to take your surname @@.mediumaquamarine;reassures $him@@ that it is. Not to mention, $he might be a $desc, but $he's still a $girl, and hearing that $he wouldn't get a decent wedding did disappoint $him, but this makes up for it. You might not be all that expressive, but @@.hotpink;$he's your wife,@@ and that's what matters to $him.
 				<<set $activeSlave = $eventSlave>>
 			<</replace>>
 		<</link>>
diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw
index 2eaa6da68c08e37c4ec4a9eb5068d6c51df99545..c5991b8793d6c6ac11a46c58f920f4e70796dc74 100644
--- a/src/uncategorized/neighborsFSAdoption.tw
+++ b/src/uncategorized/neighborsFSAdoption.tw
@@ -627,7 +627,7 @@ societal development.
 		The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Asset Expansionism,@@ since that's the kind of body many of its slaves have.
 		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-		The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Paternalism,@@ since its many older slaves have skills best applied by a happy woman.
+		The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Paternalism,@@ since its many older slaves have skills best applied by a happy $woman.
 		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 7b5f22f7ebecfc3241d4a14959bd89bed679ba41..fe9f12b9a6072300a29ceaede7b0a66731be9a75 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -659,7 +659,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Give $him $his surgery">>
 		<<replace "#introResult">>
-			When $he hears $he'll be heading to surgery immediately, $he bursts into @@.hotpink;tears of gratitude@@ and makes to run around your desk to hug you before checking $himself. $He clearly doesn't want to put a foot wrong and isn't sure it would be appropriate. You solve $his dilemma by meeting $him with an embrace. $He @@.mediumaquamarine;cries into your chest@@ and promises to be your best slave. The surgery does affect $his @@.red;health@@ a little.
+			When $he <<if canHear($activeSlave)>>hears<<else>>learns<</if>> $he'll be heading to surgery immediately, $he bursts into @@.hotpink;tears of gratitude@@ and makes to run around your desk to hug you before checking $himself. $He clearly doesn't want to put a foot wrong and isn't sure it would be appropriate. You solve $his dilemma by meeting $him with an embrace. $He @@.mediumaquamarine;cries into your chest@@ and promises to be your best slave. The surgery does affect $his @@.red;health@@ a little.
 		<</replace>>
 		<<set $activeSlave.devotion += 15>>
 		<<set $activeSlave.health -= 10>>
diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index 9966e79a7e8fb8e08560232ab9d891789597f964..35526fe9a62f99a47b6243162ea7c84d8def5f9f 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -126,7 +126,7 @@
 					<<set $slaves[_i].ovaryAge += .2>>
 				<</if>>
 				<<if $slaves[_i].physicalAge <= 18 && $loliGrow == 0>>
-					<<PhysicalDevelopment $slaves[_i]>>
+					<<run physicalDevelopment($slaves[_i])>>
 				<</if>>
 			<</if>>
 		<</if>>
diff --git a/src/uncategorized/pHostageAcquisition.tw b/src/uncategorized/pHostageAcquisition.tw
index 2d6ffc078f55b9193a2d97b4cc36b71410ad97ca..ad8f678554d9b49a4babd9f31c8532a2b9796d53 100644
--- a/src/uncategorized/pHostageAcquisition.tw
+++ b/src/uncategorized/pHostageAcquisition.tw
@@ -71,6 +71,13 @@ Your hired mercenaries are en route now with your precious cargo.
 <<case "Racial Supremacism">>
 	<<set $activeSlave.pregType = setPregType($activeSlave)>>
 	<<set WombInit($activeSlave)>>
+	<<if $arcologies[0].FSSubjugationistRace != 0>>
+		<<set _notSupreme = $arcologies[0].FSSubjugationistRace>>
+	<<else>>
+		<<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSupremacistRace)>>
+		<<set _notSupreme = _races.random()>>
+	<</if>>
+	<<run WombFatherRace($activeSlave, _notSupreme)>>
 	<<if $rivalryDuration <= 5>>
 		Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "Thank you... Thank you..." You gently wrap your arms around $him in a comforting embrace. $He's nearly the same as you remember $him, albeit acting slightly odd and covered in scars.
 		<<set $activeSlave.weight = 0>>
@@ -84,13 +91,13 @@ Your hired mercenaries are en route now with your precious cargo.
 		<<if $activeSlave.health > -40>><<set $activeSlave.health = -40>><</if>>
 		<<set $activeSlave.custom.tattoo = "$He has noticeable scarring from being beaten under your rival's rule.">>
 	<<elseif $rivalryDuration <= 15>>
-		Upon seeing you, $activeSlave.slaveName shuffles into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "T-thank you..." You gently draw $his rail thin body into a comforting embrace, though you can't help but feel $his swollen belly pressing into your own. $He's nearly the same as you remember $him, albeit thinner, pregnant, acting very odd, and heavily covered in scars.
+		Upon seeing you, $activeSlave.slaveName shuffles into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "T-thank you..." You gently draw $his rail thin body into a comforting embrace, though you can't help but feel $his <<if $seePreg != 0>>swollen<<else>>caved-in<</if>> belly pressing into your own. $He's nearly the same as you remember $him, albeit thinner,<<if $seePreg != 0>> pregnant,<</if>> acting very odd, and heavily covered in scars.
 		<<set $activeSlave.weight = -50>>
 		<<set $activeSlave.muscles = -50>>
 		<<if $activeSlave.health > -60>><<set $activeSlave.health = -60>><</if>>
 		<<set $activeSlave.custom.tattoo = "$He has heavy scarring from being beaten under your rival's rule.">>
 	<<elseif $rivalryDuration <= 20>>
-		Upon seeing you, $activeSlave.slaveName attempts to stumble into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> but only makes it several pained steps before collapsing to the ground. You gently pick up $his frail, bloated body and hold it in a comforting embrace. a short "T-thank you..." escapes $his tired lips. $He's nearly the same as you remember $him, albeit emaciated, pregnant, acting very odd and completely covered in scars.
+		Upon seeing you, $activeSlave.slaveName attempts to stumble into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> but only makes it several pained steps before collapsing to the ground. You gently pick up $his frail, <<if $seePreg != 0>>bloated<<else>>sickly<</if>> body and hold it in a comforting embrace. a short "T-thank you..." escapes $his tired lips. $He's nearly the same as you remember $him, albeit emaciated,<<if $seePreg != 0>> pregnant,<</if>> acting very odd and completely covered in scars.
 		<<set $activeSlave.weight = -100>>
 		<<set $activeSlave.muscles = -75>>
 		<<if $activeSlave.health > -80>><<set $activeSlave.health = -80>><</if>>
@@ -98,7 +105,7 @@ Your hired mercenaries are en route now with your precious cargo.
 	<<else>>
 		Your mercenaries radio you upon arrival. "VIP recovered but... $He isn't all there."
 		Upon seeing $him, it's obvious $activeSlave.slaveName has been completely broken. You beckon to the mercenary captain to give $him to you. Holding $him in your arms, it's clear that the poor $girl is barely clinging to life.
-		The mercenary captain apologizes again. "My apologies, we found $him like that. I'm sorry," he says as he and his group exit your penthouse, leaving you with the comatose $activeSlave.slaveName. $He looks the same as you remember, albeit emaciated, battered, broken and very pregnant. Although, if $he pulls through this, $he'll be devoted to you forever.
+		The mercenary captain apologizes again. "My apologies, we found $him like that. I'm sorry," he says as he and his group exit your penthouse, leaving you with the comatose $activeSlave.slaveName. $He looks the same as you remember, albeit emaciated, battered, <<if $seePreg != 0>>broken, and very pregnant<<else>>and broken<</if>>. Although, if $he pulls through this, $he'll be devoted to you forever.
 		<<set $activeSlave.weight = -100>>
 		<<set $activeSlave.muscles = -100>>
 		<<if $activeSlave.health > -100>><<set $activeSlave.health = -100>><</if>>
@@ -124,35 +131,35 @@ Your hired mercenaries are en route now with your precious cargo.
 <<case "Eugenics">>
 	<<set $activeSlave.health = 50>>
 	<<if $seeHyperPreg != 1>>
-	<<if $rivalryDuration <= 5>>
-		Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, though a medical scan reveals that $he is carrying octuplets.
-	<<elseif $rivalryDuration <= 10>>
-		Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> as $he breaks down in tears, $his rounded middle pressing into your own. "They knocked me up!" $He's exactly as you remember, though a medical scan reveals that $he is carrying octuplets.
-	<<elseif $rivalryDuration <= 15>>
-		Upon seeing you, $activeSlave.slaveName shifts $his gravid bulk back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "Plea<<s>>e don't take them from me, I love them..." While $he looks the same as you remember, albeit rather pregnant, $he certainly doesn't think the same anymore.
-	<<elseif $rivalryDuration <= 20>>
-		Upon seeing you, $activeSlave.slaveName shifts $his gravid bulk back and forth, unsure of what to make of you. As you step forward, $he carefully steps back. After several steps, $he bluntly says "I won't let you hurt them!" as $he covers $his pregnant belly. While $he looks the same as you remember, albeit very pregnant, $he definitely doesn't think the same anymore.
-	<<else>>
-		<<set $activeSlave.trust = 80>>
-		Your mercenaries radio you upon arrival. "This one's got quite a lip on $him, you better ready yourself. We're coming in now."
-		Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! How dare you <<s>>teal a woman'<<s>> purpo<<s>>e away from her! I'll fucking kill you if you try to touch my bab-"
-		The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially when $he realizes $his babies didn't follow $him here.
-	<</if>>
-	<<else>>
-	<<if $rivalryDuration <= 5>>
-		Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace, yet you can't help but notice how distended $his belly is. $He's exactly as you remember, maybe a little heftier, but a medical scan reveals, horrifyingly, that $he is carrying over two dozen babies in $his womb.
-	<<elseif $rivalryDuration <= 10>>
-		Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You try to pull $him into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>>, but $his huge pregnant belly prevents you. As $he breaks down in tears, $he moans "My womb is <<s>>oo full..." $He's nearly the same as you remember $him, save for $his huge pregnant belly, which a medical scan reveals contains over two dozen children.
-	<<elseif $rivalryDuration <= 15>>
-		Upon seeing you, $activeSlave.slaveName shifts $his super gravid bulk back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough for $his monstrous belly to bump into your own, $he says "It feel<<s>> so good to be <<s>>tuffed completely full of life. You'll let me enjoy thi<<s>>, won't you?" While $he looks the same as you remember, albeit grossly pregnant, $he certainly doesn't think the same anymore. A medical exam, much to $his enjoyment, reveals $his overfilled womb contains nearly two dozen children.
-	<<elseif $rivalryDuration <= 20>>
-		Upon seeing you, $activeSlave.slaveName shifts $his hyper gravid bulk back and forth, unsure of what to make of you. As you step forward, $he carefully steps back. After several steps, $he bluntly says "Unle<<ss>> you want to put more babie<<s>> in me, get back!" as $he attempts to cover $his super-sized pregnant belly. While $he looks the same as you remember, albeit grotesquely pregnant, $he certainly doesn't think the same anymore. A medical exam, much to $his delight, reveals $his near bursting womb contains nearly two dozen children.
+		<<if $rivalryDuration <= 5>>
+			Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, though a medical scan reveals that $he is carrying octuplets.
+		<<elseif $rivalryDuration <= 10>>
+			Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> as $he breaks down in tears, $his rounded middle pressing into your own. "They knocked me up!" $He's exactly as you remember, though a medical scan reveals that $he is carrying octuplets.
+		<<elseif $rivalryDuration <= 15>>
+			Upon seeing you, $activeSlave.slaveName shifts $his gravid bulk back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "Plea<<s>>e don't take them from me, I love them..." While $he looks the same as you remember, albeit rather pregnant, $he certainly doesn't think the same anymore.
+		<<elseif $rivalryDuration <= 20>>
+			Upon seeing you, $activeSlave.slaveName shifts $his gravid bulk back and forth, unsure of what to make of you. As you step forward, $he carefully steps back. After several steps, $he bluntly says "I won't let you hurt them!" as $he covers $his pregnant belly. While $he looks the same as you remember, albeit very pregnant, $he definitely doesn't think the same anymore.
+		<<else>>
+			<<set $activeSlave.trust = 80>>
+			Your mercenaries radio you upon arrival. "This one's got quite a lip on $him, you better ready yourself. We're coming in now."
+			Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! How dare you <<s>>teal a woman'<<s>> purpo<<s>>e away from her! I'll fucking kill you if you try to touch my bab-"
+			The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially when $he realizes $his babies didn't follow $him here.
+		<</if>>
 	<<else>>
-		<<set $activeSlave.trust = 80>>
-		Your mercenaries radio you upon arrival. "This one's got quite a lip on $him, you better ready yourself. We're coming in now."
-		Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! How dare you <<s>>teal a woman'<<s>> purpo<<s>>e away from her! I'll <<sh>>ow you! I hope my new pregnan<<c>>y makes me bur<<s>>t all over your fucking off-"
-		The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid. Also when we raided that arcology, we saw some shit. Girls looking like they were pregnant with elephants or with bellies coated with lumps and bumps. $He might be carrying something terrifying in $his womb, just lettin' you know," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, save for $his notable pot belly, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially if $he is telling the truth about what lurks in $his womb.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace, yet you can't help but notice how distended $his belly is. $He's exactly as you remember, maybe a little heftier, but a medical scan reveals, horrifyingly, that $he is carrying over two dozen babies in $his womb.
+		<<elseif $rivalryDuration <= 10>>
+			Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You try to pull $him into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>>, but $his huge pregnant belly prevents you. As $he breaks down in tears, $he moans "My womb is <<s>>oo full..." $He's nearly the same as you remember $him, save for $his huge pregnant belly, which a medical scan reveals contains over two dozen children.
+		<<elseif $rivalryDuration <= 15>>
+			Upon seeing you, $activeSlave.slaveName shifts $his super gravid bulk back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough for $his monstrous belly to bump into your own, $he says "It feel<<s>> so good to be <<s>>tuffed completely full of life. You'll let me enjoy thi<<s>>, won't you?" While $he looks the same as you remember, albeit grossly pregnant, $he certainly doesn't think the same anymore. A medical exam, much to $his enjoyment, reveals $his overfilled womb contains nearly two dozen children.
+		<<elseif $rivalryDuration <= 20>>
+			Upon seeing you, $activeSlave.slaveName shifts $his hyper gravid bulk back and forth, unsure of what to make of you. As you step forward, $he carefully steps back. After several steps, $he bluntly says "Unle<<ss>> you want to put more babie<<s>> in me, get back!" as $he attempts to cover $his super-sized pregnant belly. While $he looks the same as you remember, albeit grotesquely pregnant, $he certainly doesn't think the same anymore. A medical exam, much to $his delight, reveals $his near bursting womb contains nearly two dozen children.
+		<<else>>
+			<<set $activeSlave.trust = 80>>
+			Your mercenaries radio you upon arrival. "This one's got quite a lip on $him, you better ready yourself. We're coming in now."
+			Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! How dare you <<s>>teal a woman'<<s>> purpo<<s>>e away from her! I'll <<sh>>ow you! I hope my new pregnan<<c>>y makes me bur<<s>>t all over your fucking off-"
+			The mercenary captain quickly gags $him. "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid. Also when we raided that arcology, we saw some shit. Girls looking like they were pregnant with elephants or with bellies coated with lumps and bumps. $He might be carrying something terrifying in $his womb, just lettin' you know," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, save for $his notable pot belly, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, especially if $he is telling the truth about what lurks in $his womb.
+		<</if>>
 	<</if>>
 <<case "Gender Radicalism">>
 	<<set $activeSlave.health = 60>>
@@ -228,7 +235,7 @@ Your hired mercenaries are en route now with your precious cargo.
 		<<set $activeSlave.trust = 100>>
 		Your mercenaries radio you upon arrival. "This one's got quite some spunk in $him, you better ready yourself. We're coming in now."
 		Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, $he stands $his ground. After several steps, $he shouts "<<S>>tay away from me, you <<s>>ick fuck! I've <<s>>een what you do to your girl<<s>>! You're <<s>>ick! <<S>>ICK! Don't you —"
-		The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember, minus $his rounded belly, but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, seeing as $he intends to undermine you at every turn.
+		The mercenary captain quickly gags $him, "My apologies, I did warn you $he was a handful. Please be careful when you unbind $him, $he may try to do something stupid," he says as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. $He looks the same as you remember,<<if $seePreg != 0>> minus $his rounded belly,<</if>> but $he acts nothing like the $girl you used to know. Odds are high that $he'll cause problems for you in the future, seeing as $he intends to undermine you at every turn.
 	<</if>>
 <<case "Body Purism">>
 	<<set $activeSlave.health = -30>>
diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw
index cdfede5106e02ff508e25b271baaf7c320bd8f7c..c98ffbc6cc9e47ea5eca054c534d5af56239fd6b 100644
--- a/src/uncategorized/pRivalryActions.tw
+++ b/src/uncategorized/pRivalryActions.tw
@@ -55,41 +55,41 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.sexualQuirk = "caring">>
 		being operated on to remove $his fertility.
 	<<case "Eugenics">>
-	<<if $seeHyperPreg != 1>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.preg = 4>>
-		<<set $hostage.pregType = 8>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = $rivalryDuration>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		<<set $hostage.vagina = 2>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		<<set $hostage.behavioralFlaw = "odd">>
-		<<set $hostage.sexualFlaw = "hates penetration">>
-		undergoing a fertility screening, the video ends with the positive results.
-	<<else>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.preg = 4>>
-		<<set $hostage.pregType = 40>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = $rivalryDuration>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		<<set $hostage.vagina = 2>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		<<set $hostage.behavioralFlaw = "odd">>
-		<<set $hostage.sexualFlaw = "hates penetration">>
-		undergoing a fertility screening, the video ends with the positive results.
-	<</if>>
+		<<if $seeHyperPreg != 1>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.preg = 4>>
+			<<set $hostage.pregType = 8>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = $rivalryDuration>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+			<<set $hostage.vagina = 2>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			<<set $hostage.behavioralFlaw = "odd">>
+			<<set $hostage.sexualFlaw = "hates penetration">>
+			undergoing a fertility screening, the video ends with the positive results.
+		<<else>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.preg = 4>>
+			<<set $hostage.pregType = 40>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = $rivalryDuration>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+			<<set $hostage.vagina = 2>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			<<set $hostage.behavioralFlaw = "odd">>
+			<<set $hostage.sexualFlaw = "hates penetration">>
+			undergoing a fertility screening, the video ends with the positive results.
+		<</if>>
 	<<case "Gender Radicalism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -279,40 +279,40 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.counter.mammary += 5>>
 		beginning to come to terms with $his lack of fertility.
 	<<case "Eugenics">>
-	<<if $seeHyperPreg != 1>>
-		groping $his rounded tummy, blushing thoroughly as $he explores $his new curve.
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.preg = 11>>
-		<<set $hostage.pregType = 8>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = $rivalryDuration>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		<<set $hostage.fetish = "pregnancy">>
-		<<set $hostage.fetishStrength = 10>>
-	<<else>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.preg = 11>>
-		<<set $hostage.pregType = 40>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = $rivalryDuration>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		<<set $hostage.fetish = "pregnancy">>
-		<<set $hostage.fetishStrength = 10>>
-		groping $his massively distended belly, blushing thoroughly as $he explores $his new curve.
-	<</if>>
+		<<if $seeHyperPreg != 1>>
+			groping $his rounded tummy, blushing thoroughly as $he explores $his new curve.
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.preg = 11>>
+			<<set $hostage.pregType = 8>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = $rivalryDuration>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			<<set $hostage.fetish = "pregnancy">>
+			<<set $hostage.fetishStrength = 10>>
+		<<else>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.preg = 11>>
+			<<set $hostage.pregType = 40>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = $rivalryDuration>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			<<set $hostage.fetish = "pregnancy">>
+			<<set $hostage.fetishStrength = 10>>
+			groping $his massively distended belly, blushing thoroughly as $he explores $his new curve.
+		<</if>>
 	<<case "Gender Radicalism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -437,7 +437,11 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.behavioralFlaw = "anorexic">>
 		<<set $hostage.sexualFlaw = "hates penetration">>
 		groaning as $his taut belly is measured and $his weight is taken; 140 tallies adorn $his lower belly. "88 kilos, a good start, but nowhere near the end. Now about that fetish of yours..." $He responds with a meek
-		<<set $hostageFetish = either("boobs", "buttslut", "cumslut", "dom", "humiliation", "masochist", "pregnancy", "sadist", "submissive")>>
+		<<if $seePreg != 0>>
+			<<set $hostageFetish = either("boobs", "buttslut", "cumslut", "dom", "humiliation", "masochist", "pregnancy", "sadist", "submissive")>>
+		<<else>>
+			<<set $hostageFetish = either("boobs", "buttslut", "cumslut", "dom", "humiliation", "masochist", "sadist", "submissive")>>
+		<</if>>
 		<<switch $hostageFetish>>
 		<<case "submissive">>
 			"I like getting dominated..."
@@ -554,7 +558,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 	<<case "Racial Supremacism">>
 		<<set $hostage.trust += 5>>
 		<<set $hostage.devotion += 5>>
-		<<if $hostage.preg < 1>>
+		<<if $hostage.preg < 1 && $seePreg != 0>>
 			<<set $hostage.preg = 12>>
 			<<set $hostage.pregType = 1>>
 			<<set $hostage.pregKnown = 1>>
@@ -576,7 +580,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.behavioralQuirk = "none">>
 		<<set $hostage.behavioralFlaw = "odd">>
 		<<set $hostage.sexualFlaw = "apathetic">>
-		collapsing into $his rancid cot, hands on $his rounded middle, sobbing in terror.
+		collapsing into $his rancid cot, hands on $his <<if $seePreg != 0>>rounded middle<<else>>empty belly<</if>>, sobbing in terror.
 	<<case "Repopulation Focus">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -588,53 +592,53 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.sexualFlaw = "hates penetration">>
 		realizing that $he doesn't need to bear children to be happy in life.
 	<<case "Eugenics">>
-	<<if $seeHyperPreg != 1>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.preg = 21>>
-		<<set $hostage.pregType = 8>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = $rivalryDuration>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		<<set $hostage.vagina = 3>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.lactation = 1>>
-		<<set $hostage.lactationDuration = 2>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		<<set $hostage.behavioralFlaw = "none">>
-		<<set $hostage.sexualFlaw = "none">>
-		<<set $hostage.behavioralQuirk = "adores men">>
-		<<set $hostage.sexualQuirk = "caring">>
-		<<set $hostage.fetishStrength = 65>>
-		realizing that being pregnant is possibly the best thing in life, as $he cradles $his growing belly.
-	<<else>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.preg = 21>>
-		<<set $hostage.pregType = 40>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = $rivalryDuration>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		<<set $hostage.vagina = 3>>
-		<<set $hostage.boobs += 300>>
-		<<set $hostage.lactation = 1>>
-		<<set $hostage.lactationDuration = 2>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		<<set $hostage.behavioralFlaw = "none">>
-		<<set $hostage.sexualFlaw = "none">>
-		<<set $hostage.behavioralQuirk = "adores men">>
-		<<set $hostage.sexualQuirk = "caring">>
-		<<set $hostage.fetishStrength = 65>>
-		realizing that being pregnant is possibly the best thing in life, as $he attempts to cradle $his enormous belly.
-	<</if>>
+		<<if $seeHyperPreg != 1>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.preg = 21>>
+			<<set $hostage.pregType = 8>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = $rivalryDuration>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+			<<set $hostage.vagina = 3>>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.lactation = 1>>
+			<<set $hostage.lactationDuration = 2>>
+			<<set $hostage.counter.oral += 100>>
+			<<set $hostage.counter.vaginal += 100>>
+			<<set $hostage.counter.anal += 100>>
+			<<set $hostage.counter.mammary += 100>>
+			<<set $hostage.behavioralFlaw = "none">>
+			<<set $hostage.sexualFlaw = "none">>
+			<<set $hostage.behavioralQuirk = "adores men">>
+			<<set $hostage.sexualQuirk = "caring">>
+			<<set $hostage.fetishStrength = 65>>
+			realizing that being pregnant is possibly the best thing in life, as $he cradles $his growing belly.
+		<<else>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.preg = 21>>
+			<<set $hostage.pregType = 40>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = $rivalryDuration>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+			<<set $hostage.vagina = 3>>
+			<<set $hostage.boobs += 300>>
+			<<set $hostage.lactation = 1>>
+			<<set $hostage.lactationDuration = 2>>
+			<<set $hostage.counter.oral += 100>>
+			<<set $hostage.counter.vaginal += 100>>
+			<<set $hostage.counter.anal += 100>>
+			<<set $hostage.counter.mammary += 100>>
+			<<set $hostage.behavioralFlaw = "none">>
+			<<set $hostage.sexualFlaw = "none">>
+			<<set $hostage.behavioralQuirk = "adores men">>
+			<<set $hostage.sexualQuirk = "caring">>
+			<<set $hostage.fetishStrength = 65>>
+			realizing that being pregnant is possibly the best thing in life, as $he attempts to cradle $his enormous belly.
+		<</if>>
 	<<case "Gender Radicalism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -867,7 +871,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 	<<case "Racial Supremacism">>
 		<<set $hostage.trust += 5>>
 		<<set $hostage.devotion += 5>>
-		<<if $hostage.preg < 20>>
+		<<if $hostage.preg < 20 && $seePreg != 0>>
 			<<set $hostage.preg = 25>>
 			<<set $hostage.pregType = 1>>
 			<<set $hostage.pregKnown = 1>>
@@ -887,7 +891,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.counter.anal += 50>>
 		<<set $hostage.counter.mammary += 50>>
 		<<set $hostage.fetishStrength = 100>>
-		collapsing into $his rancid cot and curling into the fetal position around $his pregnant belly. $He's audibly begging for someone, anyone, to save $him.
+		collapsing into $his rancid cot and curling into the fetal position<<if $seePreg != 0>> around $his pregnant belly<</if>>. $He's audibly begging for someone, anyone, to save $him.
 	<<case "Repopulation Focus">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -897,48 +901,48 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.counter.mammary += 5>>
 		convincing a fellow slave to give up _hisU fertility.
 	<<case "Eugenics">>
-	<<if $seeHyperPreg != 1>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.preg = 31>>
-		<<set $hostage.pregType = 8>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = $rivalryDuration>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		<<set $hostage.vagina = 4>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.lactation = 1>>
-		<<set $hostage.lactationDuration = 2>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		<<set $hostage.fetishStrength = 100>>
-		<<set $hostage.sexualFlaw = "breeder">>
-		resting in $his bed with $his master's head against $his full-term belly. $He appears to be genuinely happy.
-	<<else>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.preg = 31>>
-		<<set $hostage.pregType = 40>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = $rivalryDuration>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		<<set $hostage.vagina = 4>>
-		<<set $hostage.boobs += 400>>
-		<<set $hostage.lactation = 1>>
-		<<set $hostage.lactationDuration = 2>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		<<set $hostage.fetishStrength = 100>>
-		<<set $hostage.sexualFlaw = "breeder">>
-		<<set $activeSlave.bellySag = 2, $activeSlave.bellySagPreg = 2>>
-		orgasming lewdly from the obscene movements happening within $his straining womb. $He looks like $he wants this to never end.
-	<</if>>
+		<<if $seeHyperPreg != 1>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.preg = 31>>
+			<<set $hostage.pregType = 8>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = $rivalryDuration>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+			<<set $hostage.vagina = 4>>
+			<<set $hostage.boobs += 100>>
+			<<set $hostage.lactation = 1>>
+			<<set $hostage.lactationDuration = 2>>
+			<<set $hostage.counter.oral += 100>>
+			<<set $hostage.counter.vaginal += 100>>
+			<<set $hostage.counter.anal += 100>>
+			<<set $hostage.counter.mammary += 100>>
+			<<set $hostage.fetishStrength = 100>>
+			<<set $hostage.sexualFlaw = "breeder">>
+			resting in $his bed with $his master's head against $his full-term belly. $He appears to be genuinely happy.
+		<<else>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.preg = 31>>
+			<<set $hostage.pregType = 40>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = $rivalryDuration>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+			<<set $hostage.vagina = 4>>
+			<<set $hostage.boobs += 400>>
+			<<set $hostage.lactation = 1>>
+			<<set $hostage.lactationDuration = 2>>
+			<<set $hostage.counter.oral += 100>>
+			<<set $hostage.counter.vaginal += 100>>
+			<<set $hostage.counter.anal += 100>>
+			<<set $hostage.counter.mammary += 100>>
+			<<set $hostage.fetishStrength = 100>>
+			<<set $hostage.sexualFlaw = "breeder">>
+			<<set $activeSlave.bellySag = 2, $activeSlave.bellySagPreg = 2>>
+			orgasming lewdly from the obscene movements happening within $his straining womb. $He looks like $he wants this to never end.
+		<</if>>
 	<<case "Gender Radicalism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -987,7 +991,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.devotion -= 5>>
 		<<set $hostage.counter.vaginal += 1>>
 		<<set $hostage.fetishStrength = 100>>
-		cheerfully talking about the future with $his owner. The video ends on $him asking for an impregnation ceremony when they get married.
+		cheerfully talking about the future with $his owner. The video ends on $him asking for an <<if $seePreg != 0>>impregnation<<else>>elaborate<</if>> ceremony when they get married.
 	<<case "Body Purism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -1112,7 +1116,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.counter.anal += 50>>
 		giving an interview. $He gushes over how great $arcologies[0].FSSubjugationistRace people are and how terrible it is that some people believe them barely human.
 	<<case "Racial Supremacism">>
-		<<if $hostage.preg < 35>>
+		<<if $hostage.preg < 35 && $seePreg != 0>>
 			<<set $hostage.preg = 32>>
 			<<set $hostage.pregType = 1>>
 			<<set $hostage.pregKnown = 1>>
@@ -1128,7 +1132,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.lactationDuration = 2>>
 		<<set $hostage.fetish = "mindbroken">>
 		<<set $hostage.fetishStrength = 10>>
-		with a pair of slavers threatening $his pregnancy. $He keeps blocking the blows, again and again, until $he can barely stay upright. With a final, brutal kick to the head, $he falls to the floor, unmoving. Several seconds later, $he struggles upright, a blank expression across $his bloodied face.
+		with a pair of slavers threatening <<if $seePreg != 0>>$his pregnancy<<else>>$him<</if>>. $He keeps blocking the blows, again and again, until $he can barely stay upright. With a final, brutal kick to the head, $he falls to the floor, unmoving. Several seconds later, $he struggles upright, a blank expression across $his bloodied face.
 	<<case "Repopulation Focus">>
 		<<set $hostage.counter.oral += 5>>
 		<<set $hostage.counter.vaginal += 5>>
@@ -1174,13 +1178,15 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		giving an interview. $He gushes over how important it is for women to conceive and carry as many children as they can, as well as how terrible it is that some people strip away a woman's most important purpose. Before $he can continue, $his water breaks and $he drops to the floor. You close the video in disgust of what's coming.
 	<<case "Gender Radicalism">>
 		<<set $hostage.counter.vaginal += 1>>
-		<<set $hostage.preg = 8>>
-		<<set $hostage.pregType = 1>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = 8>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		giving an interview. $He gushes over how great it feels knowing that someone is always watching out for $his safety and health as a traditional woman, as well as how terrible it is that some people want to blur the lines between the genders.
+		<<if $seePreg != 0>>
+			<<set $hostage.preg = 8>>
+			<<set $hostage.pregType = 1>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = 8>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+		<</if>>
+		giving an interview. $He gushes over how great it feels knowing that someone is always watching out for $his safety and health as a traditional $woman, as well as how terrible it is that some people want to blur the lines between the genders.
 	<<case "Gender Fundamentalism">>
 		<<set $hostage.counter.anal += 10>>
 		<<if $seeDicks != 0>>
@@ -1212,16 +1218,21 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.tonguePiercing = 2>>
 		<<set $hostage.fetish = "mindbroken">>
 		<<set $hostage.fetishStrength = 10>>
-		strapped to an operating table, with surgical marks on $his bare arms and legs. $His face contorts into absolute horror as $he hears the running saw lowering towards $his right arm. As it makes contact, $his mouth opens wide in a silent scream, ceasing only once $his arm is severed completely. As it comes in contact with $his other arm, $his silent screams stop completely; $his mind having completely shattered. You end the video early, disgusted by what you just saw.
+		strapped to an operating table, with surgical marks on $his bare arms and legs. $His face contorts into absolute horror as $he hears the running saw lowering towards $his right arm. As it makes contact, $his mouth opens wide in a silent scream, ceasing only once $his arm is severed completely. As it comes into contact with $his other arm, $his silent screams stop completely, $his mind having completely shattered. You end the video early, disgusted by what you just saw.
 	<<case "Degradationism">>
 		<<set $hostage.counter.vaginal += 1>>
-		<<set $hostage.preg = 14>>
-		<<set $hostage.pregType = 1>>
-		<<set $hostage.pregKnown = 1>>
-		<<set $hostage.pregWeek = 14>>
-		<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
-		<<run SetBellySize($hostage)>>
-		and $his owner at the altar during their wedding. It seems $he couldn't wait, since $his belly already shows signs of an early pregnancy.
+		<<if $seePreg != 0>>
+			<<set $hostage.preg = 14>>
+			<<set $hostage.pregType = 1>>
+			<<set $hostage.pregKnown = 1>>
+			<<set $hostage.pregWeek = 14>>
+			<<set WombImpregnate($hostage, $hostage.pregType, 0, $hostage.preg)>>
+			<<run SetBellySize($hostage)>>
+		<</if>>
+		and $his owner at the altar during their wedding.
+		<<if $seePreg != 0>>
+			It seems $he couldn't wait, since $his belly already shows signs of an early pregnancy.
+		<</if>>
 	<<case "Body Purism">>
 		<<set $hostage.boobs = 50000>>
 		<<set $hostage.boobsImplant 45000>>
@@ -1250,7 +1261,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 	<<case "Pastoralism">>
 		<<set $hostage.muscles = 100>>
 		<<set $hostage.counter.vaginal += 1>>
-		giving an interview. $He gushes over how great it feels being a chiseled goddess and how terrible it is that some people want to keep girls obese, pregnant, milky cows.
+		giving an interview. $He gushes over how great it feels being a chiseled goddess and how terrible it is that some people want to keep girls as obese<<if $seePreg != 0>>, pregnant,<</if>> milky cows.
 	<<case "Cummunism">>
 		<<set $hostage.boobs = 24300>>
 		<<set $hostage.weight = 100>>
@@ -1321,7 +1332,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 	<<case "Racial Subjugationism">>
 		"Looking for <<= SlaveFullName($hostage)>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on $him, so I sent $him and $his lovers someplace far away. Someplace you'll never find them. Bet tha"-You end the call.
 	<<case "Racial Supremacism">>
-		"Looking for <<= SlaveFullName($hostage)>>? Too bad, the poor bitch died trying to give birth to $his baby. We had lots of room in the clinic too, but slaves like $him aren't worth the expenses, you know? I should find some more people you knew, keep our little game goi"-You end the call.
+		"Looking for <<= SlaveFullName($hostage)>>? Too bad, the poor bitch died <<if $seePreg != 0>>trying to give birth to $his baby<<else>>from having too much 'fun' with $his clients<</if>>. We had lots of room in the clinic too, but slaves like $him aren't worth the expenses, you know? I should find some more people you knew, keep our little game goi"-You end the call.
 	<<case "Repopulation Focus">>
 		"Looking for <<= SlaveFullName($hostage)>>? Too bad, I couldn't bear to think of you ever getting your rotten little hands on $him, so I sent $him far away. Someplace you'll never find $him. Bet tha"-You end the call.
 	<<case "Eugenics">>
@@ -1364,2442 +1375,2452 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 <<if _hostageActionChance == 1>>
 	<<switch $rivalryFS>>
 	<<case "Racial Subjugationism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		struggling to escape the grasp of a pair of $arcologies[0].FSSubjugationistRace girls.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		crying gently while a pair of $arcologies[0].FSSubjugationistRace girls fondle $him.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 20>>
-		<<set $hostage.counter.vaginal += 20>>
-		<<set $hostage.counter.anal += 20>>
-		fooling around with a pair of $arcologies[0].FSSubjugationistRace girls.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 40>>
-		<<set $hostage.counter.vaginal += 40>>
-		<<set $hostage.counter.anal += 20>>
-		having a threesome with a pair of $arcologies[0].FSSubjugationistRace girls.
-	<<else>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		making love to $his favorite two $arcologies[0].FSSubjugationistRace girls.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			struggling to escape the grasp of a pair of $arcologies[0].FSSubjugationistRace girls.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			crying gently while a pair of $arcologies[0].FSSubjugationistRace girls fondle $him.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 20>>
+			<<set $hostage.counter.vaginal += 20>>
+			<<set $hostage.counter.anal += 20>>
+			fooling around with a pair of $arcologies[0].FSSubjugationistRace girls.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 40>>
+			<<set $hostage.counter.vaginal += 40>>
+			<<set $hostage.counter.anal += 20>>
+			having a threesome with a pair of $arcologies[0].FSSubjugationistRace girls.
+		<<else>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			making love to $his favorite two $arcologies[0].FSSubjugationistRace girls.
+		<</if>>
 	<<case "Racial Supremacism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		desperately struggling in a stockade, alongside several other $arcologies[0].FSSupremacistRace slaves, while a man tries to get it in $him.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		meekly taking it in the cunt by a man while bound in a stockade alongside several other $arcologies[0].FSSupremacistRace girls.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		moaning slightly as a man pounds $his pussy. $His belly as a notable roundness to it, most likely the spawn of a non-<<print $arcologies[0].FSSupremacistRace>> man.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		barely caring as a non-<<print $arcologies[0].FSSupremacistRace>> man pounds $his pregnant pussy. $His belly is noticeably distended by a non-<<print $arcologies[0].FSSupremacistRace>> baby.
-	<<else>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		blankly getting pounded by several non-<<print $arcologies[0].FSSupremacistRace>> men as they fondle $his breasts, butt, and full-term pregnancy.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			desperately struggling in a stockade, alongside several other $arcologies[0].FSSupremacistRace slaves, while a man tries to get it in $him.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			meekly taking it in the cunt by a man while bound in a stockade alongside several other $arcologies[0].FSSupremacistRace girls.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			moaning slightly as a man pounds $his pussy. $His belly as a notable roundness to it, most likely the spawn of a non-<<print $arcologies[0].FSSupremacistRace>> man.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			barely caring as a non-<<print $arcologies[0].FSSupremacistRace>> man pounds $his
+			<<if $seePreg != 0>>
+				pregnant pussy. $His belly is noticeably distended by a non-<<print $arcologies[0].FSSupremacistRace>> baby.
+			<<else>>
+				overused holes.
+			<</if>>
+		<<else>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			blankly getting pounded by several non-<<print $arcologies[0].FSSupremacistRace>> men as they fondle $his
+			<<if $seePreg != 0>>
+				breasts, butt, and full-term pregnancy.
+			<<else>>
+				breasts and butt.
+			<</if>>
+		<</if>>
 	<<case "Repopulation Focus">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		desperately trying to avoid reading the reports on pregnancy in your arcology.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		carefully reading the reports on pregnancy in your arcology.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		gently crying while reading the reports on pregnancy in your arcology.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		praying for the well-being of the pregnant women in your arcology.
-	<<else>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		actively reading a report to crowd about the dangers of pregnancy, using your arcology as an example.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			desperately trying to avoid reading the reports on pregnancy in your arcology.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			carefully reading the reports on pregnancy in your arcology.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			gently crying while reading the reports on pregnancy in your arcology.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			praying for the well-being of the pregnant women in your arcology.
+		<<else>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			actively reading a report to crowd about the dangers of pregnancy, using your arcology as an example.
+		<</if>>
 	<<case "Eugenics">>
-	<<if $seeHyperPreg != 1>>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		weeping in $his restraints as a crowd of a dozen criminals line up to fuck $his fertile womb pregnant.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		reluctantly fucking a man while he rubs $his swollen belly.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		moaning gently as $he rides a man, cowgirl style, as he rubs $his pregnant belly.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		enthusiastically taking part in an orgy centered around $his huge pregnant belly.
-	<<else>>
-		happily rubbing $his cum filled belly, eager for $his next pregnancy to take.
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-	<</if>>
-	<<else>>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		weeping in $his restraints as a crowd of a dozen criminals line up to fuck $his fertile womb pregnant.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		reluctantly orgasming as $he is taken doggystyle, $his full pregnancy brushing the floor under $him.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 300>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		moaning gently as $he rides a man completely obscured by $his enormous pregnancy.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 400>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		getting brutally fucked over $his own gigantic pregnant belly and loving every moment of it.
-	<<else>>
-		happily rubbing $his bloated belly, eager for $his new pregnancy to get bigger.
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-	<</if>>
-	<</if>>
+		<<if $seeHyperPreg != 1>>
+			<<if $rivalryDuration <= 5>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				weeping in $his restraints as a crowd of a dozen criminals line up to fuck $his fertile womb pregnant.
+			<<elseif $rivalryDuration <= 10>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				reluctantly fucking a man while he rubs $his swollen belly.
+			<<elseif $rivalryDuration <= 15>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				moaning gently as $he rides a man, cowgirl style, as he rubs $his pregnant belly.
+			<<elseif $rivalryDuration <= 20>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				enthusiastically taking part in an orgy centered around $his huge pregnant belly.
+			<<else>>
+				happily rubbing $his cum filled belly, eager for $his next pregnancy to take.
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+			<</if>>
+		<<else>>
+			<<if $rivalryDuration <= 5>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				weeping in $his restraints as a crowd of a dozen criminals line up to fuck $his fertile womb pregnant.
+			<<elseif $rivalryDuration <= 10>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				reluctantly orgasming as $he is taken doggystyle, $his full pregnancy brushing the floor under $him.
+			<<elseif $rivalryDuration <= 15>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.boobs += 300>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				moaning gently as $he rides a man completely obscured by $his enormous pregnancy.
+			<<elseif $rivalryDuration <= 20>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.boobs += 400>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				getting brutally fucked over $his own gigantic pregnant belly and loving every moment of it.
+			<<else>>
+				happily rubbing $his bloated belly, eager for $his new pregnancy to get bigger.
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+			<</if>>
+		<</if>>
 	<<case "Gender Radicalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		being dragged along by $his owner on their rounds around their arcology.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly following $his owner along on their rounds around their arcology.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		<<set $hostage.fetishStrength = 65>>
-		politely accompanying $his owner on their rounds around their arcology.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		happily accompanying $his owner on their rounds around their arcology.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		happily accompanying $his owner on their rounds around their arcology, $his hand resting on $his gently rounded stomach.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			being dragged along by $his owner on their rounds around their arcology.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly following $his owner along on their rounds around their arcology.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			<<set $hostage.fetishStrength = 65>>
+			politely accompanying $his owner on their rounds around their arcology.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			happily accompanying $his owner on their rounds around their arcology.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			happily accompanying $his owner on their rounds around their arcology, $his hand resting on $his gently rounded stomach.
+		<</if>>
 	<<case "Gender Fundamentalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.anal += 10>>
-		struggling not to orgasm to the dick up $his ass.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.anal += 10>>
-		reluctantly pleasuring a man with $his ass.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.anal += 10>>
-		enjoying a hard anal pounding<<if $seeDicks != 0>>, $his tiny new penis swinging from the thrusts<</if>>.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.anal += 10>>
-		orgasming immodestly to a hard anal pounding<<if $seeDicks != 0>>, $his erect penis cumming across $his belly<</if>>.
-	<<else>>
-		<<set $hostage.counter.anal += 10>>
-		happily taking two dicks at once in $his blown out anus<<if $seeDicks != 0>>, while stroking $his rock hard cock<</if>>.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.anal += 10>>
+			struggling not to orgasm to the dick up $his ass.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.anal += 10>>
+			reluctantly pleasuring a man with $his ass.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.anal += 10>>
+			enjoying a hard anal pounding<<if $seeDicks != 0>>, $his tiny new penis swinging from the thrusts<</if>>.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.anal += 10>>
+			orgasming immodestly to a hard anal pounding<<if $seeDicks != 0>>, $his erect penis cumming across $his belly<</if>>.
+		<<else>>
+			<<set $hostage.counter.anal += 10>>
+			happily taking two dicks at once in $his blown out anus<<if $seeDicks != 0>>, while stroking $his rock hard cock<</if>>.
+		<</if>>
 	<<case "Paternalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		weeping on the floor as a crowd of citizens <<if $seePee == 1>>urinate on<<else>>masturbate onto<</if>> $him.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		trying $his best not to break down as a crowd of citizens <<if $seePee == 1>>urinate on<<else>>jack off onto<</if>> $him.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		meekly accepting $his <<if $seePee == 1>>golden shower<<else>>bukkake<</if>>.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		laying there, indifferent to the citizens <<if $seePee == 1>>urinating<<else>>ejaculating<</if>> on $him.
-	<<else>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		completely broken, indifferent to the citizens abusing $his body.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			weeping on the floor as a crowd of citizens <<if $seePee == 1>>urinate on<<else>>masturbate onto<</if>> $him.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			trying $his best not to break down as a crowd of citizens <<if $seePee == 1>>urinate on<<else>>jack off onto<</if>> $him.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			meekly accepting $his <<if $seePee == 1>>golden shower<<else>>bukkake<</if>>.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			laying there, indifferent to the citizens <<if $seePee == 1>>urinating<<else>>ejaculating<</if>> on $him.
+		<<else>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			completely broken, indifferent to the citizens abusing $his body.
+		<</if>>
 	<<case "Degradationism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to be touched by $his owner.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly allowing $his owner to play with $his body.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		making love with $his owner.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		happily making love to $his owner.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		happily making love to $his owner, $his belly has a noticeable roundness to it.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to be touched by $his owner.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly allowing $his owner to play with $his body.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			making love with $his owner.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			happily making love to $his owner.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			happily making love to $his owner, $his belly has a noticeable roundness to it.
+		<</if>>
 	<<case "Body Purism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 2000>>
-		<<set $hostage.boobsImplant += 2000>>
-		trying desperately to stand despite $his massive <<print $hostage.boobs>>cc fake tits.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.boobsImplant += 1000>>
-		reluctantly exploring $his new massive <<print $hostage.boobs>>cc implants.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.boobsImplant += 1000>>
-		happily playing with $his truly immense <<print $hostage.boobs>>cc breast implants and huge butt implants.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.boobsImplant += 1000>>
-		happily getting titfucked in $his immobilizing <<print $hostage.boobs>>cc fake tits.
-	<<else>>
-		resting atop $his mountainous <<print $hostage.boobs>>cc fake tits, whining about not being allowed larger implants.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.boobs += 2000>>
+			<<set $hostage.boobsImplant += 2000>>
+			trying desperately to stand despite $his massive <<print $hostage.boobs>>cc fake tits.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+			reluctantly exploring $his new massive <<print $hostage.boobs>>cc implants.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+			happily playing with $his truly immense <<print $hostage.boobs>>cc breast implants and huge butt implants.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+			happily getting titfucked in $his immobilizing <<print $hostage.boobs>>cc fake tits.
+		<<else>>
+			resting atop $his mountainous <<print $hostage.boobs>>cc fake tits, whining about not being allowed larger implants.
+		<</if>>
 	<<case "Transformation Fetishism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		attempting to refute a report on surgical side effects in your arcology.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		refusing to believe a report on surgical side effects in your arcology.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gasping at a report on surgical side effects in your arcology.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		crying over a report on surgical side effects in your arcology.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		making a public speech over surgical side effects in your arcology.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			attempting to refute a report on surgical side effects in your arcology.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			refusing to believe a report on surgical side effects in your arcology.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gasping at a report on surgical side effects in your arcology.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			crying over a report on surgical side effects in your arcology.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			making a public speech over surgical side effects in your arcology.
+		<</if>>
 	<<case "Youth Preferentialism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 1>>
-		<<set $hostage.counter.vaginal += 1>>
-		<<set $hostage.counter.anal += 1>>
-		struggling to escape the grasp of a motherly woman.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		crying gently while a motherly woman fondles $him.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		resting in the arms of $his MILF friend.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		happily being cradled by $his MILF lover.
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-	<<else>>
-		resting intertwined with $his favorite MILF in the world.
-		<<set $hostage.counter.oral += 20>>
-		<<set $hostage.counter.vaginal += 20>>
-		<<set $hostage.counter.anal += 20>>
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 1>>
+			<<set $hostage.counter.vaginal += 1>>
+			<<set $hostage.counter.anal += 1>>
+			struggling to escape the grasp of a motherly woman.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			crying gently while a motherly woman fondles $him.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			resting in the arms of $his MILF friend.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			happily being cradled by $his MILF lover.
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+		<<else>>
+			resting intertwined with $his favorite MILF in the world.
+			<<set $hostage.counter.oral += 20>>
+			<<set $hostage.counter.vaginal += 20>>
+			<<set $hostage.counter.anal += 20>>
+		<</if>>
 	<<case "Maturity Preferentialism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 1>>
-		<<set $hostage.counter.vaginal += 1>>
-		<<set $hostage.counter.anal += 1>>
-		struggling to escape the grasp of an energetic young woman.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		crying gently while a young woman eagerly fondles $him.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		trying to catch a break as $his young friend begs to have some more fun.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		kissing $his young lover.
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-	<<else>>
-		basking in the afterglow, intertwined with $his favorite youth.
-		<<set $hostage.counter.oral += 20>>
-		<<set $hostage.counter.vaginal += 20>>
-		<<set $hostage.counter.anal += 20>>
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 1>>
+			<<set $hostage.counter.vaginal += 1>>
+			<<set $hostage.counter.anal += 1>>
+			struggling to escape the grasp of an energetic young woman.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			crying gently while a young woman eagerly fondles $him.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			trying to catch a break as $his young friend begs to have some more fun.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			kissing $his young lover.
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+		<<else>>
+			basking in the afterglow, intertwined with $his favorite youth.
+			<<set $hostage.counter.oral += 20>>
+			<<set $hostage.counter.vaginal += 20>>
+			<<set $hostage.counter.anal += 20>>
+		<</if>>
 	<<case "Slimness Enthusiasm">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1500>>
-		trying desperately to stand despite $his massive <<print $hostage.boobs>>cc tits.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		reluctantly exploring $his new massive <<print $hostage.boobs>>cc tits, bigger bottom, and softer body.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		happily playing with $his truly immense <<print $hostage.boobs>>cc breasts and huge butt.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		happily getting titfucked in $his immobilizing <<print $hostage.boobs>>cc tits.
-	<<else>>
-		resting atop $his mountainous <<print $hostage.boobs>>cc tits, whining about not being allowed to have $his assets swollen more.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1500>>
+			trying desperately to stand despite $his massive <<print $hostage.boobs>>cc tits.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			reluctantly exploring $his new massive <<print $hostage.boobs>>cc tits, bigger bottom, and softer body.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			happily playing with $his truly immense <<print $hostage.boobs>>cc breasts and huge butt.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			happily getting titfucked in $his immobilizing <<print $hostage.boobs>>cc tits.
+		<<else>>
+			resting atop $his mountainous <<print $hostage.boobs>>cc tits, whining about not being allowed to have $his assets swollen more.
+		<</if>>
 	<<case "Asset Expansionism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		attempting to refute a report on drug side effects in your arcology.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		refusing to believe a report on drug side effects in your arcology.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gasping at a report on drug side effects in your arcology.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		crying over a report on drug side effects in your arcology.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		making a public speech over drug side effects in your arcology.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			attempting to refute a report on drug side effects in your arcology.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			refusing to believe a report on drug side effects in your arcology.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gasping at a report on drug side effects in your arcology.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			crying over a report on drug side effects in your arcology.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			making a public speech over drug side effects in your arcology.
+		<</if>>
 	<<case "Pastoralism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		angrily jogging on a treadmill, $his fat body and big tits jiggling constantly.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly doing sit-ups, $his plush body struggling to manage.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		lifting weights, $his soft body barely hiding $his bulging muscles.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		eagerly pumping iron using $his lean and powerful body.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		performing an impressive clean and jerk, and then giving $his owner a high five.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			angrily jogging on a treadmill, $his fat body and big tits jiggling constantly.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly doing sit-ups, $his plush body struggling to manage.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			lifting weights, $his soft body barely hiding $his bulging muscles.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			eagerly pumping iron using $his lean and powerful body.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			performing an impressive clean and jerk, and then giving $his owner a high five.
+		<</if>>
 	<<case "Cummunism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		trying desperately to extract the milk from $his massive <<print $hostage.boobs>>cc tits. $He appears to have gained some weight.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		reluctantly asking for $his massive <<print $hostage.boobs>>cc tits to be milked. $He's certainly getting soft.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		happily asking for $his truly immense <<print $hostage.boobs>>cc breasts to be milked. $His body has become notably plush.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		begging for $his immobilizing <<print $hostage.boobs>>cc tits to be drained. $He has become quite fat.
-	<<else>>
-		resting atop $his mountainous <<print $hostage.boobs>>cc tits, whining about not being allowed to have $his assets swollen more and that $he isn't being milked.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			trying desperately to extract the milk from $his massive <<print $hostage.boobs>>cc tits. $He appears to have gained some weight.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			reluctantly asking for $his massive <<print $hostage.boobs>>cc tits to be milked. $He's certainly getting soft.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			happily asking for $his truly immense <<print $hostage.boobs>>cc breasts to be milked. $His body has become notably plush.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			begging for $his immobilizing <<print $hostage.boobs>>cc tits to be drained. $He has become quite fat.
+		<<else>>
+			resting atop $his mountainous <<print $hostage.boobs>>cc tits, whining about not being allowed to have $his assets swollen more and that $he isn't being milked.
+		<</if>>
 	<<case "Physical Idealism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 50>>
-		<<set $hostage.counter.vaginal += 28>>
-		trying desperately to vomit up all the food forced into $his bloated body while being thwarted by a specialized gag. $He appears to have gained some weight.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 28>>
-		<<switch $hostageFetish>>
-		<<case "cumslut">>
-			<<set $hostage.counter.oral += 70>>
-		<<case "buttslut">>
-			<<set $hostage.counter.anal += 21>>
-			<<set $hostage.anus = 3>>
-		<<case "boobs">>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 50>>
+			<<set $hostage.counter.vaginal += 28>>
+			trying desperately to vomit up all the food forced into $his bloated body while being thwarted by a specialized gag. $He appears to have gained some weight.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-		<<case "pregnancy">>
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-		relaxing in $his comfy bed carefully exploring $his food stuffed belly and new curves. $He's certainly getting soft.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 35>>
-		<<switch $hostageFetish>>
-		<<case "cumslut">>
-			<<set $hostage.counter.oral += 70>>
-		<<case "buttslut">>
-			<<set $hostage.counter.anal += 35>>
-		<<case "boobs">>
+			<<set $hostage.counter.vaginal += 28>>
+			<<switch $hostageFetish>>
+			<<case "cumslut">>
+				<<set $hostage.counter.oral += 70>>
+			<<case "buttslut">>
+				<<set $hostage.counter.anal += 21>>
+				<<set $hostage.anus = 3>>
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+			<<case "pregnancy">>
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+			relaxing in $his comfy bed carefully exploring $his food stuffed belly and new curves. $He's certainly getting soft.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-		<<case "pregnancy">>
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-		relaxing in $his comfy bed sucking on $his feeding tube. One hand is fondling $his plush body while the other is teasing $his clit. $His body has become notably plush, made even more obvious when an orgasm sends ripples through $his soft flesh.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 40>>
-		<<switch $hostageFetish>>
-		<<case "cumslut">>
-			<<set $hostage.counter.oral += 70>>
-		<<case "buttslut">>
-			<<set $hostage.counter.anal += 35>>
-		<<case "boobs">>
+			<<set $hostage.counter.vaginal += 35>>
+			<<switch $hostageFetish>>
+			<<case "cumslut">>
+				<<set $hostage.counter.oral += 70>>
+			<<case "buttslut">>
+				<<set $hostage.counter.anal += 35>>
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+			<<case "pregnancy">>
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+			relaxing in $his comfy bed sucking on $his feeding tube. One hand is fondling $his plush body while the other is teasing $his clit. $His body has become notably plush, made even more obvious when an orgasm sends ripples through $his soft flesh.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-		<<case "pregnancy">>
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-		relaxing in $his comfy bed surrounded by mountains of molded slave food. $He is eagerly shoving handfuls of the fattening treats into $his mouth while simultaneously begging for someone to fill $his neglected pussy. $He has become quite fat; $his body jiggles with every motion.
-	<<else>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 60>>
-		<<switch $hostageFetish>>
-		<<case "cumslut">>
-			<<set $hostage.counter.oral += 70>>
-		<<case "buttslut">>
-			<<set $hostage.counter.anal += 45>>
-		<<case "boobs">>
+			<<set $hostage.counter.vaginal += 40>>
+			<<switch $hostageFetish>>
+			<<case "cumslut">>
+				<<set $hostage.counter.oral += 70>>
+			<<case "buttslut">>
+				<<set $hostage.counter.anal += 35>>
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+			<<case "pregnancy">>
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+			relaxing in $his comfy bed surrounded by mountains of molded slave food. $He is eagerly shoving handfuls of the fattening treats into $his mouth while simultaneously begging for someone to fill $his neglected pussy. $He has become quite fat; $his body jiggles with every motion.
+		<<else>>
+			<<set $hostage.weight += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-		<<case "pregnancy">>
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-		relaxing in $his comfy bed surrounded by mountains of molded slave food. $He is greedily shoving handfuls of the fattening treats into $his mouth as fast as $he can. $He has grown enormously fat and $his belly is jiggling oddly. When $he repositions $himself, you catch sight of a quartet of large vibrating dildos crammed into $his stretched cunt.
-	<</if>>
+			<<set $hostage.counter.vaginal += 60>>
+			<<switch $hostageFetish>>
+			<<case "cumslut">>
+				<<set $hostage.counter.oral += 70>>
+			<<case "buttslut">>
+				<<set $hostage.counter.anal += 45>>
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+			<<case "pregnancy">>
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+			relaxing in $his comfy bed surrounded by mountains of molded slave food. $He is greedily shoving handfuls of the fattening treats into $his mouth as fast as $he can. $He has grown enormously fat and $his belly is jiggling oddly. When $he repositions $himself, you catch sight of a quartet of large vibrating dildos crammed into $his stretched cunt.
+		<</if>>
 	<<case "Hedonistic Decadence">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		angrily jogging on a treadmill, $his fat body and big tits jiggling constantly.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly doing sit-ups, $his plush body struggling to manage.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		lifting weights, $his soft body barely hiding $his bulging muscles.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		eagerly pumping iron using $his lean and powerful body.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		performing an impressive clean and jerk, and then giving $his owner a high five.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			angrily jogging on a treadmill, $his fat body and big tits jiggling constantly.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly doing sit-ups, $his plush body struggling to manage.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			lifting weights, $his soft body barely hiding $his bulging muscles.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			eagerly pumping iron using $his lean and powerful body.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			performing an impressive clean and jerk, and then giving $his owner a high five.
+		<</if>>
 	<<case "Chattel Religionism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		attempting to refute a report on what's expected of slaves as part of your new religion.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		refusing to believe a report on what's expected of slaves as part of your new religion.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gasping at a report on what's expected of slaves as part of your new religion.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		crying over a report on what's expected of slaves as part of your new religion.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		making a public speech on the horrors of your new religion.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			attempting to refute a report on what's expected of slaves as part of your new religion.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			refusing to believe a report on what's expected of slaves as part of your new religion.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gasping at a report on what's expected of slaves as part of your new religion.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			crying over a report on what's expected of slaves as part of your new religion.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			making a public speech on the horrors of your new religion.
+		<</if>>
 	<<case "Multiculturalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing the tenets of $his new religion.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly following the tenets of $his new religion.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		praying for the souls of the citizens and slaves of your arcology.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		crying over the souls of the citizens and slaves of your arcology.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		imploring the public to pray for the salvation of the citizens and slaves of your arcology.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing the tenets of $his new religion.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly following the tenets of $his new religion.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			praying for the souls of the citizens and slaves of your arcology.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			crying over the souls of the citizens and slaves of your arcology.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			imploring the public to pray for the salvation of the citizens and slaves of your arcology.
+		<</if>>
 	<<default>>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to believe what happens to slaves who don't fit into your arcology's Revivalist culture.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly reading a report on what happens to slaves who don't fit into your arcology's Revivalist culture.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gasping at a report on what happens to slaves who don't fit into your arcology's Revivalist culture.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		crying over a report on what happens to slaves who don't fit into your arcology's Revivalist culture.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		educating the public on what happens to slaves who don't fit into your arcology's Revivalist culture.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to believe what happens to slaves who don't fit into your arcology's Revivalist culture.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly reading a report on what happens to slaves who don't fit into your arcology's Revivalist culture.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gasping at a report on what happens to slaves who don't fit into your arcology's Revivalist culture.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			crying over a report on what happens to slaves who don't fit into your arcology's Revivalist culture.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			educating the public on what happens to slaves who don't fit into your arcology's Revivalist culture.
+		<</if>>
 	<</switch>>
 <<elseif _hostageActionChance == 2>>
 	<<switch $rivalryFS>>
 	<<case "Racial Subjugationism">>
 		<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		struggling to avoid giving an $arcologies[0].FSSubjugationistRace girl oral.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		reluctantly giving an $arcologies[0].FSSubjugationistRace girl oral.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 20>>
-		<<set $hostage.counter.vaginal += 20>>
-		<<set $hostage.counter.anal += 20>>
-		giving an $arcologies[0].FSSubjugationistRace girl oral.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		eagerly giving an $arcologies[0].FSSubjugationistRace girl oral.
-		<<set $hostage.counter.oral += 40>>
-		<<set $hostage.counter.vaginal += 40>>
-		<<set $hostage.counter.anal += 20>>
-	<<else>>
-		enthusiastically giving an $arcologies[0].FSSubjugationistRace girl oral.
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-	<</if>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			struggling to avoid giving an $arcologies[0].FSSubjugationistRace girl oral.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			reluctantly giving an $arcologies[0].FSSubjugationistRace girl oral.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 20>>
+			<<set $hostage.counter.vaginal += 20>>
+			<<set $hostage.counter.anal += 20>>
+			giving an $arcologies[0].FSSubjugationistRace girl oral.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			eagerly giving an $arcologies[0].FSSubjugationistRace girl oral.
+			<<set $hostage.counter.oral += 40>>
+			<<set $hostage.counter.vaginal += 40>>
+			<<set $hostage.counter.anal += 20>>
+		<<else>>
+			enthusiastically giving an $arcologies[0].FSSubjugationistRace girl oral.
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+		<</if>>
 	<<case "Racial Supremacism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		struggling against $his bindings in a line of $arcologies[0].FSSupremacist slaves, having $his bruised holes checked.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		tied up with a defeated look in a line of $arcologies[0].FSSupremacist slaves, having $his stretched holes checked.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		tied up with a downtrodden look in a line of $arcologies[0].FSSupremacist slaves, having $his new pregnancy examined.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		nearly comatose in a line of $arcologies[0].FSSupremacist slaves, having $his pregnancy and destroyed holes examined.
-	<<else>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		blankly standing in a line of $arcologies[0].FSSupremacist slaves, having $his advanced pregnancy and broken holes examined.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			struggling against $his bindings in a line of $arcologies[0].FSSupremacist slaves, having $his bruised holes checked.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			tied up with a defeated look in a line of $arcologies[0].FSSupremacist slaves, having $his stretched holes checked.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			tied up with a downtrodden look in a line of $arcologies[0].FSSupremacist slaves, having $his <<if $seePreg != 0>>new pregnancy<<else>>overworked holes<</if>> examined.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			nearly comatose in a line of $arcologies[0].FSSupremacist slaves, having $his <<if $seePreg != 0>>pregnancy and <</if>>destroyed holes examined.
+		<<else>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			blankly standing in a line of $arcologies[0].FSSupremacist slaves, having $his <<if $seePreg != 0>>advanced pregnancy and <</if>>broken holes examined.
+		<</if>>
 	<<case "Repopulation Focus">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		crying while gently rubbing $his infertile stomach.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		staring at $his midriff, contemplating why someone would take $his fertility away.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		relaxing, knowing $he will never deal with menstruation again.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		playing with $his owner without worry, seeing as $he can't get pregnant.
-	<<else>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		running $his fingers across $his tight belly with a smile, knowing it will never be ruined.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			crying while gently rubbing $his infertile stomach.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			staring at $his midriff, contemplating why someone would take $his fertility away.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			relaxing, knowing $he will never deal with menstruation again.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			playing with $his owner without worry, seeing as $he can't get pregnant.
+		<<else>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			running $his fingers across $his tight belly with a smile, knowing it will never be ruined.
+		<</if>>
 	<<case "Eugenics">>
-	<<if $seeHyperPreg != 1>>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		crying at the results of a pregnancy test.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		cringing at a report of the number of babies $he is carrying.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.lactation = 1>>
-		<<set $hostage.lactationDuration = 2>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		smilingly slightly at an ultrasound of $his womb.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.lactation = 1>>
-		<<set $hostage.lactationDuration = 2>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		happily letting $his owner fawn over $his big belly.
-	<<else>>
-		eagerly checking a pregnancy test before dropping it sadly.
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-	<</if>>
-	<<else>>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		weeping at the results of a pregnancy test.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		cringing at a report of the obscene number of babies stretching $his womb.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 300>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		smilingly slightly seeing $his many babies for the first time via ultrasound.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 400>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		happily letting $his owner fawn over $his immense belly and giggling with every kick $his many children make in response.
-	<<else>>
-		eagerly researching ways $he can always be pregnant.
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-	<</if>>
-	<</if>>
+		<<if $seeHyperPreg != 1>>
+			<<if $rivalryDuration <= 5>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				crying at the results of a pregnancy test.
+			<<elseif $rivalryDuration <= 10>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				cringing at a report of the number of babies $he is carrying.
+			<<elseif $rivalryDuration <= 15>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.lactation = 1>>
+				<<set $hostage.lactationDuration = 2>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				smilingly slightly at an ultrasound of $his womb.
+			<<elseif $rivalryDuration <= 20>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.lactation = 1>>
+				<<set $hostage.lactationDuration = 2>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				happily letting $his owner fawn over $his big belly.
+			<<else>>
+				eagerly checking a pregnancy test before dropping it sadly.
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+			<</if>>
+		<<else>>
+			<<if $rivalryDuration <= 5>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				weeping at the results of a pregnancy test.
+			<<elseif $rivalryDuration <= 10>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				cringing at a report of the obscene number of babies stretching $his womb.
+			<<elseif $rivalryDuration <= 15>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.boobs += 300>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				smilingly slightly seeing $his many babies for the first time via ultrasound.
+			<<elseif $rivalryDuration <= 20>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.boobs += 400>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				happily letting $his owner fawn over $his immense belly and giggling with every kick $his many children make in response.
+			<<else>>
+				eagerly researching ways $he can always be pregnant.
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+			<</if>>
+		<</if>>
 	<<case "Gender Radicalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		being forced into a pretty dress as to not embarrass $his owner, though $his tantrum will do just that.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly allowing $himself to be dressed to present a good appearance alongside $his owner.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		allowing $himself to be dressed to present a good appearance alongside $his owner.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		happily allowing $himself to be dressed to present a good appearance alongside $his owner.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		carefully getting $himself dressed to present a good appearance alongside $his owner, paying special attention to $his swollen midriff.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			being forced into a pretty dress as to not embarrass $his owner, though $his tantrum will do just that.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly allowing $himself to be dressed to present a good appearance alongside $his owner.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			allowing $himself to be dressed to present a good appearance alongside $his owner.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			happily allowing $himself to be dressed to present a good appearance alongside $his owner.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			carefully getting $himself dressed to present a good appearance alongside $his owner, paying special attention to $his swollen midriff.
+		<</if>>
 	<<case "Gender Fundamentalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.anal += 10>>
-		screaming in terror as a hot shaft slips into $his rectum.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.anal += 10>>
-		groaning in discomfort as yet another dick slides into $his ass.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.anal += 10>>
-		letting off a moan as a penis slides into $his asspussy<<if $seeDicks != 0>>, $his tiny new penis trying to get hard<</if>>.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.anal += 10>>
-		moaning lewdly as a huge dick slides up $his asspussy<<if $seeDicks != 0>>, $his erect penis bumping into $his belly<</if>>.
-	<<else>>
-		<<set $hostage.counter.anal += 10>>
-		getting assfucked<<if $seeDicks != 0>>, $his rock-hard cock dribbling precum everywhere<</if>>. $He gasps with delight as $he feels a second hot shaft slide inside $his asspussy next to the first.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.anal += 10>>
+			screaming in terror as a hot shaft slips into $his rectum.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.anal += 10>>
+			groaning in discomfort as yet another dick slides into $his ass.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.anal += 10>>
+			letting off a moan as a penis slides into $his asspussy<<if $seeDicks != 0>>, $his tiny new penis trying to get hard<</if>>.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.anal += 10>>
+			moaning lewdly as a huge dick slides up $his asspussy<<if $seeDicks != 0>>, $his erect penis bumping into $his belly<</if>>.
+		<<else>>
+			<<set $hostage.counter.anal += 10>>
+			getting assfucked<<if $seeDicks != 0>>, $his rock-hard cock dribbling precum everywhere<</if>>. $He gasps with delight as $he feels a second hot shaft slide inside $his asspussy next to the first.
+		<</if>>
 	<<case "Paternalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		screaming as $he has the soles of $his feet whipped.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		crying out as $his back is lashed.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		sobbing as $he is mercilessly beaten.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		softly crying as $he is kicked around.
-	<<else>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		barely showing signs of life as $his ruined body is kicked around the floor.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			screaming as $he has the soles of $his feet whipped.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			crying out as $his back is lashed.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			sobbing as $he is mercilessly beaten.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			softly crying as $he is kicked around.
+		<<else>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			barely showing signs of life as $his ruined body is kicked around the floor.
+		<</if>>
 	<<case "Degradationism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to even look at $his owner.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gingerly looking at $his owner as they approach.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		curiously watching $his owner as they approach.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		eagerly watching $his owner as they approach.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		biting $his lip with nervous anticipation as $his owner approaches where $he's standing, $his hands cupping $his rounded middle.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to even look at $his owner.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gingerly looking at $his owner as they approach.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			curiously watching $his owner as they approach.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			eagerly watching $his owner as they approach.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			biting $his lip with nervous anticipation as $his owner approaches where $he's standing, $his hands cupping $his rounded middle.
+		<</if>>
 	<<case "Body Purism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 2000>>
-		<<set $hostage.boobsImplant += 2000>>
-		crying while trying to get comfortable with $his <<print $hostage.boobs>>cc fake tits.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.boobsImplant += 1000>>
-		reluctantly exploring new resting positions due to $his <<print $hostage.boobs>>cc implants.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.boobsImplant += 1000>>
-		happily resting $his head on $his <<print $hostage.boobs>>cc breast implants.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.boobsImplant += 1000>>
-		contently resting atop $his <<print $hostage.boobs>>cc fake tits.
-	<<else>>
-		resting atop $his mountainous <<print $hostage.boobs>>cc fake tits, daydreaming about being even bigger.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.boobs += 2000>>
+			<<set $hostage.boobsImplant += 2000>>
+			crying while trying to get comfortable with $his <<print $hostage.boobs>>cc fake tits.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+			reluctantly exploring new resting positions due to $his <<print $hostage.boobs>>cc implants.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+			happily resting $his head on $his <<print $hostage.boobs>>cc breast implants.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+			contently resting atop $his <<print $hostage.boobs>>cc fake tits.
+		<<else>>
+			resting atop $his mountainous <<print $hostage.boobs>>cc fake tits, daydreaming about being even bigger.
+		<</if>>
 	<<case "Transformation Fetishism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to believe pictures of surgeries performed in your arcology are real.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gaping in surprise at pictures of surgeries performed in your arcology.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gasping in horror at pictures of surgeries performed in your arcology.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		crying in terror at pictures of surgeries performed in your arcology.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		genuinely thanking $his owner for keeping $his body pure and beautiful.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to believe pictures of surgeries performed in your arcology are real.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gaping in surprise at pictures of surgeries performed in your arcology.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gasping in horror at pictures of surgeries performed in your arcology.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			crying in terror at pictures of surgeries performed in your arcology.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			genuinely thanking $his owner for keeping $his body pure and beautiful.
+		<</if>>
 	<<case "Youth Preferentialism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 1>>
-		<<set $hostage.counter.vaginal += 1>>
-		<<set $hostage.counter.anal += 1>>
-		hiding from $his MILF partner, sobbing quietly.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		cringing as $he massages $his MILF partner's back.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		carefully giving $his MILF lover a back massage.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		happily giving $his MILF lover a foot massage before bed.
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-	<<else>>
-		energetically giving $his MILF lover a full body massage before bed.
-		<<set $hostage.counter.oral += 20>>
-		<<set $hostage.counter.vaginal += 20>>
-		<<set $hostage.counter.anal += 20>>
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 1>>
+			<<set $hostage.counter.vaginal += 1>>
+			<<set $hostage.counter.anal += 1>>
+			hiding from $his MILF partner, sobbing quietly.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			cringing as $he massages $his MILF partner's back.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			carefully giving $his MILF lover a back massage.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			happily giving $his MILF lover a foot massage before bed.
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+		<<else>>
+			energetically giving $his MILF lover a full body massage before bed.
+			<<set $hostage.counter.oral += 20>>
+			<<set $hostage.counter.vaginal += 20>>
+			<<set $hostage.counter.anal += 20>>
+		<</if>>
 	<<case "Maturity Preferentialism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 1>>
-		<<set $hostage.counter.vaginal += 1>>
-		<<set $hostage.counter.anal += 1>>
-		shouting profanity at $his young partner.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		shying away from $his young partner.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		resting alongside $his young friend.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		talking about things with $his young lover.
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-	<<else>>
-		whispering something sexy into $his young lover's ear.
-		<<set $hostage.counter.oral += 20>>
-		<<set $hostage.counter.vaginal += 20>>
-		<<set $hostage.counter.anal += 20>>
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 1>>
+			<<set $hostage.counter.vaginal += 1>>
+			<<set $hostage.counter.anal += 1>>
+			shouting profanity at $his young partner.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			shying away from $his young partner.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			resting alongside $his young friend.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			talking about things with $his young lover.
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+		<<else>>
+			whispering something sexy into $his young lover's ear.
+			<<set $hostage.counter.oral += 20>>
+			<<set $hostage.counter.vaginal += 20>>
+			<<set $hostage.counter.anal += 20>>
+		<</if>>
 	<<case "Slimness Enthusiasm">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1500>>
-		crying over $his swollen breasts and butt.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		cringing as $he feels $his huge soft tits and ass.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		giggling as $he gropes $his soft body.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		happily massaging $his super soft body and huge assets.
-	<<else>>
-		resting in $his own mountainous softness.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1500>>
+			crying over $his swollen breasts and butt.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			cringing as $he feels $his huge soft tits and ass.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			giggling as $he gropes $his soft body.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			happily massaging $his super soft body and huge assets.
+		<<else>>
+			resting in $his own mountainous softness.
+		<</if>>
 	<<case "Asset Expansionism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to believe pictures of excessively expanded slaves in your arcology are real.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gasping in surprise at pictures of excessively expanded slaves in your arcology.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gasping in horror at pictures of excessively expanded slaves in your arcology.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		crying in terror at pictures of excessively expanded slaves in your arcology.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		genuinely thanking $his owner for keeping $him healthy and from becoming nothing more than a bloated pair of tits and ass.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to believe pictures of excessively expanded slaves in your arcology are real.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gasping in surprise at pictures of excessively expanded slaves in your arcology.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gasping in horror at pictures of excessively expanded slaves in your arcology.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			crying in terror at pictures of excessively expanded slaves in your arcology.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			genuinely thanking $his owner for keeping $him healthy and from becoming nothing more than a bloated pair of tits and ass.
+		<</if>>
 	<<case "Pastoralism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		trying to catch $his breath and stop $his fat body from sweating.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		checking $himself out in the mirror, gawking at how much weight $he's lost.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		pinching $his remaining flab and making a disgusted face.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		massaging body oil into $his abs and checking $himself out in a mirror.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		massaging body oil into $his abs and posing in front of the mirror. $He is proud to have gone from a fat cow to a ripped goddess.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			trying to catch $his breath and stop $his fat body from sweating.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			checking $himself out in the mirror, gawking at how much weight $he's lost.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			pinching $his remaining flab and making a disgusted face.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			massaging body oil into $his abs and checking $himself out in a mirror.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			massaging body oil into $his abs and posing in front of the mirror. $He is proud to have gone from a fat cow to a ripped goddess.
+		<</if>>
 	<<case "Cummunism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.lactation = 2>>
-		<<set $hostage.lactationDuration = 2>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		Sobbing as $he massages $his sore <<print $hostage.boobs>>cc udders.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		crying as rubs $his uncomfortably massive <<print $hostage.boobs>>cc udders and softening belly.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		humming as $he soothes $his truly immense sore <<print $hostage.boobs>>cc udders. $He lets off a content sigh as $he jiggles $his soft belly.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		happily playing with $his <<print $hostage.boobs>>cc udders. $He squirms and giggles as $his entire body jiggles in response.
-	<<else>>
-		moans lewdly as a pair of slaves massage $his <<print $hostage.boobs>>cc udders, and as a third appears from under $his heavy body.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.lactation = 2>>
+			<<set $hostage.lactationDuration = 2>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			Sobbing as $he massages $his sore <<print $hostage.boobs>>cc udders.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			crying as rubs $his uncomfortably massive <<print $hostage.boobs>>cc udders and softening belly.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			humming as $he soothes $his truly immense sore <<print $hostage.boobs>>cc udders. $He lets off a content sigh as $he jiggles $his soft belly.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			happily playing with $his <<print $hostage.boobs>>cc udders. $He squirms and giggles as $his entire body jiggles in response.
+		<<else>>
+			moans lewdly as a pair of slaves massage $his <<print $hostage.boobs>>cc udders, and as a third appears from under $his heavy body.
+		<</if>>
 	<<case "Physical Idealism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 50>>
-		<<set $hostage.counter.vaginal += 28>>
-		sobbing as $he is forcibly raped and broken in.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 28>>
-		<<switch $hostageFetish>>
-		<<case "cumslut">>
-			<<set $hostage.counter.oral += 70>>
-		<<case "buttslut">>
-			<<set $hostage.counter.anal += 21>>
-			<<set $hostage.anus = 3>>
-		<<case "boobs">>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 50>>
+			<<set $hostage.counter.vaginal += 28>>
+			sobbing as $he is forcibly raped and broken in.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-		<<case "pregnancy">>
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-		crying as $he rubs $his uncomfortably swollen and soft belly as yet another guy fucks $his loosening cunt.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 35>>
-		<<switch $hostageFetish>>
-		<<case "cumslut">>
-			<<set $hostage.counter.oral += 70>>
-		<<case "buttslut">>
-			<<set $hostage.counter.anal += 35>>
-		<<case "boobs">>
+			<<set $hostage.counter.vaginal += 28>>
+			<<switch $hostageFetish>>
+			<<case "cumslut">>
+				<<set $hostage.counter.oral += 70>>
+			<<case "buttslut">>
+				<<set $hostage.counter.anal += 21>>
+				<<set $hostage.anus = 3>>
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+			<<case "pregnancy">>
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+			crying as $he rubs $his uncomfortably swollen and soft belly as yet another guy fucks $his loosening cunt.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-		<<case "pregnancy">>
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-		humming as $he soothes $his full belly as $he enjoys a good fucking.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 40>>
-		<<switch $hostageFetish>>
-		<<case "cumslut">>
-			<<set $hostage.counter.oral += 70>>
-		<<case "buttslut">>
-			<<set $hostage.counter.anal += 35>>
-		<<case "boobs">>
+			<<set $hostage.counter.vaginal += 35>>
+			<<switch $hostageFetish>>
+			<<case "cumslut">>
+				<<set $hostage.counter.oral += 70>>
+			<<case "buttslut">>
+				<<set $hostage.counter.anal += 35>>
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+			<<case "pregnancy">>
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+			humming as $he soothes $his full belly as $he enjoys a good fucking.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-		<<case "pregnancy">>
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-		happily stuffing $his face as another guy fucks $his fat body.
-	<<else>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 60>>
-		greedily stuffing $his face with slave food as a pair of guys double team $his ruined pussy.
-		<<switch $hostageFetish>>
-		<<case "cumslut">>
-			<<set $hostage.counter.oral += 70>>
-			Several more encircle $him, ready to shower $him with cum the moment $he climaxes.
-		<<case "buttslut">>
-			<<set $hostage.counter.anal += 45>>
-			Another struggles to support $his weight as he plows $his gaping anus.
-		<<case "boobs">>
+			<<set $hostage.counter.vaginal += 40>>
+			<<switch $hostageFetish>>
+			<<case "cumslut">>
+				<<set $hostage.counter.oral += 70>>
+			<<case "buttslut">>
+				<<set $hostage.counter.anal += 35>>
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+			<<case "pregnancy">>
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+			happily stuffing $his face as another guy fucks $his fat body.
+		<<else>>
+			<<set $hostage.weight += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-			$He takes time between bites to hungrily fondle $his <<print $hostage.boobs>>cc tits.
-		<<case "pregnancy">>
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-			$He takes time between bites to hungrily fondle $his pregnancy.
-		<</switch>>
-	<</if>>
+			<<set $hostage.counter.vaginal += 60>>
+			greedily stuffing $his face with slave food as a pair of guys double team $his ruined pussy.
+			<<switch $hostageFetish>>
+			<<case "cumslut">>
+				<<set $hostage.counter.oral += 70>>
+				Several more encircle $him, ready to shower $him with cum the moment $he climaxes.
+			<<case "buttslut">>
+				<<set $hostage.counter.anal += 45>>
+				Another struggles to support $his weight as he plows $his gaping anus.
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+				$He takes time between bites to hungrily fondle $his <<print $hostage.boobs>>cc tits.
+			<<case "pregnancy">>
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+				$He takes time between bites to hungrily fondle $his pregnancy.
+			<</switch>>
+		<</if>>
 	<<case "Hedonistic Decadence">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		trying to catch $his breath and stop $his fat body from sweating.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		checking $himself out in the mirror, gawking at how much weight $he's lost.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		pinching $his remaining flab and making a disgusted face.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		massaging body oil into $his abs and checking $himself out in a mirror.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		massaging body oil into $his abs and posing in front of the mirror. $He is proud to have gone from a fat cow to a ripped goddess.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			trying to catch $his breath and stop $his fat body from sweating.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			checking $himself out in the mirror, gawking at how much weight $he's lost.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			pinching $his remaining flab and making a disgusted face.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			massaging body oil into $his abs and checking $himself out in a mirror.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			massaging body oil into $his abs and posing in front of the mirror. $He is proud to have gone from a fat cow to a ripped goddess.
+		<</if>>
 	<<case "Chattel Religionism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to believe a video of a religious service in your arcology is real.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		questioning the validity of a video of a religious service in your arcology.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gasping at the absurdity of a video of a religious service in your arcology.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		shaking $his head in incomprehension at video of a religious service in your arcology.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		laughing at the ridiculousness of a video of a religious service in your arcology.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to believe a video of a religious service in your arcology is real.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			questioning the validity of a video of a religious service in your arcology.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gasping at the absurdity of a video of a religious service in your arcology.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			shaking $his head in incomprehension at video of a religious service in your arcology.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			laughing at the ridiculousness of a video of a religious service in your arcology.
+		<</if>>
 	<<case "Multiculturalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to pray for your arcology's salvation.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		questioning why $he is made to pray for your arcology's salvation.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		trying to pray for your arcology's salvation.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		steadily praying for your arcology's salvation.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		desperately praying for the salvation of your arcology.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to pray for your arcology's salvation.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			questioning why $he is made to pray for your arcology's salvation.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			trying to pray for your arcology's salvation.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			steadily praying for your arcology's salvation.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			desperately praying for the salvation of your arcology.
+		<</if>>
 	<<default>>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to believe a video of your arcology's Revivalist public events is real.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		questioning the validity of a video of your arcology's Revivalist public events.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		gasping at the absurdity of a video of your arcology's Revivalist public events.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		shaking $his head in incomprehension at video of your arcology's Revivalist public events.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		laughing at the ridiculousness of a video of your arcology's Revivalist public events.
-	<</if>>
-	<</switch>>
-<<else>>
-	<<switch $rivalryFS>>
-	<<case "Racial Subjugationism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		screaming as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		crying as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 20>>
-		<<set $hostage.counter.vaginal += 20>>
-		<<set $hostage.counter.anal += 20>>
-		panting as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		moaning as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
-		<<set $hostage.counter.oral += 40>>
-		<<set $hostage.counter.vaginal += 40>>
-		<<set $hostage.counter.anal += 20>>
-	<<else>>
-		enthusiastically wiggling $his rear as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-	<</if>>
-	<<case "Racial Supremacism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		weeping as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		crying as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		silently staring at $his feet as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		stands silently as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
-	<<else>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		blankly stands there as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
-	<</if>>
-	<<case "Repopulation Focus">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		sobbing as an autosurgery reads out the details of $his infertility.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		pondering the health benefits being given to $him.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		accepting that $his body will never be ruined by pregnancy.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		happy that $his body will never be ruined by pregnancy.
-	<<else>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		<<set $hostage.counter.mammary += 5>>
-		celebrating that $his body will never be ruined by a child.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to believe a video of your arcology's Revivalist public events is real.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			questioning the validity of a video of your arcology's Revivalist public events.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			gasping at the absurdity of a video of your arcology's Revivalist public events.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			shaking $his head in incomprehension at video of your arcology's Revivalist public events.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			laughing at the ridiculousness of a video of your arcology's Revivalist public events.
+		<</if>>
+	<</switch>>
+<<else>>
+	<<switch $rivalryFS>>
+	<<case "Racial Subjugationism">>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			screaming as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			crying as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 20>>
+			<<set $hostage.counter.vaginal += 20>>
+			<<set $hostage.counter.anal += 20>>
+			panting as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			moaning as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
+			<<set $hostage.counter.oral += 40>>
+			<<set $hostage.counter.vaginal += 40>>
+			<<set $hostage.counter.anal += 20>>
+		<<else>>
+			enthusiastically wiggling $his rear as $he gets fucked by an $arcologies[0].FSSubjugationistRace girl.
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+		<</if>>
+	<<case "Racial Supremacism">>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			weeping as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			crying as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			silently staring at $his feet as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			stands silently as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
+		<<else>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			blankly stands there as a dispassionate slave assayer goes down a line of $arcologies[0].FSSupremacist slaves, reciting prices.
+		<</if>>
+	<<case "Repopulation Focus">>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			sobbing as an autosurgery reads out the details of $his infertility.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			pondering the health benefits being given to $him.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			accepting that $his body will never be ruined by pregnancy.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			happy that $his body will never be ruined by pregnancy.
+		<<else>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			<<set $hostage.counter.mammary += 5>>
+			celebrating that $his body will never be ruined by a child.
+		<</if>>
 	<<case "Eugenics">>
-	<<if $seeHyperPreg != 1>>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		sobbing as $he tries to coax the cum out of $his womb.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		crying as $he cradles $his unwelcome pregnancy.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		doing yoga to prepare $his body for childbirth.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		gleefully rubbing $his big pregnant belly with oils to prevent stretch marks
-	<<else>>
-		injecting cum into $his vagina, hoping to get pregnant again sooner.
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-	<</if>>
-	<<else>>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		sobbing as $he tries to coax the cum out of $his womb.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		crying as $he cradles $his full-sized pregnancy.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 300>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		doing yoga with helpers to prepare $his bloated body for mass childbirth.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.boobs += 400>>
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-		giggling as several slaves slather $his belly with creams to prevent stretch marks
-	<<else>>
-		begging $his master to get $him even more pregnant this time.
-		<<set $hostage.counter.oral += 100>>
-		<<set $hostage.counter.vaginal += 100>>
-		<<set $hostage.counter.anal += 100>>
-		<<set $hostage.counter.mammary += 100>>
-	<</if>>
-	<</if>>
+		<<if $seeHyperPreg != 1>>
+			<<if $rivalryDuration <= 5>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				sobbing as $he tries to coax the cum out of $his womb.
+			<<elseif $rivalryDuration <= 10>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				crying as $he cradles $his unwelcome pregnancy.
+			<<elseif $rivalryDuration <= 15>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				doing yoga to prepare $his body for childbirth.
+			<<elseif $rivalryDuration <= 20>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				gleefully rubbing $his big pregnant belly with oils to prevent stretch marks
+			<<else>>
+				injecting cum into $his vagina, hoping to get pregnant again sooner.
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+			<</if>>
+		<<else>>
+			<<if $rivalryDuration <= 5>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				sobbing as $he tries to coax the cum out of $his womb.
+			<<elseif $rivalryDuration <= 10>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.counter.oral += 50>>
+				<<set $hostage.counter.vaginal += 50>>
+				<<set $hostage.counter.anal += 50>>
+				<<set $hostage.counter.mammary += 50>>
+				crying as $he cradles $his full-sized pregnancy.
+			<<elseif $rivalryDuration <= 15>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.fetishStrength += 5>>
+				<<set $hostage.boobs += 300>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				doing yoga with helpers to prepare $his bloated body for mass childbirth.
+			<<elseif $rivalryDuration <= 20>>
+				<<set $hostage.trust -= 5>>
+				<<set $hostage.devotion -= 5>>
+				<<set $hostage.boobs += 400>>
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+				giggling as several slaves slather $his belly with creams to prevent stretch marks
+			<<else>>
+				begging $his master to get $him even more pregnant this time.
+				<<set $hostage.counter.oral += 100>>
+				<<set $hostage.counter.vaginal += 100>>
+				<<set $hostage.counter.anal += 100>>
+				<<set $hostage.counter.mammary += 100>>
+			<</if>>
+		<</if>>
 	<<case "Gender Radicalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		viciously slapping $his owner's hand away.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly holding $his owner's hand.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		holding $his owner's hand.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		happily holding $his owner's hand.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		happy with $his owner's arm around $him.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			viciously slapping $his owner's hand away.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly holding $his owner's hand.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			holding $his owner's hand.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			happily holding $his owner's hand.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			happy with $his owner's arm around $him.
+		<</if>>
 	<<case "Gender Fundamentalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.anal += 10>>
-		crying in the shower as $he attempts to soothe $his throbbing rectum.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.anal += 10>>
-		groaning in the shower as $he soothes $his sore ass.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.anal += 10>>
-		cleaning $his rear while fondling $his asspussy<<if $seeDicks != 0>>, $his other hand teasing $his new tiny penis<</if>>.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.anal += 10>>
-		seeing how many fingers $he can fit into $his ass as $he showers<<if $seeDicks != 0>>, while teasing $his erect dick with the other hand<</if>>.
-	<<else>>
-		<<set $hostage.counter.anal += 10>>
-		fisting $his own ass in the shower<<if $seeDicks != 0>>, and jacking off to the prostrate stimulation<</if>>. $He gasps with delight as an orgasm wracks $his body.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.anal += 10>>
+			crying in the shower as $he attempts to soothe $his throbbing rectum.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.anal += 10>>
+			groaning in the shower as $he soothes $his sore ass.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.anal += 10>>
+			cleaning $his rear while fondling $his asspussy<<if $seeDicks != 0>>, $his other hand teasing $his new tiny penis<</if>>.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.anal += 10>>
+			seeing how many fingers $he can fit into $his ass as $he showers<<if $seeDicks != 0>>, while teasing $his erect dick with the other hand<</if>>.
+		<<else>>
+			<<set $hostage.counter.anal += 10>>
+			fisting $his own ass in the shower<<if $seeDicks != 0>>, and jacking off to the prostrate stimulation<</if>>. $He gasps with delight as an orgasm wracks $his body.
+		<</if>>
 	<<case "Paternalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		tearfully begging someone not to cut $him.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		tearfully crying on the ground after someone tripped $him and stole $his heels for the sole purpose of denying $him the ability to walk.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		panicking as $he attempts to mime a plea to not get cut by $his aggressor.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust += 5>>
-		<<set $hostage.devotion += 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		crying muffled sobs as someone snatches $his earnings from under $his blinded eyes.
-	<<else>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 50>>
-		<<set $hostage.counter.vaginal += 50>>
-		<<set $hostage.counter.anal += 50>>
-		<<set $hostage.counter.mammary += 50>>
-		getting shoved onto a shelf with dozens of other limbless, broken slaves.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			tearfully begging someone not to cut $him.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			tearfully crying on the ground after someone tripped $him and stole $his heels for the sole purpose of denying $him the ability to walk.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			panicking as $he attempts to mime a plea to not get cut by $his aggressor.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust += 5>>
+			<<set $hostage.devotion += 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			crying muffled sobs as someone snatches $his earnings from under $his blinded eyes.
+		<<else>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 50>>
+			<<set $hostage.counter.vaginal += 50>>
+			<<set $hostage.counter.anal += 50>>
+			<<set $hostage.counter.mammary += 50>>
+			getting shoved onto a shelf with dozens of other limbless, broken slaves.
+		<</if>>
 	<<case "Degradationism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		getting mad when asked about $his sexual exploits.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		blushing and avoiding the question when asked about $his sexual exploits.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		blurting it out and burying $his face in $his hands when asked about $his sexual exploits with $his owner.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		giggling with another slave over their sexual exploits with their owners.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		gossiping with another slave over their sexual exploits with their owners, all the while cradling $his growing pregnancy with pride.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			getting mad when asked about $his sexual exploits.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			blushing and avoiding the question when asked about $his sexual exploits.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			blurting it out and burying $his face in $his hands when asked about $his sexual exploits with $his owner.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			giggling with another slave over their sexual exploits with their owners.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			gossiping with another slave over their sexual exploits with their owners<<if $seePreg != 0>>, all the while cradling $his growing pregnancy with pride<</if>>.
+		<</if>>
 	<<case "Body Purism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		sobbing as an autosurgery reads out how much $his <<print $hostage.boobs>>cc implants can be expanded this week.
-		<<set $hostage.boobs += 2000>>
-		<<set $hostage.boobsImplant += 2000>>
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		crying as an autosurgery reads out how much $his <<print $hostage.boobs>>cc implants can be expanded this week.
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.boobsImplant += 1000>>
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		blushing as an autosurgery reads out how much $his <<print $hostage.boobs>>cc implants can be expanded this week.
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.boobsImplant += 1000>>
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		getting excited as an autosurgery reads out how much $his <<print $hostage.boobs>>cc implants can be expanded this week.
-		<<set $hostage.boobs += 1000>>
-		<<set $hostage.boobsImplant += 1000>>
-	<<else>>
-		throwing a fit that $his <<print $hostage.boobs>>cc fake tits are too big to expand further.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			sobbing as an autosurgery reads out how much $his <<print $hostage.boobs>>cc implants can be expanded this week.
+			<<set $hostage.boobs += 2000>>
+			<<set $hostage.boobsImplant += 2000>>
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			crying as an autosurgery reads out how much $his <<print $hostage.boobs>>cc implants can be expanded this week.
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			blushing as an autosurgery reads out how much $his <<print $hostage.boobs>>cc implants can be expanded this week.
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			getting excited as an autosurgery reads out how much $his <<print $hostage.boobs>>cc implants can be expanded this week.
+			<<set $hostage.boobs += 1000>>
+			<<set $hostage.boobsImplant += 1000>>
+		<<else>>
+			throwing a fit that $his <<print $hostage.boobs>>cc fake tits are too big to expand further.
+		<</if>>
 	<<case "Transformation Fetishism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		wondering why these maniacs care if $his body is unaltered or not.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		admiring how natural $his body truly is.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		beginning to understand how beautiful $his pure body is.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		admiring how pure $his body is in the mirror.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		admiring $his pure body from every angle $he can.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			wondering why these maniacs care if $his body is unaltered or not.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			admiring how natural $his body truly is.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			beginning to understand how beautiful $his pure body is.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			admiring how pure $his body is in the mirror.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			admiring $his pure body from every angle $he can.
+		<</if>>
 	<<case "Youth Preferentialism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 1>>
-		<<set $hostage.counter.vaginal += 1>>
-		<<set $hostage.counter.anal += 1>>
-		struggling to escape being mothered by $his older partner.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		cautiously tasting $his MILF partner's milk.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		carefully suckling $his MILF friend's nipple.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		happily suckling $his MILF lover's motherly tits.
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-	<<else>>
-		happily suckling $his MILF lover's motherly tits while fondling $his lover's crotch.
-		<<set $hostage.counter.oral += 20>>
-		<<set $hostage.counter.vaginal += 20>>
-		<<set $hostage.counter.anal += 20>>
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 1>>
+			<<set $hostage.counter.vaginal += 1>>
+			<<set $hostage.counter.anal += 1>>
+			struggling to escape being mothered by $his older partner.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			cautiously tasting $his MILF partner's milk.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			carefully suckling $his MILF friend's nipple.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			happily suckling $his MILF lover's motherly tits.
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+		<<else>>
+			happily suckling $his MILF lover's motherly tits while fondling $his lover's crotch.
+			<<set $hostage.counter.oral += 20>>
+			<<set $hostage.counter.vaginal += 20>>
+			<<set $hostage.counter.anal += 20>>
+		<</if>>
 	<<case "Maturity Preferentialism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.oral += 1>>
-		<<set $hostage.counter.vaginal += 1>>
-		<<set $hostage.counter.anal += 1>>
-		rebuking $his young partner's advances.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 5>>
-		<<set $hostage.counter.vaginal += 5>>
-		<<set $hostage.counter.anal += 5>>
-		curiously fondling $his young partner's dick.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-		cautiously rubbing $his energetic young friend's cock.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		giving $his energetic young lover a handjob.
-		<<set $hostage.counter.oral += 10>>
-		<<set $hostage.counter.vaginal += 10>>
-		<<set $hostage.counter.anal += 10>>
-	<<else>>
-		giving $his energetic young lover a handjob while deeply kissing _himU.
-		<<set $hostage.counter.oral += 20>>
-		<<set $hostage.counter.vaginal += 20>>
-		<<set $hostage.counter.anal += 20>>
-	<</if>>
-	<<case "Slimness Enthusiasm">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1500>>
-		weeping as the breast injections swell $his breasts to <<print $hostage.boobs>>ccs.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		cringing as the breast injections swell $his breasts to <<print $hostage.boobs>>ccs along with $his butt.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		smiling as the breast injections swell $his breasts to <<print $hostage.boobs>>ccs. $He runs $his hand across $his huge butt and softening body.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		practically orgasming as the breast injections swell $his breasts to <<print $hostage.boobs>>ccs. $He sinks $his hands into $his enormous butt and fat belly.
-	<<else>>
-		shouting at a plastic surgeon to make $his <<print $hostage.boobs>>cc tits even larger.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.oral += 1>>
+			<<set $hostage.counter.vaginal += 1>>
+			<<set $hostage.counter.anal += 1>>
+			rebuking $his young partner's advances.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 5>>
+			<<set $hostage.counter.vaginal += 5>>
+			<<set $hostage.counter.anal += 5>>
+			curiously fondling $his young partner's dick.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+			cautiously rubbing $his energetic young friend's cock.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			giving $his energetic young lover a handjob.
+			<<set $hostage.counter.oral += 10>>
+			<<set $hostage.counter.vaginal += 10>>
+			<<set $hostage.counter.anal += 10>>
+		<<else>>
+			giving $his energetic young lover a handjob while deeply kissing _himU.
+			<<set $hostage.counter.oral += 20>>
+			<<set $hostage.counter.vaginal += 20>>
+			<<set $hostage.counter.anal += 20>>
+		<</if>>
+	<<case "Slimness Enthusiasm">>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1500>>
+			weeping as the breast injections swell $his breasts to <<print $hostage.boobs>>ccs.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			cringing as the breast injections swell $his breasts to <<print $hostage.boobs>>ccs along with $his butt.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			smiling as the breast injections swell $his breasts to <<print $hostage.boobs>>ccs. $He runs $his hand across $his huge butt and softening body.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			practically orgasming as the breast injections swell $his breasts to <<print $hostage.boobs>>ccs. $He sinks $his hands into $his enormous butt and fat belly.
+		<<else>>
+			shouting at a plastic surgeon to make $his <<print $hostage.boobs>>cc tits even larger.
+		<</if>>
 	<<case "Asset Expansionism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to show off $his natural body.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly doing a series of stretching exercises to show off $his natural body.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		doing a series of stretching exercises to show off $his natural body.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		happily doing a series of stretching exercises to show off $his natural body.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		showing off $his completely natural body with pride before an audience of civilians.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to show off $his natural body.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly doing a series of stretching exercises to show off $his natural body.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			doing a series of stretching exercises to show off $his natural body.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			happily doing a series of stretching exercises to show off $his natural body.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			showing off $his completely natural body with pride before an audience of civilians.
+		<</if>>
 	<<case "Pastoralism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		struggling to run $his overweight body around a track.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		attempting to run a lap around the track despite $his overweight body.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		running laps around the track to burn off $his excess bodyfat.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		eagerly running laps around a track, showing off $his thin and fit body.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		running laps around a track, competing with other eagerly competitive slaves to be the best.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			struggling to run $his overweight body around a track.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			attempting to run a lap around the track despite $his overweight body.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			running laps around the track to burn off $his excess bodyfat.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			eagerly running laps around a track, showing off $his thin and fit body.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			running laps around a track, competing with other eagerly competitive slaves to be the best.
+		<</if>>
 	<<case "Cummunism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		sobbing as the milkers drain $his <<print $hostage.boobs>>cc udders.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		sighing as the milkers drain $his big <<print $hostage.boobs>>cc udders while $he massages $his softening belly.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 1000>>
-		sighing with relief as the milkers drain $his huge <<print $hostage.boobs>>cc udders while $he massages $his jiggly belly.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 1000>>
-		happily humming as the milkers drain $his giant <<print $hostage.boobs>>cc udders while $he plays with $his fat belly and breasts.
-	<<else>>
-		moaning loudly as the milkers drain $his massive <<print $hostage.boobs>>cc udders.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			sobbing as the milkers drain $his <<print $hostage.boobs>>cc udders.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			sighing as the milkers drain $his big <<print $hostage.boobs>>cc udders while $he massages $his softening belly.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.boobs += 1000>>
+			sighing with relief as the milkers drain $his huge <<print $hostage.boobs>>cc udders while $he massages $his jiggly belly.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 1000>>
+			happily humming as the milkers drain $his giant <<print $hostage.boobs>>cc udders while $he plays with $his fat belly and breasts.
+		<<else>>
+			moaning loudly as the milkers drain $his massive <<print $hostage.boobs>>cc udders.
+		<</if>>
 	<<case "Physical Idealism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 50>>
-		<<set $hostage.counter.vaginal += 28>>
-		sobbing as $he is forced is experience all manner of perversion in an effort to reveal $his fetishes.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 28>>
-		<<switch $hostageFetish>>
-		<<case "submissive">>
-			struggling to hold back $his joy as $he is forced to eat out another slave.
-		<<case "cumslut">>
-			struggling to hold back $his joy as a hot load spurts across $his face.
-			<<set $hostage.counter.oral += 70>>
-		<<case "humiliation">>
-			struggling to hold back $his joy as $he is paraded, naked, through the arcology.
-		<<case "buttslut">>
-			struggling to hold back $his joy as $his ass is roughly fucked.
-			<<set $hostage.counter.anal += 21>>
-			<<set $hostage.anus = 1>>
-		<<case "boobs">>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.boobs += 50>>
+			<<set $hostage.counter.vaginal += 28>>
+			sobbing as $he is forced is experience all manner of perversion in an effort to reveal $his fetishes.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-			struggling to hold back $his joy as $he checks out $his new <<print $hostage.boobsImplant>>cc implants.
-		<<case "sadist">>
-			struggling to hold back $his joy as $he is encouraged to beat a slave that spilled a cup of food on the clean floor.
-		<<case "masochist">>
-			struggling to hold back $his joy as $his nipples are cruelly pinched and twisted.
-		<<case "dom">>
-			struggling to hold back $his joy as $he is told to order a waiting slave to do whatever $he wants.
-		<<case "pregnancy">>
-			struggling to hold back $his joy as another huge load shoots into $his fertile womb.
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 35>>
-		<<switch $hostageFetish>>
-		<<case "submissive">>
-			begging $his master-slave to permit $him to service _hisU dick.
-		<<case "cumslut">>
-			happily sucking a dick a swallowing every last drop of cum.
-			<<set $hostage.counter.oral += 70>>
-		<<case "humiliation">>
-			walking along $his master in a figure-revealing pair of tight pants and tube top. The pair of vibrators on $his nipples and the huge dildo in $his cunt are obvious through the taut material.
-		<<case "buttslut">>
-			happily taking a huge dick in $his ass while wishing it was even bigger.
-			<<set $hostage.counter.anal += 35>>
-			<<set $hostage.anus = 3>>
-		<<case "boobs">>
+			<<set $hostage.counter.vaginal += 28>>
+			<<switch $hostageFetish>>
+			<<case "submissive">>
+				struggling to hold back $his joy as $he is forced to eat out another slave.
+			<<case "cumslut">>
+				struggling to hold back $his joy as a hot load spurts across $his face.
+				<<set $hostage.counter.oral += 70>>
+			<<case "humiliation">>
+				struggling to hold back $his joy as $he is paraded, naked, through the arcology.
+			<<case "buttslut">>
+				struggling to hold back $his joy as $his ass is roughly fucked.
+				<<set $hostage.counter.anal += 21>>
+				<<set $hostage.anus = 1>>
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+				struggling to hold back $his joy as $he checks out $his new <<print $hostage.boobsImplant>>cc implants.
+			<<case "sadist">>
+				struggling to hold back $his joy as $he is encouraged to beat a slave that spilled a cup of food on the clean floor.
+			<<case "masochist">>
+				struggling to hold back $his joy as $his nipples are cruelly pinched and twisted.
+			<<case "dom">>
+				struggling to hold back $his joy as $he is told to order a waiting slave to do whatever $he wants.
+			<<case "pregnancy">>
+				struggling to hold back $his joy as another huge load shoots into $his fertile womb.
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
+			<<set $hostage.fetishStrength += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-			happily teasing a dick between $his new <<print $hostage.boobsImplant>>cc implants.
-		<<case "sadist">>
-			happily tormenting a sissy slave's limp dick as $he rails _himU with a strap-on.
-		<<case "masochist">>
-			struggling to smile while being strangled during sex.
-		<<case "dom">>
-			forcing $his sissy slave to feed $him $his favorite foods while hoping _heU makes a mistake so _heU may be punished.
-		<<case "pregnancy">>
-			humming softly as $he caresses $his early pregnancy.
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 40>>
-		<<switch $hostageFetish>>
-		<<case "submissive">>
-			desperately begging for $his master-slave to tear $him out of $his clothes and rape $him on the spot.
-		<<case "cumslut">>
-			desperately begging for the owner of the dick being waved in $his face to shower $him with cum.
-			<<set $hostage.counter.oral += 70>>
-		<<case "humiliation">>
-			standing on a balcony fully nude shouting at passersby to ogle $him, desperate for stronger forms of humiliation.
-		<<case "buttslut">>
-			begging for more cocks in $his ass as the two men already penetrating it struggle to not get too intimate with each other.
-			<<set $hostage.counter.anal += 35>>
-			<<set $hostage.anus = 4>>
-		<<case "boobs">>
-			groping $his already huge <<print $hostage.boobsImplant>>cc breasts and begging for them to be even bigger.
+			<<set $hostage.counter.vaginal += 35>>
+			<<switch $hostageFetish>>
+			<<case "submissive">>
+				begging $his master-slave to permit $him to service _hisU dick.
+			<<case "cumslut">>
+				happily sucking a dick a swallowing every last drop of cum.
+				<<set $hostage.counter.oral += 70>>
+			<<case "humiliation">>
+				walking along $his master in a figure-revealing pair of tight pants and tube top. The pair of vibrators on $his nipples and the huge dildo in $his cunt are obvious through the taut material.
+			<<case "buttslut">>
+				happily taking a huge dick in $his ass while wishing it was even bigger.
+				<<set $hostage.counter.anal += 35>>
+				<<set $hostage.anus = 3>>
+			<<case "boobs">>
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+				happily teasing a dick between $his new <<print $hostage.boobsImplant>>cc implants.
+			<<case "sadist">>
+				happily tormenting a sissy slave's limp dick as $he rails _himU with a strap-on.
+			<<case "masochist">>
+				struggling to smile while being strangled during sex.
+			<<case "dom">>
+				forcing $his sissy slave to feed $him $his favorite foods while hoping _heU makes a mistake so _heU may be punished.
+			<<case "pregnancy">>
+				humming softly as $he caresses $his early pregnancy.
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-		<<case "sadist">>
-			cumming hard as the slave mounting $him writhes in pain at _hisU torment.
-		<<case "masochist">>
-			cumming hard as $he is beaten during sex.
-		<<case "dom">>
-			sitting on a slave that displeased $him and forcing the struggling _girlU to eat $him out.
-		<<case "pregnancy">>
-			puffing out $his already large belly pretending to be even more pregnant than $he already is.
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-	<<else>>
-		<<set $hostage.weight += 5>>
-		<<set $hostage.boobs += 100>>
-		<<set $hostage.counter.vaginal += 60>>
-		<<switch $hostageFetish>>
-		<<case "submissive">>
-			going out of $his way to bring $his partner to orgasm with no interest in $his own.
-		<<case "cumslut">>
-			greedily sucking cocks, desperate to fill $himself with cum.
-			<<set $hostage.counter.oral += 70>>
-		<<case "humiliation">>
-			in the center of a gangbang $he started in the middle of one of the arcology's shopping malls.
-		<<case "buttslut">>
-			desperately trying to shove a fifth dildo into $his asshole and becoming distraught when it doesn't fit.
-			<<set $hostage.counter.anal += 45>>
-			<<set $hostage.anus = 4>>
-		<<case "boobs">>
-			crying with joy after $his breasts ruined a shirt $he was just able to fit into that morning.
+			<<set $hostage.counter.vaginal += 40>>
+			<<switch $hostageFetish>>
+			<<case "submissive">>
+				desperately begging for $his master-slave to tear $him out of $his clothes and rape $him on the spot.
+			<<case "cumslut">>
+				desperately begging for the owner of the dick being waved in $his face to shower $him with cum.
+				<<set $hostage.counter.oral += 70>>
+			<<case "humiliation">>
+				standing on a balcony fully nude shouting at passersby to ogle $him, desperate for stronger forms of humiliation.
+			<<case "buttslut">>
+				begging for more cocks in $his ass as the two men already penetrating it struggle to not get too intimate with each other.
+				<<set $hostage.counter.anal += 35>>
+				<<set $hostage.anus = 4>>
+			<<case "boobs">>
+				groping $his already huge <<print $hostage.boobsImplant>>cc breasts and begging for them to be even bigger.
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+			<<case "sadist">>
+				cumming hard as the slave mounting $him writhes in pain at _hisU torment.
+			<<case "masochist">>
+				cumming hard as $he is beaten during sex.
+			<<case "dom">>
+				sitting on a slave that displeased $him and forcing the struggling _girlU to eat $him out.
+			<<case "pregnancy">>
+				puffing out $his already large belly pretending to be even more pregnant than $he already is.
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+		<<else>>
+			<<set $hostage.weight += 5>>
 			<<set $hostage.boobs += 100>>
-			<<set $hostage.boobsImplant += 100>>
-		<<case "sadist">>
-			laughing maniacally as $he beats a slave viciously as $he rides _himU. $He keeps going even after the poor _girlU's dick breaks from penetrating $him at a bad angle.
-		<<case "masochist">>
-			going out of $his way to find the most undesirable men in the arcology to offer $himself to.
-		<<case "dom">>
-			mercilessly beating the unfortunate slave servicing $him as punishment for knocking over $his tray of snacks.
-		<<case "pregnancy">>
-			deliriously crying for $his current lover to pump more children into $his pregnant womb.
-			<<set $hostage.preg++>>
-			<<set $hostage.pregKnown = 1>>
-			<<set $hostage.pregWeek++>>
-			<<run SetBellySize($hostage)>>
-		<</switch>>
-	<</if>>
+			<<set $hostage.counter.vaginal += 60>>
+			<<switch $hostageFetish>>
+			<<case "submissive">>
+				going out of $his way to bring $his partner to orgasm with no interest in $his own.
+			<<case "cumslut">>
+				greedily sucking cocks, desperate to fill $himself with cum.
+				<<set $hostage.counter.oral += 70>>
+			<<case "humiliation">>
+				in the center of a gangbang $he started in the middle of one of the arcology's shopping malls.
+			<<case "buttslut">>
+				desperately trying to shove a fifth dildo into $his asshole and becoming distraught when it doesn't fit.
+				<<set $hostage.counter.anal += 45>>
+				<<set $hostage.anus = 4>>
+			<<case "boobs">>
+				crying with joy after $his breasts ruined a shirt $he was just able to fit into that morning.
+				<<set $hostage.boobs += 100>>
+				<<set $hostage.boobsImplant += 100>>
+			<<case "sadist">>
+				laughing maniacally as $he beats a slave viciously as $he rides _himU. $He keeps going even after the poor _girlU's dick breaks from penetrating $him at a bad angle.
+			<<case "masochist">>
+				going out of $his way to find the most undesirable men in the arcology to offer $himself to.
+			<<case "dom">>
+				mercilessly beating the unfortunate slave servicing $him as punishment for knocking over $his tray of snacks.
+			<<case "pregnancy">>
+				deliriously crying for $his current lover to pump more children into $his pregnant womb.
+				<<set $hostage.preg++>>
+				<<set $hostage.pregKnown = 1>>
+				<<set $hostage.pregWeek++>>
+				<<run SetBellySize($hostage)>>
+			<</switch>>
+		<</if>>
 	<<case "Hedonistic Decadence">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		struggling to run $his overweight body around a track.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		attempting to run a lap around the track despite $his overweight body.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		running laps around the track to burn off $his excess bodyfat.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.weight -= 5>>
-		<<set $hostage.muscles += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		eagerly running laps around a track, showing off $his thin and fit body.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		running laps around a track, competing with other eagerly competitive slaves to be the best.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			struggling to run $his overweight body around a track.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			attempting to run a lap around the track despite $his overweight body.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			running laps around the track to burn off $his excess bodyfat.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.weight -= 5>>
+			<<set $hostage.muscles += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			eagerly running laps around a track, showing off $his thin and fit body.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			running laps around a track, competing with other eagerly competitive slaves to be the best.
+		<</if>>
 	<<case "Chattel Religionism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to socialize with other slaves.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly spending time in $his arcology's cosmopolitan public spaces.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		cautiously chatting with a group of slaves in $his arcology's cosmopolitan public spaces.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		happily chatting with a group of slaves in $his arcology's cosmopolitan public spaces.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		chatting with a group of slaves and feeling right at home in $his arcology's cosmopolitan public spaces.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to socialize with other slaves.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly spending time in $his arcology's cosmopolitan public spaces.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			cautiously chatting with a group of slaves in $his arcology's cosmopolitan public spaces.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			happily chatting with a group of slaves in $his arcology's cosmopolitan public spaces.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			chatting with a group of slaves and feeling right at home in $his arcology's cosmopolitan public spaces.
+		<</if>>
 	<<case "Multiculturalism">>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		freaking out as several men approach $him for sex.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		crying as $he is forced to service three dicks at once.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		attempting to please the three dicks in $him as quickly as possible.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		enjoying belonging to a religion so intent to fill $him with dicks.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		having a religious experience with as many dicks $his body can fit inside itself.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			freaking out as several men approach $him for sex.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			crying as $he is forced to service three dicks at once.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			attempting to please the three dicks in $him as quickly as possible.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			enjoying belonging to a religion so intent to fill $him with dicks.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			having a religious experience with as many dicks $his body can fit inside itself.
+		<</if>>
 	<<default>>
-	<<if $rivalryDuration <= 5>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		refusing to socialize with other slaves.
-	<<elseif $rivalryDuration <= 10>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		reluctantly spending time in $his arcology's modern public spaces.
-	<<elseif $rivalryDuration <= 15>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.fetishStrength += 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		cautiously chatting with a group of slaves in $his arcology's modern public spaces.
-	<<elseif $rivalryDuration <= 20>>
-		<<set $hostage.trust -= 5>>
-		<<set $hostage.devotion -= 5>>
-		<<set $hostage.counter.vaginal += 1>>
-		happily chatting with a group of slaves in $his arcology's modern public spaces.
-	<<else>>
-		<<set $hostage.counter.vaginal += 1>>
-		chatting with a group of slaves and feeling right at home in $his arcology's modern public spaces.
-	<</if>>
+		<<if $rivalryDuration <= 5>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			refusing to socialize with other slaves.
+		<<elseif $rivalryDuration <= 10>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			reluctantly spending time in $his arcology's modern public spaces.
+		<<elseif $rivalryDuration <= 15>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.fetishStrength += 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			cautiously chatting with a group of slaves in $his arcology's modern public spaces.
+		<<elseif $rivalryDuration <= 20>>
+			<<set $hostage.trust -= 5>>
+			<<set $hostage.devotion -= 5>>
+			<<set $hostage.counter.vaginal += 1>>
+			happily chatting with a group of slaves in $his arcology's modern public spaces.
+		<<else>>
+			<<set $hostage.counter.vaginal += 1>>
+			chatting with a group of slaves and feeling right at home in $his arcology's modern public spaces.
+		<</if>>
 	<</switch>>
 <</if>>
 <</if>>
@@ -3863,133 +3884,133 @@ You remind yourself that success in this conflict will not be defined by the tra
 	<</replace>>
 <</link>>
 <<if $arcologies[0].FSRestartDecoration == 100>>
-<<if $rep >= 15000>>
-<br><<link "Use your connections to throttle your rival's arcology">>
-	<<replace "#result">>
-	With every external, and several internal, supply lines severed, <<if _num < $seeDicks>>his<<else>>her<</if>> tenants are faced with imminent destruction and @@.green;rise up@@ against their hapless landlord. <<if _num < $seeDicks>>He<<else>>She<</if>> will not be able to weather such a siege for long.
-	<<set $rivalryPower += 10>>
-	<</replace>>
-<</link>>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@.springgreen;societal connections,@@ and will economically devastate your rival//
-<</if>>
+	<<if $rep >= 15000>>
+		<br><<link "Use your connections to throttle your rival's arcology">>
+			<<replace "#result">>
+			With every external, and several internal, supply lines severed, <<if _num < $seeDicks>>his<<else>>her<</if>> tenants are faced with imminent destruction and @@.green;rise up@@ against their hapless landlord. <<if _num < $seeDicks>>He<<else>>She<</if>> will not be able to weather such a siege for long.
+			<<set $rivalryPower += 10>>
+			<</replace>>
+		<</link>>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@.springgreen;societal connections,@@ and will economically devastate your rival//
+	<</if>>
 <</if>>
 <<if ($PC.career == "mercenary") || ($PC.career == "arcology owner")>>
-<<if $mercenaries >= 3>>
-<br><<link "Your peers will tolerate an attack if it's covert">>
-	<<replace "#result">>
-	One night, you're working late in your office, $assistantName's avatar glowing companionably beside you. Without preamble, _heA reports to you in _hisA normal tones, "Team One reports
-	<<switch $rivalryFS>>
-	<<case "Racial Subjugationism">>Racemixer
-	<<case "Racial Supremacism">>Miscegenator
-	<<case "Repopulation Focus">>Sterilizer
-	<<case "Eugenics">>Breeder
-	<<case "Gender Radicalism">>Handholder
-	<<case "Gender Fundamentalism">>Sodomite
-	<<case "Paternalism">>Lucifer
-	<<case "Degradationism">>Archangel Prime
-	<<case "Body Purism">>Plastic Surgeon
-	<<case "Transformation Fetishism">>Purist One
-	<<case "Youth Preferentialism">>Cake Eater
-	<<case "Maturity Preferentialism">>Epheb
-	<<case "Slimness Enthusiasm">>Grower
-	<<case "Asset Expansionism">>Flat Lover
-	<<case "Pastoralism">>Gym Rat
-	<<case "Physical Idealism">>Feeder
-	<<case "Hedonistic Decadence">>Gym Rat
-	<<case "Chattel Religionism">>Cultural Marxist
-	<<case "Multiculturalism">>Prophet
-	<<default>>Target One
-	<</switch>>
-	EKIA. Confirm, E. K. I. A. No other casualties, team exfiltrating."
-	<<set $rivalOwner = 0, $rivalryPower = 0>>
-	<<if $rivalSet != 0>>
-		<<for _pra = 0; _pra < $arcologies.length; _pra++>>
-			<<if $arcologies[_pra].rival == 1>>
-				<<set $arcologies[_pra].embargo = 0>>
-				<<set $arcologies[_pra].embargoTarget = -1>>
-				<<set $arcologies[_pra].influenceTarget = -1>>
-				<<set $arcologies[_pra].rival = 0>>
-				<<set $arcologies[_pra].government = "direct democracy">>
-				<<break>>
-			<</if>>
-		<</for>>
-	<</if>>
-	<<if $hostageAnnounced == 1>>
-		$assistantName pauses. "Also confirm package is secure."
-		<<set $hostageRescued = 1>>
+	<<if $mercenaries >= 3>>
+		<br><<link "Your peers will tolerate an attack if it's covert">>
+			<<replace "#result">>
+				One night, you're working late in your office, $assistantName's avatar glowing companionably beside you. Without preamble, _heA reports to you in _hisA normal tones, "Team One reports
+				<<switch $rivalryFS>>
+				<<case "Racial Subjugationism">>Racemixer
+				<<case "Racial Supremacism">>Miscegenator
+				<<case "Repopulation Focus">>Sterilizer
+				<<case "Eugenics">>Breeder
+				<<case "Gender Radicalism">>Handholder
+				<<case "Gender Fundamentalism">>Sodomite
+				<<case "Paternalism">>Lucifer
+				<<case "Degradationism">>Archangel Prime
+				<<case "Body Purism">>Plastic Surgeon
+				<<case "Transformation Fetishism">>Purist One
+				<<case "Youth Preferentialism">>Cake Eater
+				<<case "Maturity Preferentialism">>Epheb
+				<<case "Slimness Enthusiasm">>Grower
+				<<case "Asset Expansionism">>Flat Lover
+				<<case "Pastoralism">>Gym Rat
+				<<case "Physical Idealism">>Feeder
+				<<case "Hedonistic Decadence">>Gym Rat
+				<<case "Chattel Religionism">>Cultural Marxist
+				<<case "Multiculturalism">>Prophet
+				<<default>>Target One
+				<</switch>>
+				EKIA. Confirm, E. K. I. A. No other casualties, team exfiltrating."
+				<<set $rivalOwner = 0, $rivalryPower = 0>>
+				<<if $rivalSet != 0>>
+					<<for _pra = 0; _pra < $arcologies.length; _pra++>>
+						<<if $arcologies[_pra].rival == 1>>
+							<<set $arcologies[_pra].embargo = 0>>
+							<<set $arcologies[_pra].embargoTarget = -1>>
+							<<set $arcologies[_pra].influenceTarget = -1>>
+							<<set $arcologies[_pra].rival = 0>>
+							<<set $arcologies[_pra].government = "direct democracy">>
+							<<break>>
+						<</if>>
+					<</for>>
+				<</if>>
+				<<if $hostageAnnounced == 1>>
+					$assistantName pauses. "Also confirm package is secure."
+					<<set $hostageRescued = 1>>
+				<</if>>
+				You go back to your work.
+			<</replace>>
+		<</link>>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@.springgreen;military background,@@ and will immediately end the conflict without enslaving your rival//
 	<</if>>
-	You go back to your work.
-	<</replace>>
-<</link>>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@.springgreen;military background,@@ and will immediately end the conflict without enslaving your rival//
-<</if>>
 <</if>>
 
 <<if ($PC.hacking >= 100)>>
-<<if $mercenaries >= 3>>
-<br><<link "Lock your rival down and let your mercs walk right in.">>
-	<<replace "#result">>
-	While you hold your rival's arcology's system under your complete control, $assistantName finally reports to you in _hisA normal tones, "Team One reports
-
-		<<switch $rivalryFS>>
-		<<case "Racial Subjugationism">>Racemixer
-		<<case "Racial Supremacism">>Miscegenator
-		<<case "Repopulation Focus">>Sterilizer
-		<<case "Eugenics">>Breeder
-		<<case "Gender Radicalism">>Handholder
-		<<case "Gender Fundamentalism">>Sodomite
-		<<case "Paternalism">>Lucifer
-		<<case "Degradationism">>Archangel Prime
-		<<case "Body Purism">>Plastic Surgeon
-		<<case "Transformation Fetishism">>Purist One
-		<<case "Youth Preferentialism">>Cake Eater
-		<<case "Maturity Preferentialism">>Epheb
-		<<case "Slimness Enthusiasm">>Grower
-		<<case "Asset Expansionism">>Flat Lover
-		<<case "Pastoralism">>Gym Rat
-		<<case "Physical Idealism">>Feeder
-		<<case "Hedonistic Decadence">>Gym Rat
-		<<case "Chattel Religionism">>Cultural Marxist
-		<<case "Multiculturalism">>Prophet
-		<<default>>Target One
-		<</switch>>
-
-		<<if random(0,100) > 50>>
-			Bagged and tagged. Confirm, bagged and tagged. No
-			<<set _rivalCaptured = 1>>
-		<<else>>
-			EKIA. Confirm, E. K. I. A. No other
-			<<set $rivalOwner = 0>>
-		<</if>>
-		casualties, team exfiltrating."
-		<<set $rivalryPower = 0>>
-
-		<<if $rivalSet != 0>>
-			<<for _pra = 0; _pra < $arcologies.length; _pra++>>
-				<<if $arcologies[_pra].rival == 1>>
-					<<set $arcologies[_pra].embargo = 0>>
-					<<set $arcologies[_pra].embargoTarget = -1>>
-					<<set $arcologies[_pra].influenceTarget = -1>>
-					<<set $arcologies[_pra].rival = 0>>
-					<<set $arcologies[_pra].government = "direct democracy">>
-					<<if _rivalCaptured == 1 && $arcologies[_pra].FSSupremacist > 20>><<set $rivalRace = $arcologies[_pra].FSSupremacistRace>><</if>>
-					<<break>>
+	<<if $mercenaries >= 3>>
+		<br><<link "Lock your rival down and let your mercs walk right in.">>
+			<<replace "#result">>
+				While you hold your rival's arcology's system under your complete control, $assistantName finally reports to you in _hisA normal tones, "Team One reports
+				<<switch $rivalryFS>>
+				<<case "Racial Subjugationism">>Racemixer
+				<<case "Racial Supremacism">>Miscegenator
+				<<case "Repopulation Focus">>Sterilizer
+				<<case "Eugenics">>Breeder
+				<<case "Gender Radicalism">>Handholder
+				<<case "Gender Fundamentalism">>Sodomite
+				<<case "Paternalism">>Lucifer
+				<<case "Degradationism">>Archangel Prime
+				<<case "Body Purism">>Plastic Surgeon
+				<<case "Transformation Fetishism">>Purist One
+				<<case "Youth Preferentialism">>Cake Eater
+				<<case "Maturity Preferentialism">>Epheb
+				<<case "Slimness Enthusiasm">>Grower
+				<<case "Asset Expansionism">>Flat Lover
+				<<case "Pastoralism">>Gym Rat
+				<<case "Physical Idealism">>Feeder
+				<<case "Hedonistic Decadence">>Gym Rat
+				<<case "Chattel Religionism">>Cultural Marxist
+				<<case "Multiculturalism">>Prophet
+				<<default>>Target One
+				<</switch>>
+				<<if random(0,100) > 50>>
+					Bagged and tagged. Confirm, bagged and tagged. No
+					<<set _rivalCaptured = 1>>
+				<<else>>
+					EKIA. Confirm, E. K. I. A. No other
+					<<set $rivalOwner = 0>>
 				<</if>>
-			<</for>>
-		<</if>>
-
-	<<if $hostageAnnounced == 1>>
-		$assistantName pauses. "Also confirm package is secure."
-		<<set $hostageRescued = 1>>
-	<</if>>
-	Smirking to yourself at a job well done, you
-	<<if _rivalCaptured != 1>>
-		return to your usual work.
-	<<else>>
-		await the bastard's arrival.
-		<br><br>
-		<<include "P rivalry capture">>
+				casualties, team exfiltrating."
+				<<set $rivalryPower = 0>>
+				<<if $rivalSet != 0>>
+					<<for _pra = 0; _pra < $arcologies.length; _pra++>>
+						<<if $arcologies[_pra].rival == 1>>
+							<<set $arcologies[_pra].embargo = 0>>
+							<<set $arcologies[_pra].embargoTarget = -1>>
+							<<set $arcologies[_pra].influenceTarget = -1>>
+							<<set $arcologies[_pra].rival = 0>>
+							<<set $arcologies[_pra].government = "direct democracy">>
+							<<if _rivalCaptured == 1 && $arcologies[_pra].FSSupremacist > 20>>
+								<<set $rivalRace = $arcologies[_pra].FSSupremacistRace>>
+							<<elseif _rivalCaptured == 1 && $arcologies[_pra].FSSubjugationist > 20>>
+								<<set $rivalRace = setup.filterRacesLowercase.filter(race => race !== $arcologies[_pra].FSSubjugationistRace)>>
+							<</if>>
+							<<break>>
+						<</if>>
+					<</for>>
+				<</if>>
+				<<if $hostageAnnounced == 1>>
+					$assistantName pauses. "Also confirm package is secure."
+					<<set $hostageRescued = 1>>
+				<</if>>
+				Smirking to yourself at a job well done, you
+				<<if _rivalCaptured != 1>>
+					return to your usual work.
+				<<else>>
+					await the bastard's arrival.
+					<br><br>
+					<<include "P rivalry capture">>
+				<</if>>
+			<</replace>>
+		<</link>>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@.springgreen;your hacking mastery,.@@ This will immediately end the conflict with a chance of enslaving your rival//
 	<</if>>
-	<</replace>>
-<</link>>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@.springgreen;your hacking mastery,.@@ This will immediately end the conflict with a chance of enslaving your rival//
-<</if>>
 <</if>>
 </span>
diff --git a/src/uncategorized/pRivalryCapture.tw b/src/uncategorized/pRivalryCapture.tw
index 2d03aeeb45c3a07f8e6709ecb2fb1a69a79047c5..f2aef459850762cd6d68043151dd66bfeeb707cb 100644
--- a/src/uncategorized/pRivalryCapture.tw
+++ b/src/uncategorized/pRivalryCapture.tw
@@ -16,7 +16,9 @@
 	<<set _rivalType.push("cow")>>
 	<<set _rivalType.push("bimbo")>>
 	<<set _rivalType.push("addict")>>
-	<<set _rivalType.push("breeder")>>
+	<<if $seePreg == 1>>
+		<<set _rivalType.push("breeder")>>
+	<</if>>
 	<<if $pedo_mode == 1>>
 		<<set _rivalType.push("oppai loli")>>
 	<</if>>
@@ -393,11 +395,13 @@
 	<<set $activeSlave.boobs += 200*random(1,3)>>
 	<<set $activeSlave.anus = 4>>
 	<<set $activeSlave.vagina = 4>>
-	<<set $activeSlave.preg = 2>>
-	<<set $activeSlave.pregKnown = 1>>
-	<<set $activeSlave.pregWeek = $activeSlave.preg>>
-	<<set $activeSlave.pregType = setPregType($activeSlave)>>
-	<<run SetBellySize($activeSlave)>>
+	<<if $seePreg == 1>>
+		<<set $activeSlave.preg = 2>>
+		<<set $activeSlave.pregKnown = 1>>
+		<<set $activeSlave.pregWeek = $activeSlave.preg>>
+		<<set $activeSlave.pregType = setPregType($activeSlave)>>
+		<<run SetBellySize($activeSlave)>>
+	<</if>>
 	<<set $activeSlave.skill.vaginal = 100>>
 	<<set $activeSlave.skill.oral = 100>>
 	<<set $activeSlave.skill.anal = 100>>
diff --git a/src/uncategorized/pRivalryVictory.tw b/src/uncategorized/pRivalryVictory.tw
index 2afcda7ded9f5803fdf1270208df05515c1df4e0..9bb1ce5487475915a5e28cc417db10277a3ce7b1 100644
--- a/src/uncategorized/pRivalryVictory.tw
+++ b/src/uncategorized/pRivalryVictory.tw
@@ -72,26 +72,25 @@ For the first time, you receive a direct call from your rival. You pictured the
 	<</replace>>
 <</link>>
 <<if $rivalryDuration >= 30 && $hostageAnnounced == 0 && $rivalSet != 0>>
-<br><<link "Refuse, and place a bounty of <<print cashFormat(50000)>> on your rival's death">>
-	<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
-	<<replace "#result">>
-	You coldly decline. "That was a mistake," your rival replies, entering a computer command. "All my remaining liquid assets have just been @@.red;expended in an attack on the value of your holdings,@@ and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin. Your rival vanishes back into the old world
-- but only for a few days.
-	<br><br>
-	Your bounty is quickly claimed, and you are treated to the delicious moment of finding your rival's head delivered to your doorstep. It might not have done much good, but damn did it feel good.
-	<<run cashX(-50000, "war")>>
-	<<for _prv = 0; _prv < $arcologies.length; _prv++>>
-		<<if $arcologies[_prv].rival == 1>>
-			<<set $arcologies[_prv].embargo = 0>>
-			<<set $arcologies[_prv].embargoTarget = -1>>
-			<<set $arcologies[_prv].influenceTarget = -1>>
-			<<set $arcologies[_prv].rival = 0>>
-			<<set $arcologies[_prv].government = "direct democracy">>
-			<<break>>
-		<</if>>
-	<</for>>
-	<</replace>>
-<</link>>
+	<br><<link "Refuse, and place a bounty of <<print cashFormat(50000)>> on your rival's death">>
+		<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
+		<<replace "#result">>
+		You coldly decline. "That was a mistake," your rival replies, entering a computer command. "All my remaining liquid assets have just been @@.red;expended in an attack on the value of your holdings,@@ and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin. Your rival vanishes back into the old world - but only for a few days.
+		<br><br>
+		Your bounty is quickly claimed, and you are treated to the delicious moment of finding your rival's head delivered to your doorstep. It might not have done much good, but damn did it feel good.
+		<<run cashX(-50000, "war")>>
+		<<for _prv = 0; _prv < $arcologies.length; _prv++>>
+			<<if $arcologies[_prv].rival == 1>>
+				<<set $arcologies[_prv].embargo = 0>>
+				<<set $arcologies[_prv].embargoTarget = -1>>
+				<<set $arcologies[_prv].influenceTarget = -1>>
+				<<set $arcologies[_prv].rival = 0>>
+				<<set $arcologies[_prv].government = "direct democracy">>
+				<<break>>
+			<</if>>
+		<</for>>
+		<</replace>>
+	<</link>>
 <</if>>
 <br><<link "Refuse, and place a bounty of <<print cashFormat(50000)>> on your rival's enslavement">>
 	<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
@@ -106,7 +105,11 @@ For the first time, you receive a direct call from your rival. You pictured the
 				<<set $arcologies[_prv].influenceTarget = -1>>
 				<<set $arcologies[_prv].rival = 0>>
 				<<set $arcologies[_prv].government = "direct democracy">>
-				<<if $arcologies[_prv].FSSupremacist > 20>><<set $rivalRace = $arcologies[_prv].FSSupremacistRace>><</if>>
+				<<if $arcologies[_prv].FSSupremacist > 20>>
+					<<set $rivalRace = $arcologies[_prv].FSSupremacistRace>>
+				<<elseif $arcologies[_prv].FSSubjugationist > 20>>
+					<<set $rivalRace = setup.filterRacesLowercase.filter(race => race !== $arcologies[_prv].FSSubjugationistRace)>>
+				<</if>>
 				<<break>>
 			<</if>>
 		<</for>>
@@ -116,7 +119,8 @@ For the first time, you receive a direct call from your rival. You pictured the
 			<br><<link "Place a bounty of <<print cashFormat(10000)>> on your rival's psychological warfare tool">>
 				<<replace "#result2">>
 				<<run cashX(-10000, "war")>>
-				You make sure to post a bounty sufficient to ensure that $hostage.slaveName, your rival's psychological warfare tool, does not escape or go unrescued, depending on one's point of view. She is quickly picked out of the chaos of your rival's escape and delivered to you.
+				<<setLocalPronouns $hostage>>
+				You make sure to post a bounty sufficient to ensure that $hostage.slaveName, your rival's psychological warfare tool, does not escape or go unrescued, depending on one's point of view. $He is quickly picked out of the chaos of your rival's escape and delivered to you.
 				<<set $hostageRescued = 1>>
 				<</replace>>
 			<</link>>
diff --git a/src/uncategorized/reBusyMasterSuite.tw b/src/uncategorized/reBusyMasterSuite.tw
index 345ce3456ba682ebf514975a1e0b1d27d79253f5..af828c0f179bc4b9e3e35347dcbc1fcee8e6f4b9 100644
--- a/src/uncategorized/reBusyMasterSuite.tw
+++ b/src/uncategorized/reBusyMasterSuite.tw
@@ -20,7 +20,7 @@
 <<setLocalPronouns $Concubine>>
 <<setLocalPronouns _msSlaves[0] 2>>
 
-You have an extended meeting with a prominent citizen planned, from the start of business in the morning until you're done. That's likely to be in the late evening, since he's probably going to get into technical business proposals, and $Concubine.slaveName knows it. $He is surprised, therefore, when a minor business emergency calls your would-be interlocutor away, canceling the meeting and sending you home hours earlier than you'd planned. $He <<if canTalk($Concubine)>>giggles helplessly<<else>>signs humorously<</if>> at the surprise when you walk into your suite. Apparently, $he decided to while away the hours until you got back by having some truly grandiose group sex with all the slave girls you have in the suite.
+You have an extended meeting with a prominent citizen planned, from the start of business in the morning until you're done. That's likely to be in the late evening, since he's probably going to get into technical business proposals, and $Concubine.slaveName knows it. $He is surprised, therefore, when a minor business emergency calls your would-be interlocutor away, canceling the meeting and sending you home hours earlier than you'd planned. $He <<if canTalk($Concubine)>>giggles helplessly<<else>>signs humorously<</if>> at the surprise when you walk into your suite. Apparently, $he decided to while away the hours until you got back by having some truly grandiose group sex with all the slaves you have in the suite.
 
 <br><br>
 
diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index ea558d7caaff6cbe5aab42b46b9904913a97198b..233b1781a1270eb05021cbc7f6af01d774511f39 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -1283,9 +1283,9 @@ The call comes in from an office, and you suppress the urge to check whether $as
 		<<set $activeSlave.ovaries = 0>>
 		<<set $activeSlave.balls = 0>>
 	<<case "Eugenics Two">>
-		When $he arrives, $he comes directly to your to your penthouse for enslavement. $His face may painful to look at, but $his body is not all bad; with a little work, $he can be quite the catch. When $he hears the news, $his spirits are visibly lifted; $he never thought $he'd be so lucky.
+		When $he arrives, $he comes directly to your to your penthouse for enslavement. $His face may painful to look at, but $his body is not all bad; with a little work, $he can be quite the catch. When <<if canHear($activeSlave)>>$he hears<<else>>$he's given<</if>> the news, $his spirits are visibly lifted; $he never thought $he'd be so lucky.
 	<<case "Hedonistic Decadence">>
-		$He becomes elated when $he hears $he'll be allowed to stay. Even if $he doesn't get to fulfill all $his desires, $his new life is more welcome than $his rapidly ending prior one. $He revealed as $he is escorted to the slave quarters that $he blew the last of $his money on $his visit here.
+		$He becomes elated when $he <<if canHear($activeSlave)>>hears<<else>>discovers<</if>> $he'll be allowed to stay. Even if $he doesn't get to fulfill all $his desires, $his new life is more welcome than $his rapidly ending prior one. $He revealed as $he is escorted to the slave quarters that $he blew the last of $his money on $his visit here.
 	<<case "Hedonistic Decadence Two">>
 		When $he arrives, $he comes directly to your penthouse for enslavement. $He wears an expression of doubt, fear, and wonder as $he takes in the sights and sounds of the magnificent beast that is the new society taking shape in $arcologies[0].name. The enslavement process requires $him to be nude, of course, and it reveals $he has no idea how to be sexy. $He really is as boring as $he said $he was.
 	<<case "Gender Radicalist">>
diff --git a/src/uncategorized/reHGReplacement.tw b/src/uncategorized/reHGReplacement.tw
index b12ebcdf6bffe14c360223c2302cf7ff78940724..463423c7f687fd718734045fecc1e355dd7338ae 100644
--- a/src/uncategorized/reHGReplacement.tw
+++ b/src/uncategorized/reHGReplacement.tw
@@ -40,38 +40,38 @@ When $HeadGirl.slaveName leaves, $he clears $his throat nervously. $He gathers $
 <br><br>
 
 <span id="result">
-<<link "$He's right">>
-	<<EventNameDelink $activeSlave>>
-	<<replace "#result">>
-	After giving the matter some consideration, you agree, instructing $assistantName that $activeSlave.slaveName is now the Head Girl. $activeSlave.slaveName is @@.hotpink;overjoyed,@@ and bounces to $his feet, clearly very eager to begin. You caution $him that $he is not to undermine $HeadGirl.slaveName by letting anyone know why you decided to change Head Girls. $He nods obediently. As far as $HeadGirl.slaveName knows, it's just a standard change of Head Girls, and _he2's too good a slave to let it affect _him2 seriously.
-	<<set $i = $slaveIndices[$HeadGirl.ID]>>
-	<<= assignJob($slaves[$i], "rest")>>
-	<<set $activeSlave.devotion += 5>>
-	<<= assignJob($activeSlave, "be your Head Girl")>>
-	<<set $HeadGirl = $activeSlave>>
-	<</replace>>
-<</link>>
-<br><<link "Pretend you didn't hear $him">>
-	<<EventNameDelink $activeSlave>>
-	<<replace "#result">>
-	You pretend you didn't hear $him, and go about your business. $He quickly catches on, and shuts $his mouth, sitting stiffly on the couch and waiting for you to say something. After letting $him wait for a good long while, you steeple your fingers and look over them at $him. $He quails at your gaze, but does not look away from you. You tell $him that, for $his general information, you prefer to make decisions about what slaves do which job yourself, and are not interested in input from the slaves themselves on the matter. You continue to observe that if any slave were to offer input, $he might suggest to you that $he thought $his own judgment superior to yours. Then, you dismiss $him. "Ye<<s>> <<Master>>, thank you, <<Master>>," $he <<say>>s, and flees.
-	<<set $activeSlave.trust += 4>>
-	<</replace>>
-<</link>>
-<br><<link "Let your Head Girl sort this out however _he2 sees fit">>
-	<<EventNameDelink $activeSlave>>
-	<<replace "#result">>
-	<<run Enunciate($HeadGirl)>>
-	You page $HeadGirl.slaveName, telling _him2 to get back up to your office. $activeSlave.slaveName hears you, of course, and stiffens with fear. $He knows $he's in trouble, but $he doesn't yet know how much. You tell $HeadGirl.slaveName to have a seat next to $activeSlave.slaveName on the couch, and instruct $assistantName to replay the last five minutes of the feeds from your office on a wallscreen. $activeSlave.slaveName's<<if $activeSlave.lips > 40>> pillowlike<</if>> lower lip begins to tremble at this, and $he can barely manage to keep $his gaze on the fatal replay of $his attempt to convince you to replace $HeadGirl.slaveName with $him. $HeadGirl.slaveName, who is no fool, is not surprised by this, but the replay still angers _him2. As it rolls on, _his2 hands begin to roam across $activeSlave.slaveName, who winces at _his2 touch. About halfway through, $HeadGirl.slaveName looks straight at you and cruelly pinches one of $activeSlave.slaveName's nipples. You respond to the nonverbal question with a silent nod, and $HeadGirl.slaveName smiles briefly at you. Then, _he2 sticks _his2 tongue in $activeSlave.slaveName's ear. The poor slave starts at the warm, wet intrusion, but knows better than to try to resist. $He closes $his eyes tight.
-	<br><br>
-	$HeadGirl.slaveName hops off the couch, gets down in front of _his2 victim, and shoves $his legs apart. $activeSlave.slaveName scrunches up $his face, expecting something agonizing to happen to $his <<if $activeSlave.dick == 0>>pussy, but $HeadGirl.slaveName shocks $him by starting to hungrily eat $him out.<<else>>cock, but $HeadGirl.slaveName shocks $him by giving $him a lush blowjob.<</if>> $activeSlave.slaveName clearly expects a trap, but $HeadGirl.slaveName's attentions slowly distract $him. When $he's on the very verge of orgasm, your Head Girl suddenly stops and <<if $activeSlave.dick == 0>>pinches the $girl's pussylips,<<else>>tugs the $girl's cock downward by its head,<</if>> not painfully, but hard enough to communicate threat. $activeSlave.slaveName, shocked out of $his pleasure, looks down at _him2. $HeadGirl.slaveName <<say>>s menacingly, "Bitch, if you orga<<s>>m, I'm going to fucking de<<s>>troy you." Then _hes goes back to giving $activeSlave.slaveName oral. $activeSlave.slaveName begins to cry, realizing how comprehensively fucked $he is.
-	<br><br>
-	Eventually, $he climaxes. $HeadGirl.slaveName has a talented tongue. $HeadGirl.slaveName does not begrudge the slave $his pleasure, <<if $activeSlave.dick == 0>>tonguing $his clit all the way through $his orgasm.<<else>>industriously sucking $his cock until _he2's swallowed every last drop of cum.<</if>> _He2 stands up and seizes $activeSlave.slaveName by the ear, <<say>>ing, "And now, <<s>>lut, you are fucked." $activeSlave.slaveName's weeping stopped during $his climax, but now $he starts to @@.gold;sob with terror,@@ and $he cries harder as your Head Girl hauls $him out of your office by $his ear. $HeadGirl.slaveName @@.mediumaquamarine;waves cheerfully@@ to you as _he2 leaves with _his2 victim.
-	<<set $i = $slaveIndices[$HeadGirl.ID]>>
-	<<set $slaves[$i].trust += 4, $slaves[$i].counter.oral += 1>>
-	<<set $oralTotal += 1>>
-	<<set $activeSlave.trust -= 4, $activeSlave.counter.oral += 1>>
-	<<set $oralTotal += 1>>
-	<</replace>>
-<</link>>
+	<<link "$He's right">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+			After giving the matter some consideration, you agree, instructing $assistantName that $activeSlave.slaveName is now the Head Girl. $activeSlave.slaveName is @@.hotpink;overjoyed,@@ and bounces to $his feet, clearly very eager to begin. You caution $him that $he is not to undermine $HeadGirl.slaveName by letting anyone know why you decided to change Head Girls. $He nods obediently. As far as $HeadGirl.slaveName knows, it's just a standard change of Head Girls, and _he2's too good a slave to let it affect _him2 seriously.
+			<<set $i = $slaveIndices[$HeadGirl.ID]>>
+			<<= assignJob($slaves[$i], "rest")>>
+			<<set $activeSlave.devotion += 5>>
+			<<= assignJob($activeSlave, "be your Head Girl")>>
+			<<set $HeadGirl = $activeSlave>>
+		<</replace>>
+	<</link>>
+	<br><<link "Pretend you didn't hear $him">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+			You pretend you didn't hear $him, and go about your business. $He quickly catches on, and shuts $his mouth, sitting stiffly on the couch and waiting for you to say something. After letting $him wait for a good long while, you steeple your fingers and look over them at $him. $He quails at your gaze, but does not look away from you. You tell $him that, for $his general information, you prefer to make decisions about what slaves do which job yourself, and are not interested in input from the slaves themselves on the matter. You continue to observe that if any slave were to offer input, $he might suggest to you that $he thought $his own judgment superior to yours. Then, you dismiss $him. "Ye<<s>> <<Master>>, thank you, <<Master>>," $he <<say>>s, and flees.
+			<<set $activeSlave.trust += 4>>
+		<</replace>>
+	<</link>>
+	<br><<link "Let your Head Girl sort this out however _he2 sees fit">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+			<<run Enunciate($HeadGirl)>>
+			You page $HeadGirl.slaveName, telling _him2 to get back up to your office. $activeSlave.slaveName hears you, of course, and stiffens with fear. $He knows $he's in trouble, but $he doesn't yet know how much. You tell $HeadGirl.slaveName to have a seat next to $activeSlave.slaveName on the couch, and instruct $assistantName to replay the last five minutes of the feeds from your office on a wallscreen. $activeSlave.slaveName's<<if $activeSlave.lips > 40>> pillowlike<</if>> lower lip begins to tremble at this, and $he can barely manage to keep $his gaze on the fatal replay of $his attempt to convince you to replace $HeadGirl.slaveName with $him. $HeadGirl.slaveName, who is no fool, is not surprised by this, but the replay still angers _him2. As it rolls on, _his2 hands begin to roam across $activeSlave.slaveName, who winces at _his2 touch. About halfway through, $HeadGirl.slaveName looks straight at you and cruelly pinches one of $activeSlave.slaveName's nipples. You respond to the nonverbal question with a silent nod, and $HeadGirl.slaveName smiles briefly at you. Then, _he2 sticks _his2 tongue in $activeSlave.slaveName's ear. The poor slave starts at the warm, wet intrusion, but knows better than to try to resist. $He closes $his eyes tight.
+			<br><br>
+			$HeadGirl.slaveName hops off the couch, gets down in front of _his2 victim, and shoves $his legs apart. $activeSlave.slaveName scrunches up $his face, expecting something agonizing to happen to $his <<if $activeSlave.dick == 0>>pussy, but $HeadGirl.slaveName shocks $him by starting to hungrily eat $him out.<<else>>cock, but $HeadGirl.slaveName shocks $him by giving $him a lush blowjob.<</if>> $activeSlave.slaveName clearly expects a trap, but $HeadGirl.slaveName's attentions slowly distract $him. When $he's on the very verge of orgasm, your Head Girl suddenly stops and <<if $activeSlave.dick == 0>>pinches the $girl's pussylips,<<else>>tugs the $girl's cock downward by its head,<</if>> not painfully, but hard enough to communicate threat. $activeSlave.slaveName, shocked out of $his pleasure, looks down at _him2. $HeadGirl.slaveName <<say>>s menacingly, "Bitch, if you orga<<s>>m, I'm going to fucking de<<s>>troy you." Then _hes goes back to giving $activeSlave.slaveName oral. $activeSlave.slaveName begins to cry, realizing how comprehensively fucked $he is.
+			<br><br>
+			Eventually, $he climaxes. $HeadGirl.slaveName has a talented tongue. $HeadGirl.slaveName does not begrudge the slave $his pleasure, <<if $activeSlave.dick == 0>>tonguing $his clit all the way through $his orgasm.<<else>>industriously sucking $his cock until _he2's swallowed every last drop of cum.<</if>> _He2 stands up and seizes $activeSlave.slaveName by the ear, <<say>>ing, "And now, <<s>>lut, you are fucked." $activeSlave.slaveName's weeping stopped during $his climax, but now $he starts to @@.gold;sob with terror,@@ and $he cries harder as your Head Girl hauls $him out of your office by $his ear. $HeadGirl.slaveName @@.mediumaquamarine;waves cheerfully@@ to you as _he2 leaves with _his2 victim.
+			<<set $i = $slaveIndices[$HeadGirl.ID]>>
+			<<set $slaves[$i].trust += 4, $slaves[$i].counter.oral += 1>>
+			<<set $oralTotal += 1>>
+			<<set $activeSlave.trust -= 4, $activeSlave.counter.oral += 1>>
+			<<set $oralTotal += 1>>
+		<</replace>>
+	<</link>>
 </span>
diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw
index 7e5748627ca768014833e7451364ca084750902f..82241d11b899cbde9e16d93c983124620f12ee80 100644
--- a/src/uncategorized/reMalefactor.tw
+++ b/src/uncategorized/reMalefactor.tw
@@ -388,277 +388,277 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 <br><br>
 
 <span id="result">
-<<if $cash >= $contractCost>>
-	<<link "Enslave $him">>
-		<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
-		<<replace "#result">>
-		<<switch $malefactor>>
-		<<case "addict">>
-			You complete the legalities and biometric scanning quickly and without fuss. The condemned recovers enough by the end of the process to start masturbating weakly, even as $he begins begging for a fix. Then it's off to the penthouse for basic slave induction.
-		<<case "escapee">>
-			You complete the legalities and biometric scanning quickly and without fuss. $He remains limp throughout the process, only recovering enough to barely grasp the situation as $he is enslaved.
-		<<case "orphanloli">>
-			You complete the legalities and biometric scanning quickly and without fuss. $He sobs throughout the process, though stops once $he realizes being a slave means free food.
-		<<case "anchorBaby">>
-			You complete the legalities and biometric scanning quickly and without fuss. $He doesn't stop screaming "citizenship" until $his children are taken from $him and $he is shoved off to the penthouse for basic slave induction.
-		<<case "businesswoman" "mule" "passfail" "rapist" "whore">>
-			You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction.
-		<<case "liberator">>
-			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. Based on the drone logs, $he is likely to be violent when $he does.
-		<</switch>>
-		<<include "New Slave Intro">>
-		<</replace>>
-	<</link>>
-	<br><<link "Sentence $him to a day in the stocks, then enslave $him">>
-		<<set $activeSlave.health -= 10>>
-		<<set $activeSlave.behavioralFlaw = "odd">>
-		<<set $activeSlave.sexualFlaw = "hates penetration">>
-		<<set $activeSlave.anus = 2>>
-		<<set _fuckCount = random(20,35)>>
-		<<set $activeSlave.counter.anal += _fuckCount>>
-		<<set $analTotal += _fuckCount>>
-		<<if $activeSlave.vagina > -1>>
-			<<if $activeSlave.vagina < 2>>
-				<<set $activeSlave.vagina = 2>>
+	<<if $cash >= $contractCost>>
+		<<link "Enslave $him">>
+			<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
+			<<replace "#result">>
+				<<switch $malefactor>>
+				<<case "addict">>
+					You complete the legalities and biometric scanning quickly and without fuss. The condemned recovers enough by the end of the process to start masturbating weakly, even as $he begins begging for a fix. Then it's off to the penthouse for basic slave induction.
+				<<case "escapee">>
+					You complete the legalities and biometric scanning quickly and without fuss. $He remains limp throughout the process, only recovering enough to barely grasp the situation as $he is enslaved.
+				<<case "orphanloli">>
+					You complete the legalities and biometric scanning quickly and without fuss. $He sobs throughout the process, though stops once $he realizes being a slave means free food.
+				<<case "anchorBaby">>
+					You complete the legalities and biometric scanning quickly and without fuss. $He doesn't stop screaming "citizenship" until $his children are taken from $him and $he is shoved off to the penthouse for basic slave induction.
+				<<case "businesswoman" "mule" "passfail" "rapist" "whore">>
+					You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction.
+				<<case "liberator">>
+					You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. Based on the drone logs, $he is likely to be violent when $he does.
+				<</switch>>
+				<<include "New Slave Intro">>
+			<</replace>>
+		<</link>>
+		<br><<link "Sentence $him to a day in the stocks, then enslave $him">>
+			<<set $activeSlave.health -= 10>>
+			<<set $activeSlave.behavioralFlaw = "odd">>
+			<<set $activeSlave.sexualFlaw = "hates penetration">>
+			<<set $activeSlave.anus = 2>>
+			<<set _fuckCount = random(20,35)>>
+			<<set $activeSlave.counter.anal += _fuckCount>>
+			<<set $analTotal += _fuckCount>>
+			<<if $activeSlave.vagina > -1>>
+				<<if $activeSlave.vagina < 2>>
+					<<set $activeSlave.vagina = 2>>
+				<</if>>
+				<<if isFertile($activeSlave) && $activeSlave.eggType == "human">>
+					<<= knockMeUp($activeSlave, 40, 2, -2)>>
+				<</if>>
+				<<set _fuckCount *= 2>>
+				<<set $activeSlave.counter.vaginal += _fuckCount>>
+				<<set $vaginalTotal += _fuckCount>>
+				<<set _fuckCount += _fuckCount/2>>
 			<</if>>
-			<<if isFertile($activeSlave) && $activeSlave.eggType == "human">>
-				<<= knockMeUp($activeSlave, 40, 2, -2)>>
+			<<if $activeSlave.counter.publicUse>><<set $activeSlave.counter.publicUse += _fuckCount>><<else>><<set $activeSlave.counter.publicUse = _fuckCount>><</if>>
+			<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
+			<<replace "#result">>
+				<<switch $malefactor>>
+				<<case "addict">>
+					You declare $his holes fair game for the entire arcology, since $he must somehow repay $his debt to society. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
+				<<case "escapee">>
+					You declare $his holes fair game for the entire arcology, so that all free citizens can own $him for a moment, if they wish. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
+				<<case "orphanloli">>
+					You declare $his holes fair game for the entire arcology, so that all free citizens can own $him for a moment, if they wish. $He spends a torturous day in the stocks before being hauled in for enslavement, @@.red;completely broken@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
+					<<set $activeSlave.fetish = "mindbroken">>
+				<<case "anchorBaby">>
+					You declare $his holes fair game for the entire arcology; since $he wants to produce future slaves, your arcology might as well have the privilege of fathering them. $He spends a torturous day in the stocks after $his children are taken to a slave orphanage before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
+				<<case "businesswoman">>
+					You declare $his holes fair game for the entire arcology, in payment for $his crimes. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
+				<<case "whore">>
+					You declare $his holes fair game for the entire arcology, to repay $his thefts. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
+				<<case "rapist">>
+					You declare $his holes fair game for the entire arcology. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
+				<<case "mule">>
+					You declare $his holes fair game for the entire arcology as punishment for trying to smuggle in a load instead of taking one. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
+				<<case "liberator">>
+					Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. $His holes are thus fair game for the entire arcology. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around.
+				<<case "passfail">>
+					You declare $his holes fair game for the entire arcology; after all, $he did want to be around lots of _fakeRace people, didn't $he? $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
+				<</switch>>
+				<<run repX(500, "event", $activeSlave)>>
+				<<set $arcologies[0].prosperity += 2>>
+				<<include "New Slave Intro">>
+			<</replace>>
+		<</link>>
+		<<if $arcade > 0>>
+			<br><<link "Enslave $him and sentence $him to a month in the arcade">>
+				<<= assignJob($activeSlave, "be confined in the arcade")>>
+				<<set $activeSlave.choosesOwnAssignment = 0>>
+				<<set $activeSlave.sentence = 4>>
+				<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
+				<<replace "#result">>
+					<<switch $malefactor>>
+					<<case "addict">>
+						You complete the legalities and biometric scanning quickly and cautiously. The condemned recovers enough by the end of the process to start masturbating weakly, even as $he begins begging for a fix. When $he learns $he's headed to the arcade, $he actually relaxes a little, having heard the whores there get drugs. The public @@.green;looks forward@@ to seeing $him there, especially the owner of the shop $he attempted to burglarize.
+					<<case "escapee" "orphanloli">>
+						You complete the legalities and biometric scanning quickly, and tell the crowd that $his holes will be available at the arcade within the hour. The public @@.green;looks forward@@ to seeing $him there, angrily suspecting $him of being an escapee and glad that they'll be able to take part in $his punishment.
+					<<case "anchorBaby">>
+						You complete the legalities and biometric scanning quickly and have $his children taken away. The condemned screeches $his displeasure throughout the process until you grow tired of the whining and sedate $him for immurement in the arcade. The public @@.green;looks forward@@ to seeing $him there and vying to see who gets to fill $his womb with another child.
+					<<case "businesswoman" "mule" "passfail" "rapist" "whore">>
+						You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate $him for immurement in the arcade. The public @@.green;looks forward@@ to seeing $him there and getting some of their own back.
+					<<case "liberator">>
+						You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. It would be best to have $him restrained for public use in the arcade first. The public @@.green;looks forward@@ to seeing $him there.
+					<</switch>>
+					<<run repX(250, "event", $activeSlave)>>
+					<<run newSlave($activeSlave)>> /* skip New Slave Intro */
+				<</replace>>
+			<</link>>
+		<</if>>
+		<<if $malefactor != "mule">>
+			<<if $dairy > 0>>
+				<<if $dairyRestraintsSetting > 1>>
+					<br><<link "Enslave $him and send $him straight to the industrial dairy">>
+						<<= assignJob($activeSlave, "work in the dairy")>>
+						<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
+						<<replace "#result">>
+							<<switch $malefactor>>
+							<<case "addict">>
+								You complete the legalities and biometric scanning quickly and cautiously. The condemned accepts a sedative, thinking it's aphrodisiacs, and $his unconscious body is installed in $dairyName. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the addict's <<if $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>, together with a lengthy report on the experimental detox process used to ensure that the milk $he produces will be untainted.
+							<<case "escapee">>
+								You complete the legalities and biometric scanning quickly. The condemned is too far gone to resist as $he is installed in $dairyName. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>.
+							<<case "orphanloli">>
+								You complete the legalities and biometric scanning quickly. The condemned is too weak to resist as $he is installed in $dairyName but $he weeps the entire time. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>agony as $his once tight pussy adapts to industrial reproduction<<else>>budding breasts as they are roughly milked<</if>>.
+							<<case "anchorBaby">>
+								You complete the legalities and biometric scanning quickly and cautiously before having $his children taken away. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of $his next batch of slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
+							<<case "businesswoman">>
+								You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of $his first slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
+							<<case "whore">>
+								You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his well-traveled pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as $his well-traveled anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
+							<<case "rapist">>
+								You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the rapist's <<if $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<else>>newly growing breasts as they are roughly milked<</if>>.
+							<<case "liberator">>
+								You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>, together with a report on the likely productivity of such a fit body capable of withstanding the stress of high throughput.
+							<<case "passfail">>
+								You complete the legalities and biometric scanning quickly. The condemned is too weak to resist as $he is installed in $dairyName but $he weeps the entire time. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
+							<</switch>>
+							<<run repX(250, "event", $activeSlave)>>
+							<<run newSlave($activeSlave)>> /* skip New Slave Intro */
+						<</replace>>
+					<</link>>
+				<</if>>
+			<</if>> /* closes dairy > 0 */
+		<</if>>
+		<<if $seeExtreme > 0>>
+			<br><<link "Punitively amputate $his limbs, and then enslave $him">>
+				<<set $activeSlave.health -= 20>>
+				<<set $activeSlave.amp = 1>>
+				<<set $activeSlave.heels = 0>>
+				<<set $activeSlave.behavioralFlaw = "odd">>
+				<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
+				<<replace "#result">>
+					<<switch $malefactor>>
+					<<case "addict">>
+						An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs for a fix until $he realizes what's coming, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
+					<<case "escapee">>
+						An example must be made. If $he escaped once with $his tendons clipped, $he must be rather talented at it. It remains to be seen if $he can manage to escape with neither arms nor legs, so you announce $his sentence to the crowd and send $his unconscious form for reduction. Of course, @@.red;$his health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
+					<<case "orphanloli">>
+						An example must be made. If $he thinks $he can escape captivity and steal to survive, let's see $him try without arms and legs, so you announce $his sentence to the crowd and send $his unconscious form for reduction. Of course, @@.red;$his health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
+					<<case "anchorBaby">>
+						An example must be made. Potential immigrants must understand that attempting to circumvent the process will result in severe fines and proportional punishment when they are incapable of paying them. The protesting mother is stripped, both of clothing and children, and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he can hardly attempt to smuggle things into your arcology without the ability to move.
+					<<case "businesswoman">>
+						An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
+					<<case "whore">>
+						An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he can hardly attempt to steal anything without hands.
+					<<case "rapist">>
+						An example must be made. Rape is rare in your arcology, since citizens are so generously provided with means of sexual outlet. When the price of renting a slave that's impossible to rape is as low as it is, sexual assault of a free woman is doubly unforgivable. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since even if $he cheers up and ever manages an erection again, $he's not likely to rape anyone without arms or legs.
+					<<case "mule">>
+						An example must be made. With the quantity of drugs consumed in the arcology, quality is everything and attempting to undermine that is unforgivable. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he can hardly haul contraband into your arcology without the ability to move $himself.
+					<<case "liberator">>
+						An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he will scarcely be able to liberate anyone without arms or legs.
+					<<case "passfail">>
+						An example must be made. The citizens of your arcology must be assured that the racially inferior will not try to rise above their station, no matter their deceptions. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
+					<</switch>>
+					<<run repX(500, "event", $activeSlave)>>
+					<<include "New Slave Intro">>
+				<</replace>>
+			<</link>>
+			<<if $malefactor == "rapist" && $activeSlave.balls > 0>>
+				<br><<link "Enslave the criminal and geld $him">>
+					<<set $activeSlave.health -= 20>>
+					<<set $activeSlave.balls = 0>>
+					<<set $activeSlave.devotion -= 25>>
+					<<set $activeSlave.trust -= 25>>
+					<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
+					<<replace "#result">>
+						Video feeds from your remote surgery are made public as the protesting criminal is strapped down and gelded. $He is so utterly broken by this turn of events that you complete the legalities and biometric scanning without fuss. The condemned sobs weakly throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ which increases your arcology's prosperity by @@.green;giving it a reputation for swift and terrible justice.@@
+						<<run repX(500, "event", $activeSlave)>>
+						<<set $arcologies[0].prosperity += 10>>
+						<<include "New Slave Intro">>
+					<</replace>>
+				<</link>>
 			<</if>>
-			<<set _fuckCount *= 2>>
-			<<set $activeSlave.counter.vaginal += _fuckCount>>
-			<<set $vaginalTotal += _fuckCount>>
-			<<set _fuckCount += _fuckCount/2>>
+		<</if>> /* closes seeExtreme */
+		<<if $malefactor == "orphanloli">>
+			<br><<link "'Adopt' $him">>
+				<<set $activeSlave.devotion = 25>>
+				<<set $activeSlave.trust = 25>>
+				<<set $activeSlave.origin = "She was an orphan forced to live and steal on the streets until you adopted her.">>
+				<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
+				<<replace "#result">>
+					You sit down and talk to the exhausted $girl, handing $him a contract cleverly altered to resemble adoption papers. Once $he comprehends what $he is looking at, $he eagerly signs it. Only once $he has reached the penthouse and been introduced to the slave life does $he realize $he willingly signed away $his freedom. Though $he can't complain. A warm cot and plenty of food await, which to $him is a huge improvement over a slow death on the streets. The public
+					<<if $arcologies[0].FSPaternalist != "unset">>
+						@@.green;is impressed by your act,@@ even if it is a trick.
+						<<run repX(500, "event", $activeSlave)>>
+					<<else>>
+						@@.red;feels you let this criminal off too easy.@@
+						<<run repX(forceNeg(100), "event", $activeSlave)>>
+					<</if>>
+					<<include "New Slave Intro">>
+				<</replace>>
+			<</link>>
 		<</if>>
-		<<if $activeSlave.counter.publicUse>><<set $activeSlave.counter.publicUse += _fuckCount>><<else>><<set $activeSlave.counter.publicUse = _fuckCount>><</if>>
-		<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
-		<<replace "#result">>
-		<<switch $malefactor>>
-		<<case "addict">>
-			You declare $his holes fair game for the entire arcology, since $he must somehow repay $his debt to society. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
-		<<case "escapee">>
-			You declare $his holes fair game for the entire arcology, so that all free citizens can own $him for a moment, if they wish. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
-		<<case "orphanloli">>
-			You declare $his holes fair game for the entire arcology, so that all free citizens can own $him for a moment, if they wish. $He spends a torturous day in the stocks before being hauled in for enslavement, @@.red;completely broken@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
-			<<set $activeSlave.fetish = "mindbroken">>
-		<<case "anchorBaby">>
-			You declare $his holes fair game for the entire arcology; since $he wants to produce future slaves, your arcology might as well have the privilege of fathering them. $He spends a torturous day in the stocks after $his children are taken to a slave orphanage before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
-		<<case "businesswoman">>
-			You declare $his holes fair game for the entire arcology, in payment for $his crimes. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
-		<<case "whore">>
-			You declare $his holes fair game for the entire arcology, to repay $his thefts. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
-		<<case "rapist">>
-			You declare $his holes fair game for the entire arcology. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
-		<<case "mule">>
-			You declare $his holes fair game for the entire arcology as punishment for trying to smuggle in a load instead of taking one. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
-		<<case "liberator">>
-			Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. $His holes are thus fair game for the entire arcology. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around.
-		<<case "passfail">>
-			You declare $his holes fair game for the entire arcology; after all, $he did want to be around lots of _fakeRace people, didn't $he? $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
-		<</switch>>
-		<<run repX(500, "event", $activeSlave)>>
-		<<set $arcologies[0].prosperity += 2>>
-		<<include "New Slave Intro">>
-		<</replace>>
-	<</link>>
-	<<if $arcade > 0>>
-	<br><<link "Enslave $him and sentence $him to a month in the arcade">>
-		<<= assignJob($activeSlave, "be confined in the arcade")>>
-		<<set $activeSlave.choosesOwnAssignment = 0>>
-		<<set $activeSlave.sentence = 4>>
-		<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
-		<<replace "#result">>
-		<<switch $malefactor>>
-		<<case "addict">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned recovers enough by the end of the process to start masturbating weakly, even as $he begins begging for a fix. When $he learns $he's headed to the arcade, $he actually relaxes a little, having heard the whores there get drugs. The public @@.green;looks forward@@ to seeing $him there, especially the owner of the shop $he attempted to burglarize.
-		<<case "escapee" "orphanloli">>
-			You complete the legalities and biometric scanning quickly, and tell the crowd that $his holes will be available at the arcade within the hour. The public @@.green;looks forward@@ to seeing $him there, angrily suspecting $him of being an escapee and glad that they'll be able to take part in $his punishment.
-		<<case "anchorBaby">>
-			You complete the legalities and biometric scanning quickly and have $his children taken away. The condemned screeches $his displeasure throughout the process until you grow tired of the whining and sedate $him for immurement in the arcade. The public @@.green;looks forward@@ to seeing $him there and vying to see who gets to fill $his womb with another child.
-		<<case "businesswoman" "mule" "passfail" "rapist" "whore">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate $him for immurement in the arcade. The public @@.green;looks forward@@ to seeing $him there and getting some of their own back.
-		<<case "liberator">>
-			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. It would be best to have $him restrained for public use in the arcade first. The public @@.green;looks forward@@ to seeing $him there.
-		<</switch>>
-		<<run repX(250, "event", $activeSlave)>>
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-		<</replace>>
-	<</link>>
-	<</if>>
-	<<if $malefactor != "mule">>
-	<<if $dairy > 0>>
-	<<if $dairyRestraintsSetting > 1>>
-	<br><<link "Enslave $him and send $him straight to the industrial dairy">>
-		<<= assignJob($activeSlave, "work in the dairy")>>
-		<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
-		<<replace "#result">>
-		<<switch $malefactor>>
-		<<case "addict">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned accepts a sedative, thinking it's aphrodisiacs, and $his unconscious body is installed in $dairyName. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the addict's <<if $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>, together with a lengthy report on the experimental detox process used to ensure that the milk $he produces will be untainted.
-		<<case "escapee">>
-			You complete the legalities and biometric scanning quickly. The condemned is too far gone to resist as $he is installed in $dairyName. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>.
-		<<case "orphanloli">>
-			You complete the legalities and biometric scanning quickly. The condemned is too weak to resist as $he is installed in $dairyName but $he weeps the entire time. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>agony as $his once tight pussy adapts to industrial reproduction<<else>>budding breasts as they are roughly milked<</if>>.
-		<<case "anchorBaby">>
-			You complete the legalities and biometric scanning quickly and cautiously before having $his children taken away. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of $his next batch of slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
-		<<case "businesswoman">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of $his first slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
-		<<case "whore">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his well-traveled pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as $his well-traveled anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
-		<<case "rapist">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the rapist's <<if $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<else>>newly growing breasts as they are roughly milked<</if>>.
-		<<case "liberator">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>, together with a report on the likely productivity of such a fit body capable of withstanding the stress of high throughput.
-		<<case "passfail">>
-			You complete the legalities and biometric scanning quickly. The condemned is too weak to resist as $he is installed in $dairyName but $he weeps the entire time. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
-		<</switch>>
-		<<run repX(250, "event", $activeSlave)>>
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-		<</replace>>
-	<</link>>
+	<<else>>
+		//You lack the necessary funds to enslave $him.//
 	<</if>>
-	<</if>> /* closes dairy > 0 */
+	<<if $malefactor == "anchorBaby">>
+		<br><<link "Grant $him citizenship">>
+			<<replace "#result">>
+				You help the exhausted mother to $his feet and hand $him $his second newborn. $He watches you, uncertain of your motives, until you have $him escorted to the proper welcoming facility and put in a good word for having $him added to your arcology's free population. You announce to the public that such a fertile <<if $activeSlave.physicalAge > 30>>MILF<<elseif $activeSlave.physicalAge > 19>>$woman<<elseif $activeSlave.physicalAge > 12>>teen<<else>>youth<</if>> will be a boon to <<if $arcologies[0].FSRepopulationFocus != "unset">>Repopulationism<<else>>society<</if>>, and that the contract $he is signing mandates $he be on powerful fertility agents whenever $he isn't pregnant. During $his residency, free or not, $he will provide society with dozens of future children. The public
+				<<if $arcologies[0].FSRepopulationFocus != "unset">>
+					@@.green;approves of breeders, free or not,@@ and word spreads that any and all mothers are welcome into your arcology @@.green;adding to its prosperity.@@
+					<<run repX(500, "event", $activeSlave)>>
+				<<elseif $arcologies[0].FSPaternalist != "unset">>
+					@@.green;sympathizes with your charity.@@
+					<<run repX(100, "event", $activeSlave)>>
+				<<else>>
+					@@.red;feels you let this criminal off too easy.@@
+					<<run repX(forceNeg(100), "event", $activeSlave)>>
+				<</if>>
+			<</replace>>
+		<</link>>
 	<</if>>
-	<<if $seeExtreme > 0>>
-	<br><<link "Punitively amputate $his limbs, and then enslave $him">>
-		<<set $activeSlave.health -= 20>>
-		<<set $activeSlave.amp = 1>>
-		<<set $activeSlave.heels = 0>>
-		<<set $activeSlave.behavioralFlaw = "odd">>
-		<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
+	<br><<link "Publicly flog the criminal">>
 		<<replace "#result">>
-		<<switch $malefactor>>
-		<<case "addict">>
-			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs for a fix until $he realizes what's coming, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
-		<<case "escapee">>
-			An example must be made. If $he escaped once with $his tendons clipped, $he must be rather talented at it. It remains to be seen if $he can manage to escape with neither arms nor legs, so you announce $his sentence to the crowd and send $his unconscious form for reduction. Of course, @@.red;$his health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
-		<<case "orphanloli">>
-			An example must be made. If $he thinks $he can escape captivity and steal to survive, let's see $him try without arms and legs, so you announce $his sentence to the crowd and send $his unconscious form for reduction. Of course, @@.red;$his health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
-		<<case "anchorBaby">>
-			An example must be made. Potential immigrants must understand that attempting to circumvent the process will result in severe fines and proportional punishment when they are incapable of paying them. The protesting mother is stripped, both of clothing and children, and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he can hardly attempt to smuggle things into your arcology without the ability to move.
-		<<case "businesswoman">>
-			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
-		<<case "whore">>
-			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he can hardly attempt to steal anything without hands.
-		<<case "rapist">>
-			An example must be made. Rape is rare in your arcology, since citizens are so generously provided with means of sexual outlet. When the price of renting a slave that's impossible to rape is as low as it is, sexual assault of a free woman is doubly unforgivable. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since even if $he cheers up and ever manages an erection again, $he's not likely to rape anyone without arms or legs.
-		<<case "mule">>
-			An example must be made. With the quantity of drugs consumed in the arcology, quality is everything and attempting to undermine that is unforgivable. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he can hardly haul contraband into your arcology without the ability to move $himself.
-		<<case "liberator">>
-			An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he will scarcely be able to liberate anyone without arms or legs.
-		<<case "passfail">>
-			An example must be made. The citizens of your arcology must be assured that the racially inferior will not try to rise above their station, no matter their deceptions. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
-		<</switch>>
-		<<run repX(500, "event", $activeSlave)>>
-		<<include "New Slave Intro">>
+			<<switch $malefactor>>
+			<<case "addict">>
+				Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The twitching, begging malefactor is stripped and flogged on the promenade before being escorted bleeding, and still twitching from withdrawal, out of the arcology. The public @@.green;approves of this harshness.@@
+			<<case "escapee">>
+				Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The begging malefactor is flogged on the promenade before being escorted bleeding and half-dead out of the arcology. The public @@.green;approves of this harshness.@@
+			<<case "orphanloli">>
+				Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The crying $girl is flogged on the promenade before being dragged bleeding and broken out of the arcology. The public @@.green;approves of this harshness.@@
+			<<case "anchorBaby">>
+				Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The screaming breeder is flogged on the promenade before being dragged bleeding and broken out of the arcology sans $his children; they are destined for the slave orphanage. The public @@.green;approves of this harshness.@@
+			<<case "businesswoman">>
+				Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
+			<<case "mule" "rapist" "whore">>
+				Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
+			<<case "passfail">>
+				Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that _realRace scum won't steal their livelihoods. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
+			<<case "liberator">>
+				An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
+			<</switch>>
+			<<run repX(500, "event", $activeSlave)>>
 		<</replace>>
 	<</link>>
-	<<if $malefactor == "rapist" && $activeSlave.balls > 0>>
-	<br><<link "Enslave the criminal and geld $him">>
-		<<set $activeSlave.health -= 20>>
-		<<set $activeSlave.balls = 0>>
-		<<set $activeSlave.devotion -= 25>>
-		<<set $activeSlave.trust -= 25>>
-		<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
-		<<replace "#result">>
-		Video feeds from your remote surgery are made public as the protesting criminal is strapped down and gelded. $He is so utterly broken by this turn of events that you complete the legalities and biometric scanning without fuss. The condemned sobs weakly throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ which increases your arcology's prosperity by @@.green;giving it a reputation for swift and terrible justice.@@
-		<<run repX(500, "event", $activeSlave)>>
-		<<set $arcologies[0].prosperity += 10>>
-		<<include "New Slave Intro">>
-		<</replace>>
-	<</link>>
-	<</if>>
-	<</if>> /* closes seeExtreme */
-	<<if $malefactor == "orphanloli">>
-	<br><<link "'Adopt' $him">>
-		<<set $activeSlave.devotion = 25>>
-		<<set $activeSlave.trust = 25>>
-		<<set $activeSlave.origin = "She was an orphan forced to live and steal on the streets until you adopted her.">>
-		<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
-		<<replace "#result">>
-			You sit down and talk to the exhausted $girl, handing $him a contract cleverly altered to resemble adoption papers. Once $he comprehends what $he is looking at, $he eagerly signs it. Only once $he has reached the penthouse and been introduced to the slave life does $he realize $he willingly signed away $his freedom. Though $he can't complain. A warm cot and plenty of food await, which to $him is a huge improvement over a slow death on the streets. The public
-			<<if $arcologies[0].FSPaternalist != "unset">>
-				@@.green;is impressed by your act,@@ even if it is a trick.
+	<<if $malefactor == "liberator">>
+		<br><<link "Permit the slaveowner $he tried to steal from to flog $him">>
+			<<replace "#result">>
+				An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. $He is stripped and the slaveowner whose property $he tried to free is handed the leathern instrument. It seems the escapee was a favorite he does not wish to mangle, so he flogs the criminal mercilessly instead. $He is flung out of the arcology, nearly dead. The public @@.green;approves of this harshness,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around.
 				<<run repX(500, "event", $activeSlave)>>
-			<<else>>
-				@@.red;feels you let this criminal off too easy.@@
-				<<run repX(forceNeg(100), "event", $activeSlave)>>
-			<</if>>
-		<<include "New Slave Intro">>
-		<</replace>>
-	<</link>>
-	<</if>>\
-<<else>>\
-	//You lack the necessary funds to enslave $him.//
-<</if>>
-<<if $malefactor == "anchorBaby">>
-	<br><<link "Grant $him citizenship">>
+				<<set $arcologies[0].prosperity += 10>>
+			<</replace>>
+		<</link>>
+	<</if>>
+	<br><<link "Sell $him immediately">>
+		<<run cashX($slaveCost, "slaveTransfer")>>
+		<<if $cash4Babies == 1 && $malefactor == "anchorBaby">>
+			<<run cashX(random(20,30), "slaveTransfer")>>
+		<</if>>
 		<<replace "#result">>
-			You help the exhausted mother to $his feet and hand $him $his second newborn. $He watches you, uncertain of your motives, until you have $him escorted to the proper welcoming facility and put in a good word for having $him added to your arcology's free population. You announce to the public that such a fertile <<if $activeSlave.physicalAge > 30>>MILF<<elseif $activeSlave.physicalAge > 19>>$woman<<elseif $activeSlave.physicalAge > 12>>teen<<else>>youth<</if>> will be a boon to <<if $arcologies[0].FSRepopulationFocus != "unset">>Repopulationism<<else>>society<</if>>, and that the contract $he is signing mandates $he be on powerful fertility agents whenever $he isn't pregnant. During $his residency, free or not, $he will provide society with dozens of future children. The public
-			<<if $arcologies[0].FSRepopulationFocus != "unset">>
-				@@.green;approves of breeders, free or not,@@ and word spreads that any and all mothers are welcome into your arcology @@.green;adding to its prosperity.@@
-				<<run repX(500, "event", $activeSlave)>>
-			<<elseif $arcologies[0].FSPaternalist != "unset">>
-				@@.green;sympathizes with your charity.@@
-				<<run repX(100, "event", $activeSlave)>>
-			<<else>>
-				@@.red;feels you let this criminal off too easy.@@
-				<<run repX(forceNeg(100), "event", $activeSlave)>>
-			<</if>>
+			<<switch $malefactor>>
+			<<case "addict">>
+				You complete the legalities and biometric scanning quickly and without fuss. The condemned recovers enough by the end of the process to start masturbating weakly, even as $he begins begging for a fix. Then it's off to slave markets for sale.
+			<<case "escapee">>
+				You complete the legalities and biometric scanning quickly and without fuss. $He remains limp throughout the process, only recovering enough to barely grasp the situation as $he is enslaved and heading to the slave markets.
+			<<case "orphanloli">>
+				You complete the legalities and biometric scanning quickly and without fuss. $He sobs throughout the process, though stops once $he realizes being a slave means free food. $He starts crying again once $he realizes $he is heading for the slave markets.
+			<<case "anchorBaby">>
+				You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale. $His children <<if $cash4Babies == 1>>head off to be sold as well<<else>>will be sent to a slave orphanage for future sale<</if>>.
+			<<case "businesswoman" "mule" "passfail" "rapist" "whore">>
+				You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale.
+			<<case "liberator">>
+				You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. Based on the drone logs, $he is likely to be violent when $he does. You make sure that $he isn't going to get loose as $he is sent off to the slave market; the public would not be pleased if $he went on another rampage.
+			<</switch>>
 		<</replace>>
 	<</link>>
-<</if>>
-<br><<link "Publicly flog the criminal">>
-	<<replace "#result">>
-	<<switch $malefactor>>
-	<<case "addict">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The twitching, begging malefactor is stripped and flogged on the promenade before being escorted bleeding, and still twitching from withdrawal, out of the arcology. The public @@.green;approves of this harshness.@@
-	<<case "escapee">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The begging malefactor is flogged on the promenade before being escorted bleeding and half-dead out of the arcology. The public @@.green;approves of this harshness.@@
-	<<case "orphanloli">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The crying $girl is flogged on the promenade before being dragged bleeding and broken out of the arcology. The public @@.green;approves of this harshness.@@
-	<<case "anchorBaby">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The screaming breeder is flogged on the promenade before being dragged bleeding and broken out of the arcology sans $his children; they are destined for the slave orphanage. The public @@.green;approves of this harshness.@@
-	<<case "businesswoman">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
-	<<case "mule" "rapist" "whore">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
-	<<case "passfail">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that _realRace scum won't steal their livelihoods. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
-	<<case "liberator">>
-		An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
-	<</switch>>
-	<<run repX(500, "event", $activeSlave)>>
-	<</replace>>
-<</link>>
-<<if $malefactor == "liberator">>
-<br><<link "Permit the slaveowner $he tried to steal from to flog $him">>
-	<<replace "#result">>
-	An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. $He is stripped and the slaveowner whose property $he tried to free is handed the leathern instrument. It seems the escapee was a favorite he does not wish to mangle, so he flogs the criminal mercilessly instead. $He is flung out of the arcology, nearly dead. The public @@.green;approves of this harshness,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around.
-	<<run repX(500, "event", $activeSlave)>>
-	<<set $arcologies[0].prosperity += 10>>
-	<</replace>>
-<</link>>
-<</if>>
-<br><<link "Sell $him immediately">>
-	<<run cashX($slaveCost, "slaveTransfer")>>
-	<<if $cash4Babies == 1 && $malefactor == "anchorBaby">>
-		<<run cashX(random(20,30), "slaveTransfer")>>
-	<</if>>
-	<<replace "#result">>
-		<<switch $malefactor>>
-		<<case "addict">>
-			You complete the legalities and biometric scanning quickly and without fuss. The condemned recovers enough by the end of the process to start masturbating weakly, even as $he begins begging for a fix. Then it's off to slave markets for sale.
-		<<case "escapee">>
-			You complete the legalities and biometric scanning quickly and without fuss. $He remains limp throughout the process, only recovering enough to barely grasp the situation as $he is enslaved and heading to the slave markets.
-		<<case "orphanloli">>
-			You complete the legalities and biometric scanning quickly and without fuss. $He sobs throughout the process, though stops once $he realizes being a slave means free food. $He starts crying again once $he realizes $he is heading for the slave markets.
-		<<case "anchorBaby">>
-			You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale. $His children <<if $cash4Babies == 1>>head off to be sold as well<<else>>will be sent to a slave orphanage for future sale<</if>>.
-		<<case "businesswoman" "mule" "passfail" "rapist" "whore">>
-			You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale.
-		<<case "liberator">>
-			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. Based on the drone logs, $he is likely to be violent when $he does. You make sure that $he isn't going to get loose as $he is sent off to the slave market; the public would not be pleased if $he went on another rampage.
-		<</switch>>
-	<</replace>>
-<</link>>
 </span>
diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index b6c6075ede93ebe49d146eed819e52968a25dfe1..790870b4dee1182c981740301e3d55f8109e25b8 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -256,7 +256,7 @@ On formal occasions, you are announced as $PCTitle.
 
 <<if $arcologies[0].FSSupremacist != "unset">>
 	<<if ($PC.race == $arcologies[0].FSSupremacistRace)>>
-		Since you are a member of the $PC.race, society @@.green;strongly approves@@ of your ownership of the arcology.
+		Since you are a member of the $PC.race race, society @@.green;strongly approves@@ of your ownership of the arcology.
 		<<= FSChange("Supremacist", 5)>>
 	<</if>>
 <<elseif $arcologies[0].FSSubjugationist != "unset">>
diff --git a/src/uncategorized/resFailure.tw b/src/uncategorized/resFailure.tw
index 06ce2f71aabcc9dbeccf85693ec27ddc83c56c8a..608e4d68970ce39622a6ffeef8fa7f1f6bdd6c3f 100644
--- a/src/uncategorized/resFailure.tw
+++ b/src/uncategorized/resFailure.tw
@@ -217,7 +217,7 @@
 	<<for $i = 0; $i < $slavesToAdd; $i++>>
 		<<set $oneTimeDisableDisability = 1>>
 		<<set $activeSlave = GenerateNewSlave("XX")>>
-		<<set $activeSlave.origin = "She was given to you by a failed branch campus of St. Claver Preparatory after she served as a plastic surgeon's passing final exam.">>
+		<<set $activeSlave.origin = "$He was given to you by a failed branch campus of St. Claver Preparatory after $he served as a plastic surgeon's passing final exam.">>
 		<<set $activeSlave.chem = 20>>
 		<<set $activeSlave.career = "a slave">>
 		<<if $SCP.schoolUpgrade == 1>>
@@ -791,13 +791,13 @@ The failure of a prominent organization within your arcology has @@.red;affected
 <<link "Rape $him">>
 	<<replace "#result">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
-	<<if ($slaves[$i].origin == "She was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.")>>
-		<<set $activeSlave.devotion += 10>>
-		<<set $activeSlave.counter.anal += 1>>
-		<<set $activeSlave.counter.vaginal += 1>>
-		<<set $analTotal += 1>>
-		<<set $vaginalTotal += 1>>
-	<</if>>
+		<<if ($slaves[$i].origin == "She was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.")>>
+			<<set $activeSlave.devotion += 10>>
+			<<set $activeSlave.counter.anal += 1>>
+			<<set $activeSlave.counter.vaginal += 1>>
+			<<set $analTotal += 1>>
+			<<set $vaginalTotal += 1>>
+		<</if>>
 	<</for>>
 	You <<if $PC.dick == 1>>whip out your dick<<else>>pull on a strap-on, the one you use for disobedient slaves,<</if>> and kneel down behind the sobbing futa matron. When $he feels it touching $his pussylips, $he whispers "Thank you, <<Master>>," through $his tears. $He's very, very sexually experienced, so it's harder to make $him feel it than it would be for a $girl with tighter holes. But you're an expert. You calibrate your pounding to pull just barely too far out, so that $he feels you ramming mercilessly into $him with each stroke, and so that the slightest mistake from $him sends <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>> right up the other hole. Despite $his anguish and the brutal fuck, or perhaps because of them, $he slowly manages to get hard, and orgasms painfully when you do. $He @@.hotpink;can't seem to stop thanking you,@@ but is quiet when you tell $him to be.
 	<</replace>>
@@ -806,67 +806,67 @@ The failure of a prominent organization within your arcology has @@.red;affected
 <</if>>
 <<link "Sell your prizes immediately">>
 	<<replace "#result">>
-	<<for $i = 0; $i < $slaves.length; $i++>>
-	<<set $activeSlave = $slaves[$i]>>
-	<<if $RESFailure == "TSS">>
-		<<if ($slaves[$i].origin == "She was given to you by a failed branch campus of The Slavegirl School right after her majority.") || ($slaves[$i].origin == "She was given to you by a failed branch campus of The Slavegirl School after she was retrained as a slave girl.")>>
-		<<set $slaveCost = slaveCost($slaves[$i])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-		<<= removeActiveSlave() >>
-		<<set $i -= 1>>
-		<</if>>
-	<<elseif $RESFailure == "GRI">>
-		<<if $slaves[$i].origin == "She was given to you by a failed subsidiary lab of the Growth Research Institute right after her use as a test subject ended.">>
-		<<set $slaveCost = slaveCost($slaves[$i])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-		<<= removeActiveSlave() >>
-		<<set $i -= 1>>
-		<</if>>
-	<<elseif $RESFailure == "SCP">>
-		<<if $slaves[$i].origin == "She was given to you by a failed branch campus of St. Claver Preparatory after she served as a plastic surgeon's passing final exam.">>
-		<<set $slaveCost = slaveCost($slaves[$i])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-		<<= removeActiveSlave() >>
-		<<set $i -= 1>>
-		<</if>>
-	<<elseif $RESFailure == "LDE">>
-		<<if $slaves[$i].origin == "She was given to you by a failed branch campus of the innovative École des Enculées right after her graduation.">>
-		<<set $slaveCost = slaveCost($slaves[$i])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-		<<= removeActiveSlave() >>
-		<<set $i -= 1>>
-		<</if>>
-	<<elseif $RESFailure == "TGA">>
-		<<if $slaves[$i].origin == "She was given to you by a failed branch campus of the intense Gymnasium-Academy right after her majority.">>
-		<<set $slaveCost = slaveCost($slaves[$i])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-		<<= removeActiveSlave() >>
-		<<set $i -= 1>>
-		<</if>>
-	<<elseif $RESFailure == "HA">>
-		<<if $slaves[$i].origin == "She was given to you by a failed branch campus of the Hippolyta Academy right after her majority.">>
-		<<set $slaveCost = slaveCost($slaves[$i])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-		<<= removeActiveSlave() >>
-		<<set $i -= 1>>
-		<</if>>
-	<<elseif $RESFailure == "TCR">>
-		<<if $slaves[$i].origin == "She is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.">>
-		<<set $slaveCost = slaveCost($slaves[$i])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-		<<= removeActiveSlave() >>
-		<<set $i -= 1>>
-		<</if>>
-	<<else>>
-		<<if ($slaves[$i].origin == "She was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.") || ($slaves[$i].origin == "She was a Futanari Sister until you engineered her early enslavement.")>>
-		<<set $slaveCost = slaveCost($slaves[$i])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-		<<= removeActiveSlave() >>
-		<<set $i -= 1>>
-		<</if>>
-	<</if>>
-	<</for>>
-	Prizes sold.
+		<<for $i = 0; $i < $slaves.length; $i++>>
+			<<set $activeSlave = $slaves[$i]>>
+			<<if $RESFailure == "TSS">>
+				<<if ($slaves[$i].origin == "She was given to you by a failed branch campus of The Slavegirl School right after her majority.") || ($slaves[$i].origin == "She was given to you by a failed branch campus of The Slavegirl School after she was retrained as a slave girl.")>>
+					<<set $slaveCost = slaveCost($slaves[$i])>>
+					<<run cashX($slaveCost, "slaveTransfer")>>
+					<<= removeActiveSlave() >>
+					<<set $i -= 1>>
+				<</if>>
+			<<elseif $RESFailure == "GRI">>
+				<<if $slaves[$i].origin == "She was given to you by a failed subsidiary lab of the Growth Research Institute right after her use as a test subject ended.">>
+					<<set $slaveCost = slaveCost($slaves[$i])>>
+					<<run cashX($slaveCost, "slaveTransfer")>>
+					<<= removeActiveSlave() >>
+					<<set $i -= 1>>
+				<</if>>
+			<<elseif $RESFailure == "SCP">>
+				<<if $slaves[$i].origin == "She was given to you by a failed branch campus of St. Claver Preparatory after she served as a plastic surgeon's passing final exam.">>
+				<<set $slaveCost = slaveCost($slaves[$i])>>
+				<<run cashX($slaveCost, "slaveTransfer")>>
+				<<= removeActiveSlave() >>
+				<<set $i -= 1>>
+				<</if>>
+			<<elseif $RESFailure == "LDE">>
+				<<if $slaves[$i].origin == "She was given to you by a failed branch campus of the innovative École des Enculées right after her graduation.">>
+					<<set $slaveCost = slaveCost($slaves[$i])>>
+					<<run cashX($slaveCost, "slaveTransfer")>>
+					<<= removeActiveSlave() >>
+					<<set $i -= 1>>
+				<</if>>
+			<<elseif $RESFailure == "TGA">>
+				<<if $slaves[$i].origin == "She was given to you by a failed branch campus of the intense Gymnasium-Academy right after her majority.">>
+					<<set $slaveCost = slaveCost($slaves[$i])>>
+					<<run cashX($slaveCost, "slaveTransfer")>>
+					<<= removeActiveSlave() >>
+					<<set $i -= 1>>
+				<</if>>
+			<<elseif $RESFailure == "HA">>
+				<<if $slaves[$i].origin == "She was given to you by a failed branch campus of the Hippolyta Academy right after her majority.">>
+					<<set $slaveCost = slaveCost($slaves[$i])>>
+					<<run cashX($slaveCost, "slaveTransfer")>>
+					<<= removeActiveSlave() >>
+					<<set $i -= 1>>
+				<</if>>
+			<<elseif $RESFailure == "TCR">>
+				<<if $slaves[$i].origin == "She is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.">>
+					<<set $slaveCost = slaveCost($slaves[$i])>>
+					<<run cashX($slaveCost, "slaveTransfer")>>
+					<<= removeActiveSlave() >>
+					<<set $i -= 1>>
+				<</if>>
+			<<else>>
+				<<if ($slaves[$i].origin == "She was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.") || ($slaves[$i].origin == "She was a Futanari Sister until you engineered her early enslavement.")>>
+					<<set $slaveCost = slaveCost($slaves[$i])>>
+					<<run cashX($slaveCost, "slaveTransfer")>>
+					<<= removeActiveSlave() >>
+					<<set $i -= 1>>
+				<</if>>
+			<</if>>
+		<</for>>
+		Prizes sold.
 	<</replace>>
 <</link>>
 </span>
diff --git a/src/uncategorized/resSale.tw b/src/uncategorized/resSale.tw
index 2b0110241cf478ba370339ec351198a8e6703cfe..af503139839e4dfe2aca6e71f5924a0b8b388f2d 100644
--- a/src/uncategorized/resSale.tw
+++ b/src/uncategorized/resSale.tw
@@ -48,6 +48,7 @@
 		<<= generateMarketSlave("TFS")>>
 	<</if>>
 <</if>>
+<<setLocalPronouns $activeSlave>>
 
 <span id="artFrame">
 	/* 000-250-006 */
@@ -85,35 +86,35 @@ You receive a personal call from
 	the Futanari Sisters, an enigmatic group of transformation enthusiasts that sells beautiful hermaphrodites.
 <</if>>
 <<if $RESSale == "TCR">>
-	It's from a farmhand, not leadership, and they are offering a cow for sale. Before you can hang up on him and reprimand $assistantName for allowing this Free Cities version of telemarketing to get through to you, the man hurriedly says, "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, she's half off!"
+	It's from a farmhand, not leadership, and they are offering a cow for sale. Before you can hang up on him and reprimand $assistantName for allowing this Free Cities version of telemarketing to get through to you, the man hurriedly says, "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, $he's half off!"
 	<br><br>
-	You pause for a moment, and he plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, @@.yellow;your first cow purchase from us this week is half price.@@ And, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>, this milky beauty is up for grabs. Keep her by your desk for fresh squeezed milk, knock on wood and she'll suck you right off, grab her by the hips and she'll take anything in her rear; she's plenty of fun! Come on down and get yourself a young, affectionate little cowgirl!"
+	You pause for a moment, and he plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, @@.yellow;your first cow purchase from us this week is half price.@@ And, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>, this milky beauty is up for grabs. Keep $him by your desk for fresh squeezed milk, knock on wood and $he'll suck you right off, grab $him by the hips and $he'll take anything in $his rear; $he's plenty of fun! Come on down and get yourself a young, affectionate little cow<<= $girl>>!"
 <<else>>
-It's from a piece of merchandise, not leadership, and she's offering herself for sale. Before you can hang up on her and reprimand $assistantName for allowing this Free Cities version of telemarketing to get through to you, the slave hurriedly says, "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I'm half off!"
+It's from a piece of merchandise, not leadership, and $he's offering $himself for sale. Before you can hang up on $him and reprimand $assistantName for allowing this Free Cities version of telemarketing to get through to you, the slave hurriedly says, "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I'm half off!"
 
 <br><br>
 
-You pause for a moment, and she plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, @@.yellow;your first slave purchase from us this week is half price.@@ And, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>, I'm one of the slaves for sale.
+You pause for a moment, and $he plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, @@.yellow;your first slave purchase from us this week is half price.@@ And, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>, I'm one of the slaves for sale.
 <<if $RESSale == "TSS">>
-	I've got the very best skills I could learn as a virgin. I'm healthy, obedient, and educated. And I'm fresh, and willing, and really eager." She rips her white schoolgirl blouse open to show off a fresh pair of tits, and shakes them for you. "I would love to be your sex slave, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," she says, doing her very best to sound appealing, like she's been trained.
+	I've got the very best skills I could learn as a virgin. I'm healthy, obedient, and educated. And I'm fresh, and willing, and really eager." $He rips $his white schoolgirl blouse open to show off a fresh pair of tits, and shakes them for you. "I would love to be your sex slave, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," $he says, doing $his very best to sound appealing, like $he's been trained.
 <<elseif $RESSale == "GRI">>
-	I've, uh, been trained to obey." Her eyes flick to one side, like she's reading her cues. "And um I have really big boobs." She's wearing a bathrobe, and she suddenly jerks it open to reveal a bigger pair of breasts than anyone that age could possibly have grown herself. "I would love to be your sex slave, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," she says, doing her very best to sound appealing. No doubt she'd prefer not to be part of any more testing.
+	I've, uh, been trained to obey." $His eyes flick to one side, like $he's reading $his cues. "And um I have really big boobs." $He's wearing a bathrobe, and $he suddenly jerks it open to reveal a bigger pair of breasts than anyone that age could possibly have grown $himself. "I would love to be your sex slave, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," $he says, doing $his very best to sound appealing. No doubt $he'd prefer not to be part of any more testing.
 <<elseif $RESSale == "SCP">>
-	I'm ready to be the perfect bimbo slave, and the young surgeon who did my implants was very skilled." She's wearing a bikini, and she pulls it down to flash you, revealing that her tits resist gravity almost perfectly. They're gorgeous, but quite fake. "I would love to be your sex slave, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," she says, doing her very best to sound appealing, like she's been trained.
+	I'm ready to be the perfect bimbo slave, and the young surgeon who did my implants was very skilled." $He's wearing a bikini, and $he pulls it down to flash you, revealing that $his tits resist gravity almost perfectly. They're gorgeous, but quite fake. "I would love to be your sex slave, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," $he says, doing $his very best to sound appealing, like $he's been trained.
 <<elseif $RESSale == "LDE">>
-	I've been trained to need cock up my ass." She's nude, and spins around to point her ass at the camera. She begins to wink her big butthole, her tiny, soft cock dangling limply below it. She cranes her head around to continue. "I can come from nothing but buttsex," she says proudly. "I would love to be your anal slut, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," she says, sounding very eager to begin.
+	I've been trained to need cock up my ass." $He's nude, and spins around to point $his ass at the camera. $He begins to wink $his big butthole, $his tiny, soft cock dangling limply below it. $He cranes $his head around to continue. "I can come from nothing but buttsex," $he says proudly. "I would love to be your anal slut, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," $he says, sounding very eager to begin.
 <<elseif $RESSale == "TGA">>
-	My tutelage has been long and hard, and I'm very eager to begin my life as a slave." She's nude, and stands up to reveal her hard-on. She spins for the camera, showing herself off. "I can help protect you, too: I'm proficient in unarmed combat, and I have weapons training. I would love to be your bitch, or your bodyguard, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," she says, doing her very best to sound appealing, like she's been told.
+	My tutelage has been long and hard, and I'm very eager to begin my life as a slave." $He's nude, and stands up to reveal $his hard-on. $He spins for the camera, showing $himself off. "I can help protect you, too: I'm proficient in unarmed combat, and I have weapons training. I would love to be your bitch, or your bodyguard, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," $he says, doing $his very best to sound appealing, like $he's been told.
 <<elseif $RESSale == "HA">>
-	I am ready to serve you in any way you deem fit and do everything I can to protect your life." She's wearing a delicate maid uniform, beautifully contrasting her powerful physique and towering stature. "The academy has given me the opportunity to learn many valuable skills and I look forward put them at your service."
+	I am ready to serve you in any way you deem fit and do everything I can to protect your life." $He's wearing a delicate maid uniform, beautifully contrasting $his powerful physique and towering stature. "The academy has given me the opportunity to learn many valuable skills and I look forward put them at your service."
 <<else>>
-	The time has come for me to serve my Sisters by leaving my community and becoming a slave. Our sex skills are unparalleled," she says proudly. She's nude, and reclines luxuriantly for the camera, showing her remarkable body off in all its gorgeous strangeness. Her boobs are huge, her dick is hard, her pussy is wet, and her ass is relaxed. "I love to fuck, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," she says, and you believe her.
+	The time has come for me to serve my Sisters by leaving my community and becoming a slave. Our sex skills are unparalleled," $he says proudly. $He's nude, and reclines luxuriantly for the camera, showing $his remarkable body off in all its gorgeous strangeness. $His boobs are huge, $his dick is hard, $his pussy is wet, and $his ass is relaxed. "I love to fuck, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>," $he says, and you believe $him.
 	<<if ($PC.dick == 1) && ($PC.vagina == 1)>>
 		<br><br>
 		<<if ($PC.boobs == 1)>>
-			"I would also adore serving someone like you," she adds sincerely, her emphasis making it quite clear the Sisters have heard rumors about your hermaphroditism. "We can't offer any further discount, but I promise I'd worship you with all my heart." She bats her eyes at you. "And my other parts, too!"
+			"I would also adore serving someone like you," $he adds sincerely, $his emphasis making it quite clear the Sisters have heard rumors about your hermaphroditism. "We can't offer any further discount, but I promise I'd worship you with all my heart." $He bats $his eyes at you. "And my other parts, too!"
 		<<else>>
-			Her eyes flick downward momentarily, and she looks nervous, swallowing before continuing. "Please let me be your slave," she almost begs. "Serving another futa would, oh," and she pauses, shivering a little. Recollecting herself, she goes on, "Wonderful. Serving you would be a dream come true."
+			$His eyes flick downward momentarily, and $he looks nervous, swallowing before continuing. "Please let me be your slave," $he almost begs. "Serving another futa would, oh," and $he pauses, shivering a little. Recollecting $himself, $he goes on, "Wonderful. Serving you would be a dream come true."
 		<</if>>
 	<</if>>
 <</if>>
@@ -130,43 +131,43 @@ You pause for a moment, and she plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'
 		"And I would love to
 		<<switch $assistantAppearance>>
 		<<case "monstergirl">>
-			break both her virgin holes at once," the monstergirl exclaims, and shakes _hisA dicks for emphasis.
+			break both $his virgin holes at once," the monstergirl exclaims, and shakes _hisA dicks for emphasis.
 		<<case "shemale">>
-			wreck her virgin asshole," the shemale exclaims, and starts to jack off.
+			wreck $his virgin asshole," the shemale exclaims, and starts to jack off.
 		<<case "amazon">>
-			fist her virgin cunt," the amazon exclaims, and helpfully raises the fist in question.
+			fist $his virgin cunt," the amazon exclaims, and helpfully raises the fist in question.
 		<<case "businesswoman">>
-			sell her fresh pussy to the highest bidder," the businesswoman exclaims.
+			sell $his fresh pussy to the highest bidder," the businesswoman exclaims.
 		<<case "fairy">>
-			play with her clit and lap up those sweet virgin juices!" the fairy exclaims, licking _hisA lips.
+			play with $his clit and lap up those sweet virgin juices!" the fairy exclaims, licking _hisA lips.
 		<<case "pregnant fairy">>
-			play with her clit and lap up those sweet motherly juices!" the fairy exclaims, licking _hisA lips.
+			play with $his clit and lap up those sweet motherly juices!" the fairy exclaims, licking _hisA lips.
 		<<case "goddess">>
-			teach her all about being a real woman," the goddess exclaims, rubbing _hisA belly in anticipation.
+			teach $him all about being a real $woman," the goddess exclaims, rubbing _hisA belly in anticipation.
 		<<case "hypergoddess">>
-			teach her all about being a real woman," the goddess exclaims, rubbing _hisA massive belly in anticipation.
+			teach $him all about being a real $woman," the goddess exclaims, rubbing _hisA massive belly in anticipation.
 		<<case "loli">>
-			play with her!" the little _girlA exclaims happily while jumping up and down.
+			play with $him!" the little _girlA exclaims happily while jumping up and down.
 		<<case "preggololi">>
-			play with her!" the little _girlA exclaims happily while caressing _hisA belly.
+			play with $him!" the little _girlA exclaims happily while caressing _hisA belly.
 		<<case "angel">>
-			keep her safe and craft the perfect future slavewife for someone," the angel says, crossing _hisA arms under _hisA chest.
+			keep $him safe and craft the perfect future slavewife for someone," the angel says, crossing _hisA arms under _hisA chest.
 		<<case "cherub">>
-			pretty her up for her first love!" the cherub says, clasping _hisA hands together and fluttering back and forth.
+			pretty $him up for $his first love!" the cherub says, clasping _hisA hands together and fluttering back and forth.
 		<<case "incubus">>
-			brutally stretch both those holes until she is a slave to my dick," the incubus says, stroking her cock to erection.
+			brutally stretch both those holes until $he is a slave to my dick," the incubus says, stroking _hisA cock to erection.
 		<<case "succubus">>
-			shape her into the perfect girl for <<= properMaster()>>," the succubus says, licking _hisA lips with anticipation. "I'll make a real sex demon out of them!"
+			shape $him into the perfect $girl for <<= properMaster()>>," the succubus says, licking _hisA lips with anticipation. "I'll make a real sex demon out of $him!"
 		<<case "imp">>
-			tease her until she is begging to have her virginity taken," the imp says, rubbing _hisA hands together with anticipation.
+			tease $him until $he is begging to have $his virginity taken," the imp says, rubbing _hisA hands together with anticipation.
 		<<case "witch">>
-			play with their body," the witch says. "Test my spells on someone else for once."
+			play with $his body," the witch says. "Test my spells on someone else for once."
 		<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			break both her virgin holes at once," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Fill them with young until they are bloated hives."
+			break both $his virgin holes at once," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Fill $him with young until $he is a bloated hive."
 		<<case "schoolgirl">>
-			make out with her. She's cute!" the schoolgirl exclaims.
+			make out with $him. $He's cute!" the schoolgirl exclaims.
 		<<default>>
-			fuck her virgin holes," _heA says.
+			fuck $his virgin holes," _heA says.
 		<</switch>>
 	<<elseif $RESSale == "GRI" || $RESSale == "TCR">>
 		"And I would love to
@@ -176,7 +177,7 @@ You pause for a moment, and she plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'
 		<<case "shemale">>
 			fuck those titties," the shemale exclaims, and starts to jack off.
 		<<case "amazon">>
-			put her out to pasture," the amazon exclaims, indicating the skin of milk on _hisA belt.
+			put $him out to pasture," the amazon exclaims, indicating the skin of milk on _hisA belt.
 		<<case "businesswoman">>
 			put that cow in the dairy," the businesswoman exclaims.
 		<<case "fairy">>
@@ -186,23 +187,23 @@ You pause for a moment, and she plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'
 		<<case "goddess" "hypergoddess">>
 			taste those bountiful breasts," the goddess exclaims, licking _hisA lips.
 		<<case "loli">>
-			play with her tits!" the little _girlA exclaims happily while jumping up and down.
+			play with $his tits!" the little _girlA exclaims happily while jumping up and down.
 		<<case "preggololi">>
-			play with her tits!" the little _girlA exclaims happily while caressing _hisA belly.
+			play with $his tits!" the little _girlA exclaims happily while caressing _hisA belly.
 		<<case "angel">>
 			feed all the hungry with those motherly breasts," the angel says, blushing at the thought.
 		<<case "cherub">>
 			have a pair just like them!" the cherub says, clasping _hisA hands to _hisA breasts.
 		<<case "incubus">>
-			wrap them around my shaft and blow a load right into her face," the incubus says, stroking _hisA cock to erection.
+			wrap them around my shaft and blow a load right into $his face," the incubus says, stroking _hisA cock to erection.
 		<<case "succubus">>
-			teach her the perfect way to tease <<= properMaster()>> with those boobs," _heA says, swelling _hisA own tits and pressing them against the screen.
+			teach $him the perfect way to tease <<= properMaster()>> with those boobs," _heA says, swelling _hisA own tits and pressing them against the screen.
 		<<case "imp">>
-			tease her until she cums to the slightest touch of her nipples," the imp says, rubbing _hisA hands together with anticipation.
+			tease $him until $he cums to the slightest touch of $his nipples," the imp says, rubbing _hisA hands together with anticipation.
 		<<case "witch">>
 			play with their breasts," the witch says. "Test my lactation and breast growth spells on someone else for once."
 		<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			penetrate those nipples," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Fill them with young until they pin her to the floor. Then her defenseless holes will be filled too."
+			penetrate those nipples," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Fill $him with young until they pin $him to the floor. Then $his defenseless holes will be filled too."
 		<<case "schoolgirl">>
 			suck on those titties!" the schoolgirl exclaims.
 		<<default>>
@@ -222,29 +223,29 @@ You pause for a moment, and she plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'
 		<<case "fairy">>
 			use that butt as a pillow!" the fairy exclaims.
 		<<case "pregnant fairy">>
-			see if I can impregnate her butt!" the fairy exclaims.
+			see if I can impregnate $his butt!" the fairy exclaims.
 		<<case "goddess" "hypergoddess">>
-			see just how obedient she really is," the goddess exclaims, flexing a hand for emphasis.
+			see just how obedient $he really is," the goddess exclaims, flexing a hand for emphasis.
 		<<case "loli">>
-			play with her big butt!" the little _girlA exclaims happily while jumping up and down.
+			play with $his big butt!" the little _girlA exclaims happily while jumping up and down.
 		<<case "preggololi">>
-			play with her big butt!" the little _girlA exclaims happily while caressing _hisA belly.
+			play with $his big butt!" the little _girlA exclaims happily while caressing _hisA belly.
 		<<case "angel">>
 			have an ass like that..." the angel trails off, a finger to _hisA lips as _heA fantasizes.
 		<<case "cherub">>
 			take a seat on that ass," the cherub sighs. "Flying all the time gets tiring."
 		<<case "incubus">>
-			wrap that ass around my shaft and blow a load across her back," the incubus says, stroking _hisA cock to erection.
+			wrap that ass around my shaft and blow a load across $his back," the incubus says, stroking _hisA cock to erection.
 		<<case "succubus">>
-			teach her the perfect way to tease <<= properMaster()>> with that ass," _heA says, swelling _hisA own behind, pressing it against the screen and winking _hisA butthole tantalizingly at you.
+			teach $him the perfect way to tease <<= properMaster()>> with that ass," _heA says, swelling _hisA own behind, pressing it against the screen and winking _hisA butthole tantalizingly at you.
 		<<case "imp">>
 			spank that ass till it's big and red then take a nap on it," the imp says, rubbing _hisA hands together with anticipation and yawning.
 		<<case "witch">>
-			play with their ass," the witch says. "Test my butt growth spells on someone else for once. Last time I was hobbling around with a pair of tits as a rear for a week..."
+			play with $his ass," the witch says. "Test my butt growth spells on someone else for once. Last time I was hobbling around with a pair of tits as a rear for a week..."
 		<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			split her asshole," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Fill their ass with larva until their belly reaches the floor, swell her bottom with aphrodisiacs and watch her birth until she breaks."
+			split $his asshole," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Fill $his ass with larva until $his belly reaches the floor, swell $his bottom with aphrodisiacs, and watch $him birth until $he breaks."
 		<<case "schoolgirl">>
-			lick her big soft behind," the schoolgirl exclaims, and sticks out _hisA tongue.
+			lick $his big soft behind," the schoolgirl exclaims, and sticks out _hisA tongue.
 		<<default>>
 			fuck that ass," _heA says.
 		<</switch>>
@@ -252,37 +253,37 @@ You pause for a moment, and she plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'
 		"And I would love to
 		<<switch $assistantAppearance>>
 		<<case "monstergirl">>
-			shove both my cocks up her virgin anus," the monstergirl exclaims.
+			shove both my cocks up $his virgin anus," the monstergirl exclaims.
 		<<case "shemale">>
 			fuck that virgin asshole," the shemale exclaims, and starts to jack off.
 		<<case "amazon">>
-			finger fuck her virgin ass," the amazon exclaims, and helpfully raises the fingers in question.
+			finger fuck $his virgin ass," the amazon exclaims, and helpfully raises the fingers in question.
 		<<case "businesswoman">>
-			sell her anal virginity to the highest bidder," the businesswoman exclaims.
+			sell $his anal virginity to the highest bidder," the businesswoman exclaims.
 		<<case "fairy">>
 			give the dick a great big hug and suckle out all the precum!" the fairy exclaims, rubbing _hisA legs together.
 		<<case "pregnant fairy">>
 			play meet the baby! ...Well, maybe just with you, <<if ($PC.title == 0)>>Big Sis<<else>>Big Bro<</if>>," the fairy exclaims, rubbing _hisA legs together.
 		<<case "goddess" "hypergoddess">>
-			see her put that dick to work," the goddess exclaims, one sultry finger at _hisA lips.
+			see $him put that dick to work," the goddess exclaims, one sultry finger at _hisA lips.
 		<<case "loli">>
-			play with her dick!" the little _girlA exclaims happily while jumping up and down.
+			play with $his dick!" the little _girlA exclaims happily while jumping up and down.
 		<<case "preggololi">>
 			get that dick in me!" the little _girlA exclaims happily while caressing _hisA belly and licking _hisA lips.
 		<<case "angel">>
-			wrap that penis up in a nice bow for her wife to untie," the angel says, blushing and swaying side to side.
+			wrap that penis up in a nice bow for $his wife to untie," the angel says, blushing and swaying side to side.
 		<<case "cherub">>
-			know how long she could go for," the cherub says. "She could probably fuck all night long!"
+			know how long $he could go for," the cherub says. "$He could probably fuck all night long!"
 		<<case "incubus">>
-			plow her ass and watch her ejaculate against her will," the incubus says, stroking _hisA cock to erection.
+			plow $his ass and watch $him ejaculate against $his will," the incubus says, stroking _hisA cock to erection.
 		<<case "succubus">>
-			teach her the perfect way to tease <<= properMaster()>> with that cock," _heA says, _hisA clit steadily enlarging until it's the size of _hisA leg. _HeA hefts it to _hisA mouth and enthusiastically tongues _hisA urethra.
+			teach $him the perfect way to tease <<= properMaster()>> with that cock," _heA says, _hisA clit steadily enlarging until it's the size of _hisA leg. _HeA hefts it to _hisA mouth and enthusiastically tongues _hisA urethra.
 		<<case "imp">>
 			ride that cock until I'm too heavy to fly," the imp says, rubbing _hisA belly and spreading _hisA legs.
 		<<case "witch">>
 			play with that dick," the witch says. "Test my cock growth and cum amplification spells on someone else for once. Last time I sprouted a cock bigger than me and my belly steadily swelled with cum until I jacked off. I got so tired I couldn't do it anymore and nearly burst like a cum balloon..."
 		<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			fuck her cock," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Squirm down to her balls and pump them full of larva and watch her birth them until she breaks."
+			fuck $his cock," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Squirm down to $his balls and pump them full of larva and watch $him birth them until $he breaks."
 		<<case "schoolgirl">>
 			suck that dick," the schoolgirl exclaims, and sticks out _hisA tongue.
 		<<default>>
@@ -292,43 +293,43 @@ You pause for a moment, and she plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'
 		"And I would love to
 		<<switch $assistantAppearance>>
 		<<case "monstergirl">>
-			break both her holes at once," the monstergirl exclaims, and shakes _hisA dicks for emphasis.
+			break both $his holes at once," the monstergirl exclaims, and shakes _hisA dicks for emphasis.
 		<<case "shemale">>
-			wreck her amazonian asshole," the shemale exclaims, and starts to jack off.
+			wreck $his amazonian asshole," the shemale exclaims, and starts to jack off.
 		<<case "amazon">>
-			fist her cunt," the amazon exclaims, and helpfully raises the fist in question.
+			fist $his cunt," the amazon exclaims, and helpfully raises the fist in question.
 		<<case "businesswoman">>
-			sell her fresh pussy to the highest bidder," the businesswoman exclaims.
+			sell $his fresh pussy to the highest bidder," the businesswoman exclaims.
 		<<case "fairy">>
-			play with her clit and lap up those sweet juices!" the fairy exclaims, licking _hisA lips.
+			play with $his clit and lap up those sweet juices!" the fairy exclaims, licking _hisA lips.
 		<<case "pregnant fairy">>
-			play with her clit and lap up those sweet juices!" the fairy exclaims, licking _hisA lips.
+			play with $his clit and lap up those sweet juices!" the fairy exclaims, licking _hisA lips.
 		<<case "goddess">>
-			teach her all about being a real woman," the goddess exclaims, rubbing _hisA belly in anticipation.
+			teach $him all about being a real $woman," the goddess exclaims, rubbing _hisA belly in anticipation.
 		<<case "hypergoddess">>
-			teach her all about being a real woman," the goddess exclaims, rubbing _hisA massive belly in anticipation.
+			teach $him all about being a real $woman," the goddess exclaims, rubbing _hisA massive belly in anticipation.
 		<<case "loli">>
-			play with her!" the little _girlA exclaims happily while jumping up and down.
+			play with $him!" the little _girlA exclaims happily while jumping up and down.
 		<<case "preggololi">>
-			play with her!" the little _girlA exclaims happily while caressing _hisA belly.
+			play with $him!" the little _girlA exclaims happily while caressing _hisA belly.
 		<<case "angel">>
-			keep her safe and craft the perfect future slavewife for someone," the angel says, crossing _hisA arms under _hisA chest.
+			keep $him safe and craft the perfect future slavewife for someone," the angel says, crossing _hisA arms under _hisA chest.
 		<<case "cherub">>
-			pretty her up for her first love!" the cherub says, clasping _hisA hands together and fluttering back and forth.
+			pretty $him up for $his first love!" the cherub says, clasping _hisA hands together and fluttering back and forth.
 		<<case "incubus">>
-			brutally stretch both those holes until she is a slave to my dick," the incubus says, stroking _hisA cock to erection.
+			brutally stretch both those holes until $he is a slave to my dick," the incubus says, stroking _hisA cock to erection.
 		<<case "succubus">>
-			shape her into the perfect girl for <<= properMaster()>>," the succubus says, licking _hisA lips with anticipation. "I'll make a real sex demon out of them!"
+			shape $him into the perfect $girl for <<= properMaster()>>," the succubus says, licking _hisA lips with anticipation. "I'll make a real sex demon out of $him!"
 		<<case "imp">>
-			tease her until she is begging to have her virginity taken," the imp says, rubbing _hisA hands together with anticipation.
+			tease $him until $he is begging to have $his virginity taken," the imp says, rubbing _hisA hands together with anticipation.
 		<<case "witch">>
-			play with their body," the witch says. "Test my spells on someone else for once."
+			play with $his body," the witch says. "Test my spells on someone else for once."
 		<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			break both her virgin holes at once," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Fill them with young until they are bloated hives."
+			break both $his virgin holes at once," the avatar exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "Fill $him with young until $he is a bloated hive."
 		<<case "schoolgirl">>
-			make out with her. She's cute!" the schoolgirl exclaims.
+			make out with $him. $He's cute!" the schoolgirl exclaims.
 		<<default>>
-			fuck her amazonian holes," _heA says.
+			fuck $his amazonian holes," _heA says.
 		<</switch>>
 	<<else>>
 		<<switch $assistantAppearance>>
@@ -359,7 +360,7 @@ You pause for a moment, and she plunges on: "<<if $PC.title != 0>>Sir<<else>>Ma'
 		<<case "witch">>
 			"And I love to fuck futas!" _heA exclaims, readying a spell to make them last longer.
 		<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			"And I love to fuck futas!" _heA exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "So many holes to force young into! I can't wait to turn it into a bulging, squirming, bursting nursery!"
+			"And I love to fuck futas!" _heA exclaims, _hisA chest splitting open to reveal countless tentacles, the flesh at their bases writhing with unborn young. "So many holes to force young into! I can't wait to turn $him into a bulging, squirming, bursting nursery!"
 		<<case "schoolgirl">>
 			"And I love to fuck futas!" _heA exclaims, bouncing with excitement.
 		<<default>>
diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw
index 94484d2eecc5d9e00896c3e66280d284a530609c..d5a910ae55cc8da24e638eb9aedee598c4c95c1e 100644
--- a/src/uncategorized/saDevotion.tw
+++ b/src/uncategorized/saDevotion.tw
@@ -428,67 +428,67 @@
 	<<if ($slaves[$i].devotion <= 95) || ($slaves[$i].trust <= 95)>>
 		<<if $SexMilestoneRetirement == 1>>
 			<<if $slaves[$i].counter.oral + $slaves[$i].counter.anal + $slaves[$i].counter.vaginal + $slaves[$i].counter.penetrative + $slaves[$i].counter.mammary >= $retirementSex*0.8>>
-			<<if $slaves[$i].devotion >= -20>>
-				$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
-				<<set $slaves[$i].devotion += 1>>
-				<<set $slaves[$i].trust += 1>>
-			<<else>>
-				$He does $his best to @@.mediumaquamarine;stay strong,@@
-				<<set $slaves[$i].trust += 1>>
-			<</if>>
-			since $he knows that $his freedom is only a few thousand dicks away.
+				<<if $slaves[$i].devotion >= -20>>
+					$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
+					<<set $slaves[$i].devotion += 1>>
+					<<set $slaves[$i].trust += 1>>
+				<<else>>
+					$He does $his best to @@.mediumaquamarine;stay strong,@@
+					<<set $slaves[$i].trust += 1>>
+				<</if>>
+				since $he knows that $his freedom is only a few thousand dicks away.
 			<</if>>
 		<</if>>
 		<<if $MilkMilestoneRetirement == 1>>
 			<<if $slaves[$i].counter.milk >= $retirementMilk*0.8>>
-			<<if $slaves[$i].devotion >= -20>>
-				$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
-				<<set $slaves[$i].devotion += 1>>
-				<<set $slaves[$i].trust += 1>>
-			<<else>>
-				$He does $his best to @@.mediumaquamarine;stay strong,@@
-				<<set $slaves[$i].trust += 1>>
-			<</if>>
-			since $he knows $he will be free if $his udders can gush just a bit more cream.
+				<<if $slaves[$i].devotion >= -20>>
+					$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
+					<<set $slaves[$i].devotion += 1>>
+					<<set $slaves[$i].trust += 1>>
+				<<else>>
+					$He does $his best to @@.mediumaquamarine;stay strong,@@
+					<<set $slaves[$i].trust += 1>>
+				<</if>>
+				since $he knows $he will be free if $his udders can gush just a bit more cream.
 			<</if>>
 		<</if>>
 		<<if $CumMilestoneRetirement == 1>>
 			<<if $slaves[$i].counter.cum >= $retirementCum*0.8>>
-			<<if $slaves[$i].devotion >= -20>>
-				$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
-				<<set $slaves[$i].devotion += 1>>
-				<<set $slaves[$i].trust += 1>>
-			<<else>>
-				$He does $his best to @@.mediumaquamarine;stay strong,@@
-				<<set $slaves[$i].trust += 1>>
-			<</if>>
-			since $he knows $he will be free if $his prick can spurt just a bit more jizz.
+				<<if $slaves[$i].devotion >= -20>>
+					$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
+					<<set $slaves[$i].devotion += 1>>
+					<<set $slaves[$i].trust += 1>>
+				<<else>>
+					$He does $his best to @@.mediumaquamarine;stay strong,@@
+					<<set $slaves[$i].trust += 1>>
+				<</if>>
+				since $he knows $he will be free if $his prick can spurt just a bit more jizz.
 			<</if>>
 		<</if>>
 		<<if $BirthsMilestoneRetirement == 1>>
 			<<if $slaves[$i].counter.births >= $retirementBirths*0.6>>
-			<<if $slaves[$i].devotion >= -20>>
-				$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
-				<<set $slaves[$i].devotion += 1>>
-				<<set $slaves[$i].trust += 1>>
-			<<else>>
-				$He does $his best to @@.mediumaquamarine;stay strong,@@
-				<<set $slaves[$i].trust += 1>>
-			<</if>>
-			since $he knows $he only has to successfully breed a little more to be free.
+				<<if $slaves[$i].devotion >= -20>>
+					$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
+					<<set $slaves[$i].devotion += 1>>
+					<<set $slaves[$i].trust += 1>>
+				<<else>>
+					$He does $his best to @@.mediumaquamarine;stay strong,@@
+					<<set $slaves[$i].trust += 1>>
+				<</if>>
+				since $he knows $he only has to successfully breed a little more to be free.
 			<</if>>
 		<</if>>
 		<<if $KillsMilestoneRetirement == 1>>
 			<<if $slaves[$i].counter.pitKills >= $retirementKills*0.6>>
-			<<if $slaves[$i].devotion >= -20>>
-				$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
-				<<set $slaves[$i].devotion += 1>>
-				<<set $slaves[$i].trust += 1>>
-			<<else>>
-				$He does $his best to @@.mediumaquamarine;stay strong,@@
-				<<set $slaves[$i].trust += 1>>
-			<</if>>
-			since $he knows just a bit more murder in the pit will win $his freedom.
+				<<if $slaves[$i].devotion >= -20>>
+					$He's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
+					<<set $slaves[$i].devotion += 1>>
+					<<set $slaves[$i].trust += 1>>
+				<<else>>
+					$He does $his best to @@.mediumaquamarine;stay strong,@@
+					<<set $slaves[$i].trust += 1>>
+				<</if>>
+				since $he knows just a bit more murder in the pit will win $his freedom.
 			<</if>>
 		<</if>>
 	<</if>>
@@ -592,42 +592,42 @@
 <</if>>
 
 <<if $slaves[$i].assignmentVisible == 1>>
-<<if ($arcade != 0) || (($dairy != 0) && ($dairyRestraintsSetting >= 2))>>
-	<<if $slaves[$i].devotion <= 95>>
-		$He knows about <<if $arcade != 0>>$arcadeName<<if ($dairy != 0) && ($dairyRestraintsSetting >= 2)>> and $dairyName<</if>><<else>>$dairyName<</if>>, and @@.gold;fears@@ that you might send $him there.
-		<<set $slaves[$i].trust -= 1>>
-	<<else>>
-		$He knows some of your other slaves meet terrible, industrial fates, but $he loves you so much that $he tries not to think about it.
+	<<if ($arcade != 0) || (($dairy != 0) && ($dairyRestraintsSetting >= 2))>>
+		<<if $slaves[$i].devotion <= 95>>
+			$He knows about <<if $arcade != 0>>$arcadeName<<if ($dairy != 0) && ($dairyRestraintsSetting >= 2)>> and $dairyName<</if>><<else>>$dairyName<</if>>, and @@.gold;fears@@ that you might send $him there.
+			<<set $slaves[$i].trust -= 1>>
+		<<else>>
+			$He knows some of your other slaves meet terrible, industrial fates, but $he loves you so much that $he tries not to think about it.
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 /* STAT CROSSOVERS */
 
 <<if $slaves[$i].trust >= -20>>
-<<if $slaves[$i].devotion > 95>>
-	<<if $slaves[$i].trust <= 20>>
-		$slaves[$i].slaveName loves you, so $he finds $himself @@.mediumaquamarine;fearing you a little less.@@
-		<<set $slaves[$i].trust += 1>>
-	<<elseif $slaves[$i].trust <= 50>>
-		$slaves[$i].slaveName loves you, so $he finds $himself @@.mediumaquamarine;trusting you a little more.@@
-		<<set $slaves[$i].trust += 1>>
-	<</if>>
-<<elseif $slaves[$i].devotion > 60>>
-	<<if $slaves[$i].trust <= 20>>
-		$slaves[$i].slaveName is devoted to you, so $he finds $himself @@.mediumaquamarine;fearing you a little less.@@
-		<<set $slaves[$i].trust += 1>>
-	<</if>>
-<<elseif $slaves[$i].devotion < -50>>
-	<<if $slaves[$i].trust > 20>>
-		$slaves[$i].slaveName hates you, but also doesn't fear you, @@.orangered;bolstering $his disobedience.@@
-		<<set $slaves[$i].trust += 5>>
-	<<else>>
-		$slaves[$i].slaveName hates you, so $he finds $himself @@.gold;trusting you a little less.@@
-		<<set $slaves[$i].trust -= 2>>
+	<<if $slaves[$i].devotion > 95>>
+		<<if $slaves[$i].trust <= 20>>
+			$slaves[$i].slaveName loves you, so $he finds $himself @@.mediumaquamarine;fearing you a little less.@@
+			<<set $slaves[$i].trust += 1>>
+		<<elseif $slaves[$i].trust <= 50>>
+			$slaves[$i].slaveName loves you, so $he finds $himself @@.mediumaquamarine;trusting you a little more.@@
+			<<set $slaves[$i].trust += 1>>
+		<</if>>
+	<<elseif $slaves[$i].devotion > 60>>
+		<<if $slaves[$i].trust <= 20>>
+			$slaves[$i].slaveName is devoted to you, so $he finds $himself @@.mediumaquamarine;fearing you a little less.@@
+			<<set $slaves[$i].trust += 1>>
+		<</if>>
+	<<elseif $slaves[$i].devotion < -50>>
+		<<if $slaves[$i].trust > 20>>
+			$slaves[$i].slaveName hates you, but also doesn't fear you, @@.orangered;bolstering $his disobedience.@@
+			<<set $slaves[$i].trust += 5>>
+		<<else>>
+			$slaves[$i].slaveName hates you, so $he finds $himself @@.gold;trusting you a little less.@@
+			<<set $slaves[$i].trust -= 2>>
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 <<if $slaves[$i].trust > 95>>
 	<<if $slaves[$i].devotion < -20>>
 		$slaves[$i].slaveName feels no threat from you, so $he finds it easy to @@.mediumorchid;express $his hatred of you.@@
@@ -649,17 +649,17 @@
 	<</if>>
 <<elseif $slaves[$i].trust < -50>>
 	<<if $slaves[$i].devotion >= -20>>
-	<<if $slaves[$i].devotion <= 50>>
-		$slaves[$i].slaveName is so terrified of you that $he tries desperately to avoid punishment, @@.hotpink;which is sometimes indistinguishable from devotion.@@
-		<<set $slaves[$i].devotion += 2>>
-	<</if>>
+		<<if $slaves[$i].devotion <= 50>>
+			$slaves[$i].slaveName is so terrified of you that $he tries desperately to avoid punishment, @@.hotpink;which is sometimes indistinguishable from devotion.@@
+			<<set $slaves[$i].devotion += 2>>
+		<</if>>
 	<</if>>
 <<elseif $slaves[$i].trust < -20>>
 	<<if $slaves[$i].devotion > 20>>
-	<<if $slaves[$i].devotion <= 50>>
-		$slaves[$i].slaveName is scared of you, but not truly terrified, so $he feels safe in @@.mediumorchid;hating the worst parts of being your sex slave.@@
-		<<set $slaves[$i].devotion -= 2>>
-	<</if>>
+		<<if $slaves[$i].devotion <= 50>>
+			$slaves[$i].slaveName is scared of you, but not truly terrified, so $he feels safe in @@.mediumorchid;hating the worst parts of being your sex slave.@@
+			<<set $slaves[$i].devotion -= 2>>
+		<</if>>
 	<</if>>
 <</if>>
 
@@ -671,10 +671,10 @@
 
 <<if ($slaves[$i].sexualQuirk == "unflinching")>>
 	<<if ($slaves[$i].devotion <= 95)>>
-	<<if ($slaves[$i].devotion < $slaves[$i].oldDevotion)>>
-	$His unflinching nature leads $him to forget some of the unpleasant things $he's experienced this week, @@.hotpink;reducing their impact on $his feelings about you.@@
-	<<set $slaves[$i].devotion += ($slaves[$i].oldDevotion - $slaves[$i].devotion)/2>>
-	<</if>>
+		<<if ($slaves[$i].devotion < $slaves[$i].oldDevotion)>>
+			$His unflinching nature leads $him to forget some of the unpleasant things $he's experienced this week, @@.hotpink;reducing their impact on $his feelings about you.@@
+			<<set $slaves[$i].devotion += ($slaves[$i].oldDevotion - $slaves[$i].devotion)/2>>
+		<</if>>
 	<</if>>
 <</if>>
 
@@ -699,21 +699,21 @@
 	<</if>>
 <<else>>
 	<<if $slaves[$i].devotion >= ($slaves[$i].oldDevotion+5)>>
-	<<if $slaves[$i].tankBaby == 1>>
-		The incubation facility conditioned $his mind for total subservience to $his owner; $he cannot resist $his progress.
-	<<elseif $slaves[$i].behavioralFlaw == "arrogant">>
-		Though $he made progress this week, @@.mediumorchid;it is limited by $his arrogance.@@
-		<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
-	<<elseif ($slaves[$i].behavioralFlaw == "bitchy") && canTalk($slaves[$i])>>
-		Though $he made progress this week, @@.mediumorchid;it is limited by the independence $he regains by making snide comments.@@
-		<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
-	<<elseif $slaves[$i].behavioralFlaw == "devout">>
-		Though $he made progress this week, @@.mediumorchid;it is limited by the independence $he regains through reliance on $his faith.@@
-		<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
-	<<elseif $slaves[$i].behavioralFlaw == "liberated">>
-		Though $he made progress this week, @@.mediumorchid;it is limited by the independence $he retains due to $his moral convictions that this is wrong.@@
-		<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
-	<</if>>
+		<<if $slaves[$i].tankBaby == 1>>
+			The incubation facility conditioned $his mind for total subservience to $his owner; $he cannot resist $his progress.
+		<<elseif $slaves[$i].behavioralFlaw == "arrogant">>
+			Though $he made progress this week, @@.mediumorchid;it is limited by $his arrogance.@@
+			<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
+		<<elseif ($slaves[$i].behavioralFlaw == "bitchy") && canTalk($slaves[$i])>>
+			Though $he made progress this week, @@.mediumorchid;it is limited by the independence $he regains by making snide comments.@@
+			<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
+		<<elseif $slaves[$i].behavioralFlaw == "devout">>
+			Though $he made progress this week, @@.mediumorchid;it is limited by the independence $he regains through reliance on $his faith.@@
+			<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
+		<<elseif $slaves[$i].behavioralFlaw == "liberated">>
+			Though $he made progress this week, @@.mediumorchid;it is limited by the independence $he retains due to $his moral convictions that this is wrong.@@
+			<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
+		<</if>>
 	<</if>>
 <</if>>
 
@@ -734,12 +734,12 @@
 	<</if>>
 <<else>>
 	<<if $slaves[$i].trust >= ($slaves[$i].oldTrust+5)>>
-	<<if $slaves[$i].tankBaby == 1>>
-		Any natural doubts $he has are overcome by $his conditioning in the incubation facility; $he cannot resist trusting $his owner.
-	<<elseif ($slaves[$i].behavioralFlaw == "odd") && ($slaves[$i].collar != "shock punishment")>>
-		Though $he made progress this week, @@.gold;it is limited by $his preoccupation with $his own oddities.@@
-		<<set $slaves[$i].trust = ($slaves[$i].oldTrust+5)>>
-	<</if>>
+		<<if $slaves[$i].tankBaby == 1>>
+			Any natural doubts $he has are overcome by $his conditioning in the incubation facility; $he cannot resist trusting $his owner.
+		<<elseif ($slaves[$i].behavioralFlaw == "odd") && ($slaves[$i].collar != "shock punishment")>>
+			Though $he made progress this week, @@.gold;it is limited by $his preoccupation with $his own oddities.@@
+			<<set $slaves[$i].trust = ($slaves[$i].oldTrust+5)>>
+		<</if>>
 	<</if>>
 <</if>>
 
@@ -891,8 +891,8 @@
 
 <<if ($slaves[$i].trust < -20) && ($slaves[$i].oldtrust >= -20)>>
 	<<if ($slaves[$i].devotion <= 20)>>
-	@@.green;$He has gone from merely fearing you to actively being afraid of you!@@
-	<<set $slaves[$i].trust -= 2>>
+		@@.green;$He has gone from merely fearing you to actively being afraid of you!@@
+		<<set $slaves[$i].trust -= 2>>
 	<</if>>
 <</if>>
 
diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index 7eac09f5be8d34298af0c449266e0ecc04a0c6f9..c3022fdad8df5ce60c46b74bc030ad7a439b05d7 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -450,7 +450,7 @@
 			<<set _growth += 0.3>>
 		<<elseif $slaves[$i].dietMilk == 1>>
 			growth and the added milk enhances its effect.
-		<<set _growth += 0.2>>
+			<<set _growth += 0.2>>
 		<<else>>
 			growth.
 		<</if>>
@@ -462,7 +462,7 @@
 			<<set _growth += 0.3>>
 		<<elseif $slaves[$i].dietMilk == 1>>
 			on, but the added milk mitigates its effect.
-		<<set _growth += 0.2>>
+			<<set _growth += 0.2>>
 		<<else>>
 			on.
 		<</if>>
@@ -474,7 +474,7 @@
 			<<set _growth += 0.3>>
 		<<elseif $slaves[$i].dietMilk == 1>>
 			diet, but the added milk mitigates its effect.
-		<<set _growth += 0.2>>
+			<<set _growth += 0.2>>
 		<<else>>
 			diet.
 		<</if>>
@@ -486,7 +486,7 @@
 			<<set _growth += 0.3>>
 		<<elseif $slaves[$i].dietMilk == 1>>
 			growth, but the added milk mitigates its effect.
-		<<set _growth += 0.2>>
+			<<set _growth += 0.2>>
 		<<else>>
 			growth.
 		<</if>>
@@ -498,7 +498,7 @@
 			<<set _growth += 0.3>>
 		<<elseif $slaves[$i].dietMilk == 1>>
 			diet, but the added milk mitigates its effect.
-		<<set _growth += 0.2>>
+			<<set _growth += 0.2>>
 		<<else>>
 			diet.
 		<</if>>
@@ -510,7 +510,7 @@
 			<<set _growth += 0.3>>
 		<<elseif $slaves[$i].dietMilk == 1>>
 			diet, but the added milk mitigates its effect.
-		<<set _growth += 0.2>>
+			<<set _growth += 0.2>>
 		<<else>>
 			diet.
 		<</if>>
@@ -522,7 +522,7 @@
 			<<set _growth += 0.3>>
 		<<elseif $slaves[$i].dietMilk == 1>>
 			growth and the added milk enhances its effect.
-		<<set _growth += 0.2>>
+			<<set _growth += 0.2>>
 		<<else>>
 			growth.
 		<</if>>
@@ -674,7 +674,7 @@
 		<<if $slaves[$i].balls == 1>>
 			<<if $slaves[$i].scrotum > 0>>
 				As a side effect of the dick enhancement drugs, @@.lime;$his balls drop.@@
-			<<set $slaves[$i].balls += 1>>
+				<<set $slaves[$i].balls += 1>>
 			<</if>>
 		<</if>>
 		<<if $slaves[$i].dick == 6>>
@@ -950,7 +950,7 @@
 		@@.lime;$His balls shrink painfully,@@ becoming smaller and leaving $his scrotum looser.
 		<<set _shrinkage = 1>>
 	<</if>>
-		<<if ($slaves[$i].geneMods.NCS == 1) && ($slaves[$i].balls > 2)>>
+	<<if ($slaves[$i].geneMods.NCS == 1) && ($slaves[$i].balls > 2)>>
 		<<set _shrinkage *= 2>>
 	<</if>>
 	<<set $slaves[$i].balls -= _shrinkage>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index d77055e609fb251d3ca259855d0039ba2353a01e..222dd062aaed44082a2a04454c4fe99cde33b707 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -349,16 +349,16 @@
 				<<if ($slaves[$i].energy >= 60)>>
 					<<if ($slaves[$i].fetishKnown == 1)>>
 						<<if ($slaves[$i].fetish == "dom")>>
-							$He can't see a woman without plotting to dominate $him. $He's now @@.green;more aroused by women.@@
+							$He can't see a woman without plotting to dominate her. $He's now @@.green;more aroused by women.@@
 							<<set $slaves[$i].attrXX += 3>>
 						<<elseif ($slaves[$i].fetish == "sadist")>>
 							$He can't see a woman without doing $his best to find a way the rules will allow $him to abuse the poor girl. $He's now @@.green;more aroused by women.@@
 							<<set $slaves[$i].attrXX += 3>>
 						<<elseif ($slaves[$i].fetish == "boobs")>>
-							$He can't see a woman without doing $his best to get $his hands on $his breasts. $He's now @@.green;more aroused by women.@@
+							$He can't see a woman without doing $his best to get $his hands on her breasts. $He's now @@.green;more aroused by women.@@
 							<<set $slaves[$i].attrXX += 3>>
 						<<elseif $slaves[$i].fetish == "pregnancy" && canAchieveErection($slaves[$i])>>
-							$He can't see a woman without plotting to plant $his seed in $his womb. $He's now @@.green;more aroused by women.@@
+							$He can't see a woman without plotting to plant $his seed in her womb. $He's now @@.green;more aroused by women.@@
 							<<set $slaves[$i].attrXX += 3>>
 						<</if>>
 					<</if>>
diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw
index c37f650dd0078ec932ce54e9fa0ededdf147cee6..024dbf3735820a87658ab18d86c5624784cf7991 100644
--- a/src/uncategorized/seCoursing.tw
+++ b/src/uncategorized/seCoursing.tw
@@ -235,75 +235,99 @@ You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the har
 /* 000-250-006 */
 <<if _sec == 0>>
 	<<link "The first hare">>
+		<<replace "#result">>
+			<<set $activeSlave = clone($hare1), $origin = $origin1, $hareSpeed = $hareSpeed1>>
+			<<include "SE coursing race">>
+		<</replace>>
 		<<replace "#artFrame">>
 			<<set _clothesTemp = $Lurcher.clothes, $Lurcher.clothes = "no clothing">>
+			<<if $activeSlave != 0>>
+				<<set _clothesTemp2 = $activeSlave.clothes, $activeSlave.clothes = "no clothing">>
+			<</if>>
 			/* 000-250-006 */
 			<<if $seeImages == 1>>
 				<div class="imageColumn">
 					<div class="imageRef medImg">
 						<<SlaveArt $Lurcher 2 0>>
 					</div>
-					<div class="imageRef medImg">
-						<<SlaveArt $hare1 2 0>>
-					</div>
+					<<if $activeSlave != 0>>
+						<div class="imageRef medImg">
+							<<SlaveArt $activeSlave 2 0>>
+						</div>
+					<</if>>
 				</div>
 			<</if>>
 			/* 000-250-006 */
 			<<set $Lurcher.clothes = _clothesTemp>>
-		<</replace>>
-		<<replace "#result">>
-			<<set $activeSlave = clone($hare1), $origin = $origin1, $hareSpeed = $hareSpeed1>>
-			<<include "SE coursing race">>
+			<<if $activeSlave != 0>>
+				<<set $activeSlave.clothes = _clothesTemp2>>
+			<</if>>
 		<</replace>>
 	<</link>>
 <<elseif _sec == 1>>
 	<<link "The second hare">>
+		<<replace "#result">>
+			<<set $activeSlave = clone($hare2), $origin = $origin2, $hareSpeed = $hareSpeed2>>
+			<<set $hare2 = clone($hare1), $origin2 = $origin1, $hareSpeed2 = $hareSpeed1>>
+			<<include "SE coursing race">>
+		<</replace>>
 		<<replace "#artFrame">>
 			<<set _clothesTemp = $Lurcher.clothes, $Lurcher.clothes = "no clothing">>
+			<<if $activeSlave != 0>>
+				<<set _clothesTemp2 = $activeSlave.clothes, $activeSlave.clothes = "no clothing">>
+			<</if>>
 			/* 000-250-006 */
 			<<if $seeImages == 1>>
 				<div class="imageColumn">
 					<div class="imageRef medImg">
 						<<SlaveArt $Lurcher 2 0>>
 					</div>
-					<div class="imageRef medImg">
-						<<SlaveArt $hare2 2 0>>
-					</div>
+					<<if $activeSlave != 0>>
+						<div class="imageRef medImg">
+							<<SlaveArt $activeSlave 2 0>>
+						</div>
+					<</if>>
 				</div>
 			<</if>>
 			/* 000-250-006 */
 			<<set $Lurcher.clothes = _clothesTemp>>
-		<</replace>>
-		<<replace "#result">>
-			<<set $activeSlave = clone($hare2), $origin = $origin2, $hareSpeed = $hareSpeed2>>
-			<<set $hare2 = clone($hare1), $origin2 = $origin1, $hareSpeed2 = $hareSpeed1>>
-			<<include "SE coursing race">>
+			<<if $activeSlave != 0>>
+				<<set $activeSlave.clothes = _clothesTemp2>>
+			<</if>>
 		<</replace>>
 	<</link>>
 <<else>>
 	<<link "The third and final hare">>
+		<<replace "#result">>
+			<<set $activeSlave = clone($hare3), $origin = $origin3, $hareSpeed = $hareSpeed3>>
+			<<set $hare3 = clone($hare1), $origin3 = $origin1, $hareSpeed3 = $hareSpeed1>>
+			<<include "SE coursing race">>
+		<</replace>>
 		<<replace "#artFrame">>
 			<<set _clothesTemp = $Lurcher.clothes, $Lurcher.clothes = "no clothing">>
+			<<if $activeSlave != 0>>
+				<<set _clothesTemp2 = $activeSlave.clothes, $activeSlave.clothes = "no clothing">>
+			<</if>>
 			/* 000-250-006 */
 			<<if $seeImages == 1>>
 				<div class="imageColumn">
 					<div class="imageRef medImg">
 						<<SlaveArt $Lurcher 2 0>>
 					</div>
-					<div class="imageRef medImg">
-						<<SlaveArt $hare3 2 0>>
-					</div>
+					<<if $activeSlave != 0>>
+						<div class="imageRef medImg">
+							<<SlaveArt $activeSlave 2 0>>
+						</div>
+					<</if>>
 				</div>
 			<</if>>
 			/* 000-250-006 */
 			<<set $Lurcher.clothes = _clothesTemp>>
+			<<if $activeSlave != 0>>
+				<<set $activeSlave.clothes = _clothesTemp2>>
+			<</if>>
 		<</replace>>
-		<<replace "#result">>
-			<<set $activeSlave = clone($hare3), $origin = $origin3, $hareSpeed = $hareSpeed3>>
-			<<set $hare3 = clone($hare1), $origin3 = $origin1, $hareSpeed3 = $hareSpeed1>>
-			<<include "SE coursing race">>
-		<</replace>>
-<</link>>
+	<</link>>
 <</if>>
 <<if $origin == "virgin">>
 	is an appealingly young $activeSlave.race _girl2, and has V symbols drawn over _his2 cunt and on _his2 lower back, in the interests of fairness. _He2's a @@.pink;double virgin.@@<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>>
diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw
index 3278308c4bd3642029d83ad990d06bbdc84f4bd6..2a2bc18df6d843ad24737f7b88f4d564e1247d80 100644
--- a/src/uncategorized/seCoursingRace.tw
+++ b/src/uncategorized/seCoursingRace.tw
@@ -188,6 +188,7 @@ You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whi
 		$His quarry is unwilling to be tackled, probably out of fear for _his2 baby, and flings _himself2 down as soon as $Lurcher.slaveName gets near.<<if !canSee($Lurcher)>> _He2 screams as _he2 sees $Lurcher.slaveName preparing to dive on _him2, alerting the blind lurcher that $his prey has already surrendered.<</if>>
 	<<elseif !canSee($Lurcher) && random(1,3) == 1>>
 		$His prey takes advantage of $his lack of eyesight, baiting $Lurcher.slaveName to dive in the wrong direction. As $he rises to $his feet, the slave is too far gone to make another lunge. $Lurcher.slaveName's course is over.
+		<<set _seed = 0>>
 	<<elseif $Lurcher.skill.combat == 1>>
 		$His tackle is expert: $he wraps $his quarry up and pulls _him2 down, falling on top of the struggling body.
 	<<elseif $Lurcher.muscles > 30>>
@@ -341,6 +342,7 @@ You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whi
 	<</if>>
 	<<setNonlocalPronouns $seeDicks>>
 	On the other side of the plaza, there is a scream of triumph followed by tears of joy as one of the hares successfully wins _hisU freedom. This cheerful noise mixes strangely with screams of a very different sort and the slap of flesh on flesh as a more successful lurcher rapes _hisU capture.
+	<<set $activeSlave = 0>>
 <</if>>
 <<set $slaves[$slaveIndices[$Lurcher.ID]] = $Lurcher>>
 <<unset $origin, $origin1, $origin2, $origin3, $hareSpeed, $hareSpeed1, $hareSpeed2, $hareSpeed3, $hare1, $hare2, $hare3>>
diff --git a/src/uncategorized/seWeddingDouble.tw b/src/uncategorized/seWeddingDouble.tw
index 1c5a0ff8226028c19614cd7a24f053f59aafc0a1..97f007e4ef6132e2a12a0ee4a856ba83e5517b10 100644
--- a/src/uncategorized/seWeddingDouble.tw
+++ b/src/uncategorized/seWeddingDouble.tw
@@ -2224,19 +2224,28 @@
 		<br><br><span id="surnaming">
 		<<link "Give them both your surname too">>
 			<<replace "#surnaming">>
-				<<set _c = 0>>
+				<<set _c = 0, _h = 0>>
 				You also proclaim
 				<<if _slave1.surname != $PC.surname && _slave2.surname != $PC.surname>>
 					your new slave wives _slave1.slaveName and _slave2.slaveName $PC.surname.
 					<<set _c += 2>>
+					<<if canHear(_slave1) && canHear(_slave2)>>
+						<<set _h += 2>>
+					<</if>>
 				<<elseif _slave1.surname != $PC.surname>>
 					_slave1.slaveName Mrs. _slave1.slaveName $PC.surname.
 					<<set _c += 1>>
+					<<if canHear(_slave1)>>
+						<<set _h += 1>>
+					<</if>>
 				<<elseif _slave2.surname != $PC.surname>>
 					_slave2.slaveName Mrs. _slave2.slaveName $PC.surname.
 					<<set _c += 1>>
+					<<if canHear(_slave2)>>
+						<<set _h += 1>>
+					<</if>>
 				<</if>>
-				The new Mrs. <<print $PC.surname>><<if _c > 1>>s<</if>> hear<<if _c == 1>>s<</if>> this, of course, and
+				The new Mrs. <<print $PC.surname>><<if _c > 1>>s<</if>> <<if _h > 0>>hear<<else>>understand<</if>><<if _c == 1>>s<</if>> this, of course, and
 				<<if (_slave1.surname != $PC.surname && _slave2.surname != $PC.surname) && ((_slave1.fetish == "mindbroken" && _slave2.fetish == "mindbroken") || (_slave1.devotion+_slave1.trust >= 175 && _slave2.devotion+_slave2.trust >= 175) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || (_slave1.devotion < -20 && _slave2.devotion < -20) || (_slave1.devotion >= -20 && _slave1.devotion >= -20))>>
 					<<if _slave1.fetish == "mindbroken">>
 						show no reaction. Like many things, names mean nothing to them now. Your guests, on the other hand, appreciate the gift.
diff --git a/src/uncategorized/seWeddingSingle.tw b/src/uncategorized/seWeddingSingle.tw
index 3af3b19a953e36ae7b8e6578efc9639246115750..d4f249b65a96641a927905efec468dc56d24073d 100644
--- a/src/uncategorized/seWeddingSingle.tw
+++ b/src/uncategorized/seWeddingSingle.tw
@@ -395,7 +395,7 @@ In the days leading up to your wedding, $slaves[_wedS].slaveName spent $his time
 		<<link "Give $him your surname too">>
 			<<replace "#surnaming">>
 				<<set $slaves[_wedS].slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $slaves[_wedS].slaveName $slaves[_wedS].slaveSurname. The new Mrs. $slaves[_wedS].slaveSurname hears this, of course, and
+				You also proclaim your new slave wife $slaves[_wedS].slaveName $slaves[_wedS].slaveSurname. The new Mrs. $slaves[_wedS].slaveSurname <<if canHear($slaves[_wedS])>>hears<<else>>understands<</if>> this, of course, and
 				<<if $slaves[_wedS].fetish == "mindbroken">>
 					shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
 				<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
@@ -570,7 +570,7 @@ In the days leading up to your wedding, $slaves[_wedS].slaveName spent $his time
 		<<link "Give $him your surname as well">>
 			<<replace "#surnaming">>
 				<<set $slaves[_wedS].slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $slaves[_wedS].slaveName $slaves[_wedS].slaveSurname. The new Mrs. $slaves[_wedS].slaveSurname hears this, of course, and
+				You also proclaim your new slave wife $slaves[_wedS].slaveName $slaves[_wedS].slaveSurname. The new Mrs. $slaves[_wedS].slaveSurname <<if canHear($slaves[_wedS])>>hears<<else>>understands<</if>> this, of course, and
 				<<if $slaves[_wedS].fetish == "mindbroken">>
 					shows no reaction. Like many things, names mean nothing to $him now.
 				<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
@@ -764,7 +764,7 @@ In the days leading up to your wedding, $slaves[_wedS].slaveName spent $his time
 		<<link "Give $him your surname">>
 			<<replace "#surnaming">>
 				<<set $slaves[_wedS].slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $slaves[_wedS].slaveName $slaves[_wedS].slaveSurname. The new Mrs. $slaves[_wedS].slaveSurname hears this, of course, and
+				You also proclaim your new slave wife $slaves[_wedS].slaveName $slaves[_wedS].slaveSurname. The new Mrs. $slaves[_wedS].slaveSurname <<if canHear($slaves[_wedS])>>hears<<else>>understands<</if>> this, of course, and
 				<<if $slaves[_wedS].fetish == "mindbroken">>
 					shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
 				<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
diff --git a/src/uncategorized/seWeddingTriple.tw b/src/uncategorized/seWeddingTriple.tw
index a51da8a1f350e6ca927185586a243444cbe8a669..2c686931cfe0270ffecd598e3b1ac55df6ecb161 100644
--- a/src/uncategorized/seWeddingTriple.tw
+++ b/src/uncategorized/seWeddingTriple.tw
@@ -107,7 +107,7 @@ In the days leading up to your wedding, your wives-to-be spent their time prepar
 		<<link "Give $him your surname as well">>
 			<<replace "#surnaming">>
 				<<set $activeSlave.slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and
+				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and
 				<<if $activeSlave.fetish == "mindbroken">>
 					shows no reaction. Like many things, names mean nothing to $him now.
 				<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
@@ -302,7 +302,7 @@ In the days leading up to your wedding, your wives-to-be spent their time prepar
 		<<link "Give $him your surname">>
 			<<replace "#surnaming">>
 				<<set $activeSlave.slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and
+				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and
 				<<if $activeSlave.fetish == "mindbroken">>
 					shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
 				<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index 1e782c60a067075bddc00ffd2bbd1eb1a8a94f91..1620086abb87be171fbe4a9eacb8d8ed4f456dff 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -74,9 +74,7 @@
 <br><br>
 <<if $newModelUI == 0>>
 	<<if _Pass == "Main">>
-		<span id="manageArcology">
-		<<link "Manage Arcology">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Arcology">><</link>>
-	</span> @@.cyan;[C]@@
+		<span id="manageArcology"><<link "Manage Arcology">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Arcology">><</link>></span> @@.cyan;[C]@@
 	<</if>>
 	<br>
 <</if>>
@@ -193,8 +191,6 @@
 		<</if>>
 		| <<print massFormat($food)>>
 		</span>
-	<<else>>
-		<br>
 	<</if>>
 	<br>Upkeep |
 <</if>><<print cashFormat($costs)>>
@@ -595,127 +591,88 @@
 		<</if>>
 		<br>
 		<<if $SF.Toggle && $SF.Active >= 1>>
-			<br>
-			<span id="SFMButton">
-				<<link "$SF.Caps's firebase""Firebase">><</link>>
-			</span> @@.cyan;[Z]@@
+			<br><span id="SFMButton"> <<link "$SF.Caps's firebase""Firebase">><</link>> </span> @@.cyan;[Z]@@
 		<</if>>
-		<br>
-		<span id="optionsButton">
-			<<link "Game Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>>
-		</span> @@.cyan;[O]@@
+		<br><span id="optionsButton"><<link "Game Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>></span> @@.cyan;[O]@@
 	<<else>>
-		<br>
-		<span id="manageArcology">
-			<<link "Manage Arcology">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Arcology">>
-			<</link>>
-		</span> @@.cyan;[C]@@
-		<br>
-		<span id="managePenthouse">
-			<<link "Manage Penthouse">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Penthouse">>
-			<</link>>
-		</span> @@.cyan;[P]@@
-		<<if $corpAnnounced>>
-		<br>
-		<span id="manageCorporation">
-			<<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">>
-			<</link>> @@.cyan;[Shift+C]@@
-		</span>
-		<<else>>
-			<br>
+		<br><span id="manageArcology"><<link "Manage Arcology">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Arcology">><</link>></span> @@.cyan;[C]@@
+		<br><span id="managePenthouse"><<link "Manage Penthouse">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Penthouse">><</link>></span> @@.cyan;[P]@@
+		<br><span id="managePerson"><<link "Manage Personal Affairs">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Personal Affairs">><</link>></span> @@.cyan;[X]@@
+		<<if $corpAnnounced == 1>><br><span id="manageCorporation"><<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">><</link>><<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>></span><</if>>
+		<<if $secExp == 1>>
+		<<if $propHub == 1>>
+		<br><span id="propHub"><<link "Manage PR">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "propagandaHub">><</link>></span> @@.cyan;[Shift+H]@@
+		<</if>>
+		<<if $secHQ == 1>>
+		<br><span id="securityHQ"><<link "Manage Security">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "securityHQ">><</link>></span> @@.cyan;[Shift+S]@@
+		<</if>>
+		<<if $secBarracks == 1>>
+		<br><span id="secBarracks"><<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>></span> @@.cyan;[Shift+A]@@
+		<</if>>
+		<<if $riotCenter == 1>>
+		<br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>></span> @@.cyan;[Shift+R]@@
+		<</if>>
 		<</if>>
-		<br>
-		<span id="managePerson">
-			<<link "Manage Personal Affairs">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Personal Affairs">>
-			<</link>>
-		</span> @@.cyan;[X]@@
-		<br>
-		<span id="PAOButton">
-			<<link [[Manage Personal Assistant|Personal assistant options]]>>
-			<</link>>
-		</span> @@.cyan;[T]@@
-		<br><br>
 		<<if $SF.Toggle && $SF.Active >= 1>>
-			<span id="SFMButton">
-				<<link "$SF.Caps's Firebase""Firebase">><</link>>
-			</span> @@.cyan;[Z]@@
-		<<else>>
-			<br>
+			<br><span id="SFMButton"> <<link "$SF.Caps's firebase""Firebase">><</link>> </span> @@.cyan;[Z]@@
 		<</if>>
-		<br><br><br><br><br>
-		<span id="optionsButton">
-		<<link "Game Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">>
-		<</link>>
-		</span> @@.cyan;[O]@@
-	<</if>>
-	<br>
 
-<<elseif _Pass == "Manage Arcology">>
-	<br><br>
-	<span id="managePenthouse">
-		<<link "Manage Penthouse">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Penthouse">><</link>>
-	</span> @@.cyan;[P]@@
-	<<if $propHub || $secHQ || $secBarracks || $riotCenter>>
+		<br>
+		<br><span id="PAOButton"><<link [[Personal Assistant|Personal assistant options]]>><</link>></span> @@.cyan;[T]@@
+		<br><span id="policyButton"><<link [[Policies]]>><<set $nextButton = "Back", $nextLink = "Main">><</link>></span> @@.cyan;[Y]@@
 		<<if $secExp == 1>>
-			<<if $propHub == 1>>
-			<br>
-			<span id="propHub">
-					<<link "Manage PR">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "propagandaHub">><</link>>
-				</span> @@.cyan;[Shift+H]@@
-			<</if>>
-			<<if $secHQ == 1>>
-			<br>
-			<span id="securityHQ">
-					<<link "Manage Security">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "securityHQ">><</link>>
-				</span> @@.cyan;[Shift+S]@@
-			<</if>>
-			<<if $secBarracks == 1>>
-			<br>
-			<span id="secBarracks">
-					<<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>>
-				</span> @@.cyan;[Shift+A]@@
-			<</if>>
-			<<if $riotCenter == 1>>
-			<br>
-			<span id="riotCenter">
-					<<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>>
-				</span> @@.cyan;[Shift+R]@@
-			<</if>>
+		<br><span id="edictButton"><<link [[Edicts|edicts]]>><<set $nextButton = "Back", $nextLink = "Main">><</link>></span> @@.cyan;[D]@@
 		<</if>>
-	<<else>>
-		<br><br><br><br><br>
-	<</if>>
+		<<if $FSAnnounced>>
+			<br><span id="FSButton"><<link [[Future Societies|Future Society]]>><<set $nextButton = "Back", $nextLink = "Main">><</link>></span> @@.cyan;[F]@@ <<if ($FSCredits > 0) || ($FSReminder)>>@@.yellow;[!]@@<</if>>
+		<</if>>
+		<br><span id="URButton"><<link [[Universal Rules]]>><</link>></span> @@.cyan;[V]@@
 
-	<br><br>
-	<<if $FSAnnounced>>
-		<span id="FSButton">
-		<<link [[Future Societies|Future Society]]>><<set $nextButton = "Back", $nextLink = "Manage Arcology">><</link>>
-	</span> @@.cyan;[F]@@
-	<<else>>
 		<br>
+		<br><span id="optionsButton"><<link "Game Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>></span> @@.cyan;[O]@@
 	<</if>>
 	<br>
-	<span id="URButton">
-		<<link [[Universal Rules]]>><</link>>
-	</span> @@.cyan;[V]@@
+
+<<elseif _Pass == "Manage Arcology">>
 	<br>
-	<span id="policyButton">
-		<<link [[Policies]]>><<set $nextButton = "Back", $nextLink = "Manage Arcology">><</link>>
-	</span> @@.cyan;[Y]@@
+	<br><span id="managePenthouse"><<link "Manage Penthouse">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Penthouse">><</link>></span> @@.cyan;[P]@@
+	<br><span id="managePerson"><<link "Manage Personal Affairs">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Personal Affairs">><</link>></span> @@.cyan;[X]@@
+	<<if $corpAnnounced == 1>><br><span id="manageCorporation"><<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">><</link>><<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>></span><</if>>
 	<<if $secExp == 1>>
-		<br>
-		<span id="edictButton">
-			<<link [[Edicts|edicts]]>><<set $nextButton = "Back", $nextLink = "Manage Arcology">><</link>>
-		</span> @@.cyan;[D]@@
-	<<else>>
-		<br>
+	<<if $propHub == 1>>
+	<br><span id="propHub"><<link "Manage PR">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "propagandaHub">><</link>></span> @@.cyan;[Shift+H]@@
 	<</if>>
-	<br><br>
-	<span id="optionsButton">
-		<<link "Game Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>>
-	</span> @@.cyan;[O]@@
+	<<if $secHQ == 1>>
+	<br><span id="securityHQ"><<link "Manage Security">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "securityHQ">><</link>></span> @@.cyan;[Shift+S]@@
+	<</if>>
+	<<if $secBarracks == 1>>
+	<br><span id="secBarracks"><<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>></span> @@.cyan;[Shift+A]@@
+	<</if>>
+	<<if $riotCenter == 1>>
+	<br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>></span> @@.cyan;[Shift+R]@@
+	<</if>>
+	<</if>>
+	<<if $SF.Toggle && $SF.Active >= 1>>
+	<br><span id="SFMButton"> <<link "$SF.Caps's firebase""Firebase">><</link>> </span> @@.cyan;[Z]@@
+	<</if>>
+
+	<br>
+	<br><span id="PAOButton"><<link [[Personal Assistant|Personal assistant options]]>><</link>></span> @@.cyan;[T]@@
+	<br><span id="policyButton"><<link [[Policies]]>><<set $nextButton = "Back", $nextLink = "Manage Arcology">><</link>></span> @@.cyan;[Y]@@
+	<<if $secExp == 1>>
+	<br><span id="edictButton"><<link [[Edicts|edicts]]>><<set $nextButton = "Back", $nextLink = "Manage Arcology">><</link>></span> @@.cyan;[D]@@
+	<</if>>
+	<<if $FSAnnounced>>
+	<br><span id="FSButton"><<link [[Future Societies|Future Society]]>><<set $nextButton = "Back", $nextLink = "Manage Arcology">><</link>></span> @@.cyan;[F]@@
+	<</if>>
+	<br><span id="URButton"><<link [[Universal Rules]]>><</link>></span> @@.cyan;[V]@@
 	<br>
+	<br><span id="optionsButton"><<link "Game Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>></span> @@.cyan;[O]@@
 <<elseif _Pass == "Manage Penthouse">>
+	<br>
+	<br><span id="manageArcology"><<link [[Manage Arcology|Manage Arcology]]>><</link>></span> @@.cyan;[C]@@
+	<<if $corpAnnounced == 1>><br><span id="manageCorporation"><<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">><</link>><<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>></span><</if>>
+	<br><span id="managePerson"><<link [[Manage Personal Affairs|Manage Personal Affairs]]>><</link>></span> @@.cyan;[X]@@
 	<br>
 	<br><<link [[Wardrobe]]>><</link>>
 	<br><<if $dispensary>>[[Pharmaceutical Fabricator|Dispensary]]<</if>>
@@ -725,17 +682,47 @@
 	<br><<if $geneticMappingUpgrade>>[[Gene Lab|Gene Lab]]<</if>>
 	<br><<if $rep >= 10000>>[[Black Market|The Black Market]]<</if>>
 	<br><br><br><br><br>
-	<span id="optionsButton">
-		<<link "Game Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>>
-	</span> @@.cyan;[O]@@
-	<br>
 <<elseif _Pass == "Manage Corporation">>
-	<br><br><br><br><br><br><br><br><br><br><br><br><br>
-	<span id="optionsButton">
-		<<link "Game Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>>
-	</span> @@.cyan;[O]@@
 	<br>
+	<br><span id="manageArcology"><<link "Manage Arcology">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Arcology">><</link>></span> @@.cyan;[C]@@
+	<br><span id="managePenthouse"><<link "Manage Penthouse">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Penthouse">><</link>></span> @@.cyan;[P]@@
+	<br><span id="managePerson"><<link "Manage Personal Affairs">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Personal Affairs">><</link>></span> @@.cyan;[X]@@
+	<<if $corpAnnounced == 1>><br><span id="manageCorporation"><<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">><</link>><<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>></span><</if>>
+	<<if $secExp == 1>>
+	<<if $propHub == 1>>
+	<br><span id="propHub"><<link "Manage PR">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "propagandaHub">><</link>></span> @@.cyan;[Shift+H]@@
+	<</if>>
+	<<if $secHQ == 1>>
+	<br><span id="securityHQ"><<link "Manage Security">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "securityHQ">><</link>></span> @@.cyan;[Shift+S]@@
+	<</if>>
+	<<if $secBarracks == 1>>
+	<br><span id="secBarracks"><<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>></span> @@.cyan;[Shift+A]@@
+	<</if>>
+	<<if $riotCenter == 1>>
+	<br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>></span> @@.cyan;[Shift+R]@@
+	<</if>>
+	<</if>>
+	<<if $SF.Toggle && $SF.Active >= 1>>
+	<br><span id="SFMButton"> <<link "$SF.Caps's firebase""Firebase">><</link>> </span> @@.cyan;[Z]@@
+	<</if>>
+
+	<br>
+	<br><span id="PAOButton"><<link [[Personal Assistant|Personal assistant options]]>><</link>></span> @@.cyan;[T]@@
+	<br><span id="policyButton"><<link [[Policies]]>><<set $nextButton = "Back", $nextLink = "Manage Corporation">><</link>></span> @@.cyan;[Y]@@
+	<<if $secExp == 1>>
+	<br><span id="edictButton"><<link [[Edicts|edicts]]>><<set $nextButton = "Back", $nextLink = "Manage Corporation">><</link>></span> @@.cyan;[D]@@
+	<</if>>
+	<<if $FSAnnounced>>
+	<br><span id="FSButton"><<link [[Future Societies|Future Society]]>><<set $nextButton = "Back", $nextLink = "Manage Corporation">><</link>></span> @@.cyan;[F]@@
+	<</if>>
+	<br><span id="URButton"><<link [[Universal Rules]]>><</link>></span> @@.cyan;[V]@@
+	<br>
+	<br><span id="optionsButton"><<link "Game Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>></span> @@.cyan;[O]@@
 <<elseif _Pass == "Manage Personal Affairs">>
+	<br>
+	<br><span id="manageArcology"><<link [[Manage Arcology|Manage Arcology]]>><</link>></span> @@.cyan;[C]@@
+	<br><span id="managePenthouse"><<link [[Manage Penthouse|Manage Penthouse]]>><</link>></span> @@.cyan;[X]@@
+	<<if $corpAnnounced == 1>><br><span id="manageCorporation"><<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">><</link>><<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>></span><</if>>
 	<br>
 	<br><<link [[Wardrobe]]>><</link>>
 	<br><<if $dispensary>>[[Pharmaceutical Fabricator|Dispensary]]<</if>>
@@ -743,15 +730,11 @@
 	<br><<if $organFarmUpgrade>>[[Organ Farm|Organ Farm]]<</if>>
 	<br><<if $geneticMappingUpgrade>>[[Gene Lab|Gene Lab]]<</if>>
 	<br><<if $rep >= 10000>>[[Black Market|The Black Market]]<</if>>
-	<br><br><br><br><br><br><br>
+	<br><br><br><br><br>
 <<elseif _Pass == "Wardrobe Use">>
 	<br>
 	<br><<link [[Wardrobe (shopping)|Wardrobe]]>><</link>>
 	<br><br><br><br><br>
-<<elseif _Pass == "Rules Assistant">>
-	<br>
-	<br><<link [[Rules Assistant Summary]]>><</link>>
-	<br><br><br><br><br>
 <<elseif _Pass == "Options">>
 	<br>
 	<br>[[Summary Options]]
@@ -760,40 +743,20 @@
 <<elseif _Pass == "propagandaHub" || _Pass == "securityHQ" || _Pass == "secBarracks" || _Pass == "riotControlCenter">>
 	<br>
 	<<if $propHub == 1>>
-		<<if _Pass != "propagandaHub">>
-			<br>
-			<span id="propHub">
-				<<link "Manage PR">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "propagandaHub">><</link>>
-			</span> @@.cyan;[Shift+H]@@
-		<</if>>
+	<br><span id="propHub"><<link "Manage PR">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "propagandaHub">><</link>></span> @@.cyan;[Shift+H]@@
 	<</if>>
 	<<if $secHQ == 1>>
-		<<if _Pass != "securityHQ">>
-			<br>
-			<span id="securityHQ">
-				<<link "Manage Security">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "securityHQ">><</link>>
-			</span> @@.cyan;[Shift+S]@@
-		<</if>>
+	<br><span id="securityHQ"><<link "Manage Security">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "securityHQ">><</link>></span> @@.cyan;[Shift+S]@@
 	<</if>>
 	<<if $secBarracks == 1>>
-		<<if _Pass != "secBarracks">>
-			<br>
-			<span id="secBarracks">
-				<<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>>
-			</span> @@.cyan;[Shift+A]@@
-		<</if>>
+	<br><span id="secBarracks"><<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>></span> @@.cyan;[Shift+A]@@
 	<</if>>
 	<<if $riotCenter == 1>>
-		<<if _Pass != "riotControlCenter">>
-			<br>
-			<span id="riotCenter">
-				<<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>>
-			</span> @@.cyan;[Shift+R]@@
-		<</if>>
+	<br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>></span> @@.cyan;[Shift+R]@@
 	<</if>>
-	<br><br><br><br><br>
+	<br>
 <<else>>
-	<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+	<br><br><br><br><br><br><br><br>
 <</if>>
 <</nobr>>
 <</if>>\
diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index aa26b714b8f39be153190a51469693160c6f3d17..30646575aaa8f208f2caaaa5dd5cb12aff75cf60 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -13,7 +13,7 @@
 <br>
 //
 The room containing all the clothes and accessories you have available to dress your slaves in, as well as the supplies and tools your tailor needs to resize them to better fit your slaves. Several mirrors are set up for a slave to try on outfits should they be allowed to dress themselves. The selection includes
-<<if ($cheatMode == 1) || (isItemAccessible("a bunny outfit") && isItemAccessible("chains") && isItemAccessible("conservative clothing") && isItemAccessible("Western clothing") && isItemAccessible("body oil") && isItemAccessible("a chattel habit") && isItemAccessible("a toga") && isItemAccessible("a huipil") && isItemAccessible("a kimono") && isItemAccessible("harem gauze") && isItemAccessible("a slutty qipao") && isItemAccessible("ancient Egyptian") && isItemAccessible("a maternity dress") && isItemAccessible("attractive lingerie for a pregnant woman") && isItemAccessible("a small empathy belly") && isItemAccessible("stretch pants and a crop-top") && isItemAccessible("striped panties") && isItemAccessible("a schutzstaffel uniform") && isItemAccessible("a burqa") && isItemAccessible("a dirndl") && isItemAccessible("battlearmor") && isItemAccessible("a police uniform") && isItemAccessible("a gothic lolita dress") && isItemAccessible("a cybersuit") && isItemAccessible("jeans") && isItemAccessible("boyshorts") && isItemAccessible("sport shorts and a sports bra") && isItemAccessible("a monokini") && isItemAccessible("a nice pony outfit"))>>
+<<if ($cheatMode == 1) || (isItemAccessible("a bunny outfit") && isItemAccessible("chains") && isItemAccessible("conservative clothing") && isItemAccessible("Western clothing") && isItemAccessible("body oil") && isItemAccessible("a chattel habit") && isItemAccessible("a toga") && isItemAccessible("a huipil") && isItemAccessible("a kimono") && isItemAccessible("harem gauze") && isItemAccessible("a slutty qipao") && isItemAccessible("ancient Egyptian") && isItemAccessible("a maternity dress") && isItemAccessible("attractive lingerie for a pregnant woman") && isItemAccessible("a small empathy belly") && isItemAccessible("stretch pants and a crop-top") && isItemAccessible("striped panties") && isItemAccessible("a schutzstaffel uniform") && isItemAccessible("a burqa") && isItemAccessible("a dirndl") && isItemAccessible("battlearmor") && isItemAccessible("a police uniform") && isItemAccessible("a gothic lolita dress") && isItemAccessible("a cybersuit") && isItemAccessible("jeans") && isItemAccessible("boyshorts") && isItemAccessible("sport shorts and a sports bra") && isItemAccessible("a monokini") && isItemAccessible("a nice pony outfit") && isItemAccessible("a Santa dress"))>>
 	outfits from all manner of cultures and societies; not a single style eludes you.
 <<else>>
 	many styles of clothing ranging from exciting to mundane and sexy to practical.
@@ -255,7 +255,8 @@ The room containing all the clothes and accessories you have available to dress
 <<if !isItemAccessible("a kimono")>>
 	[[Order a shipment of kimonos|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtKimono = 1]]
 	<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
-<<else>>You are well stocked with elegant Japanese kimonos.
+<<else>>
+	You are well stocked with elegant Japanese kimonos.
 <</if>>
 </td>
 </tr>
diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw
index 22ec6f9ec0de39e224c7010660f1a82639d7a439..20f712f69144d696c382bfe62b10f7b7146cf6fd 100644
--- a/src/utility/birthWidgets.tw
+++ b/src/utility/birthWidgets.tw
@@ -1263,9 +1263,10 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 	Only once meal time comes around and food shoved into $his cell does anyone think something is amiss. When the food isn't desperately snatched away, $his cell is opened and $he checked up on. $His gravid corpse, propped up in the corner, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape, is all that remains of the unfortunate $slaves[$i].slaveName.
 
 <<default>>
+	<<setNonlocalPronouns $seeDicks>>
 	As $he is helped back to $his bed and to give birth, $his water breaks and $he slumps to the ground. As $his helper rushes off to find aid, $he begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
 	<br><br>
-	$His helper arrives with aid far too late. She screams when she sees $slaves[$i].slaveName's gravid corpse, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape. An unfortunate loss.
+	$His helper arrives with aid far too late. _HeU screams when _heU sees $slaves[$i].slaveName's gravid corpse, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape. An unfortunate loss.
 
 <</switch>>
 
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index df82592433e9b9f10b066cd6f3989d344687b72f..57d6cd2ebf38701e0f35d0f8cfae9fc750e4a3a2 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -17462,10 +17462,16 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				_was fathered by one of your citizens,
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -3>>
 				_was fathered by your former Master,
+			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -4>>
+				_was fathered by another arcology owner,
+			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -5>>
+				_was fathered by one of your clients,
+			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -6>>
+				_was fathered by a member of the Societal Elite,
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -9>>
 				_was fathered by the Futanari Sisters,
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == 0>>
-				_is from an indentifiable source,
+				_is from an unidentifiable source,
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == $activeSlave.ID>>
 				_is from $his own handiwork,
 			<<else>>
@@ -17501,10 +17507,16 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				_was fathered by one of your citizens.
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -3>>
 				_was fathered by your former Master. He was quite the busy man.
+			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -4>>
+				_was fathered by another arcology owner.
+			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -5>>
+				_was fathered by one of your clients.
+			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -6>>
+				_was fathered by a member of the Societal Elite.
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -9>>
 				_was fathered by the Futanari Sisters.
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == 0>>
-				_is from an indentifiable source.
+				_is from an unidentifiable source.
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == $activeSlave.ID>>
 				_is from $his own seed.
 			<<else>>
@@ -17534,10 +17546,16 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				_was fathered by one of your citizens,
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -3>>
 				_was fathered by your former Master,
+			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -4>>
+				_was fathered by another arcology owner,
+			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -5>>
+				_was fathered by one of your clients,
+			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -6>>
+				_was fathered by a member of the Societal Elite,
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == -9>>
 				_was fathered by the Futanari Sisters,
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == 0>>
-				_is from an indentifiable source,
+				_is from an unidentifiable source,
 			<<elseif _slaveWD.litterData[_litCount][0].fatherID == $activeSlave.ID>>
 				_is from $his own handiwork,
 			<<else>>
diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw
index 78a315ad376b5414fdddfb1b3877eeab8ab50c8c..477e8d9b59fdac1f5c4ece2ff925eb9f97671459 100644
--- a/src/utility/descriptionWidgetsPiercings.tw
+++ b/src/utility/descriptionWidgetsPiercings.tw
@@ -8,7 +8,7 @@
 			$His ears are heavily pierced, with multiple lobe piercings and a row of helix piercings.
 		<</if>>
 		<<if ($activeSlave.assignment == "get milked") || ($activeSlave.assignment == "work in the dairy")>>
-		$He has a plastic livestock tag in one ear to help identify $him for milking.
+			$He has a plastic livestock tag in one ear to help identify $him for milking.
 		<<else>>
 			<<switch $activeSlave.clothes>>
 			<<case "attractive lingerie" "attractive lingerie for a pregnant woman">>
@@ -183,9 +183,9 @@
 		<<case "a scalemail bikini">>
 			The piercings are severe steel, as befits a hardened warrior.
 		<<case "a schoolgirl outfit">>
-		<<if ($activeSlave.boobs <= 2000)>>
-			The piercings are tantalizingly visible under the thin material.
-		<</if>>
+			<<if ($activeSlave.boobs <= 2000)>>
+				The piercings are tantalizingly visible under the thin material.
+			<</if>>
 		<<case "battledress">>
 			The piercings are tantalizingly visible under $his tank top.
 		<<case "nice business attire">>
@@ -309,15 +309,15 @@
 
 <<widget "vaginaPiercingDescription">>
 	<<if ($activeSlave.vagina != -1)>>
-	<<if $activeSlave.vaginaPiercing > 0>>
-		$He has a
-		<<if ($activeSlave.vaginaPiercing == 1)>>
-			simple row of studs
-		<<else>>
-			row of big rings
+		<<if $activeSlave.vaginaPiercing > 0>>
+			$He has a
+			<<if ($activeSlave.vaginaPiercing == 1)>>
+				simple row of studs
+			<<else>>
+				row of big rings
+			<</if>>
+			down $his labia<<if $activeSlave.fuckdoll > 0>>, which are looped into the edge of the suit's material as it stops around $his vulva<</if>>.
 		<</if>>
-		down $his labia<<if $activeSlave.fuckdoll > 0>>, which are looped into the edge of the suit's material as it stops around $his vulva<</if>>.
-	<</if>>
 	<</if>>
 <</widget>>
 
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index b2c68ffb18d7ea48459162022b7b10ddafd1d735..f5fc4fe9c2035dca62e45b905943a560e6839c6f 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -2944,8 +2944,10 @@ $His
 			is permed into short waves and tied so $he can do business without them getting in the way.
 		<<case "a slutty nurse outfit" "a nice nurse outfit">>
 			is permed into short waves secured by white cloth ties emblazoned with little red crosses.
-		<<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">>
+		<<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya">>
 			is permed into short waves, but they're hidden by $his modest garb.
+		<<case "a klan robe" "a slutty klan robe">>
+			is permed into short waves, but they're hidden by $his hood.
 		<<case "a police uniform" "overalls">>
 			is permed into short waves and kept out of $his face by a couple of sturdy hairpins.
 		<<case "a hanbok">>
@@ -2971,8 +2973,10 @@ $His
 		<</switch>>
 	<<else>>
 		<<switch $activeSlave.clothes>>
-		<<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">>
+		<<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya">>
 			is hidden by $his modest garb.
+		<<case "a klan robe" "a slutty klan robe">>
+			is hidden by $his hood.
 		<<case "a scalemail bikini" "striped panties">>
 			is permed into short curls and topped by a gold headband.
 		<<case "kitty lingerie">>
diff --git a/src/utility/descriptionWidgetsTattoos.tw b/src/utility/descriptionWidgetsTattoos.tw
index 4867d70dc391a2a68f6a220ace0e9a70854307f8..6301deafe0f0dbf26cba96084f53b0cf3c142e22 100644
--- a/src/utility/descriptionWidgetsTattoos.tw
+++ b/src/utility/descriptionWidgetsTattoos.tw
@@ -608,7 +608,7 @@
 
 
 <<widget "customTatDescription">>
-<<switch $args[0].custom.tattoo>>
+	<<switch $args[0].custom.tattoo>>
 	<<case "She has a famous corporate logo tattooed on the nape of her neck.">>
 		<<print "$He has a famous corporate logo tattooed on the nape of $his neck.">>
 	<<case "She has a small tattoo of a private military company's coat of arms on the nape of her neck.">>
@@ -649,5 +649,5 @@
 		<<print "$He has a barcode tattooed on $his neck.">>
 	<<default>>
 		<<print $args[0].custom.tattoo>>
-<</switch>>
+	<</switch>>
 <</widget>>
diff --git a/src/utility/extendedFamilyWidgets.tw b/src/utility/extendedFamilyWidgets.tw
index 9ac912335d7e59daf5dd932f7b264a991ceecc65..27aa0cc91310f12ce00d2a95452b63e3d4153a20 100644
--- a/src/utility/extendedFamilyWidgets.tw
+++ b/src/utility/extendedFamilyWidgets.tw
@@ -180,52 +180,52 @@
 	/*testtest grandchild passage - determines how many grandchildren the current slave has*/
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID != $activeSlave.ID>>
-		<<if $activeSlave.ID == $slaves[$i].mother || $activeSlave.ID == $slaves[$i].father>>
-			<<for $j = 0; $j < $slaves.length; $j++>>
-				<<if $slaves[$i].ID != $slaves[$j].ID>>
-				<<if $slaves[$i].ID == $slaves[$j].mother || $slaves[$i].ID == $slaves[$j].father>>
-					<<set $children.push($slaves[$j])>>
-				<</if>>
-				<</if>>
-			<</for>>
-		<</if>>
+			<<if $activeSlave.ID == $slaves[$i].mother || $activeSlave.ID == $slaves[$i].father>>
+				<<for $j = 0; $j < $slaves.length; $j++>>
+					<<if $slaves[$i].ID != $slaves[$j].ID>>
+						<<if $slaves[$i].ID == $slaves[$j].mother || $slaves[$i].ID == $slaves[$j].father>>
+							<<set $children.push($slaves[$j])>>
+						<</if>>
+					<</if>>
+				<</for>>
+			<</if>>
 		<</if>>
 	<</for>>
 	<<if $children.length > 0>>
 		$He
-	<<if $children.length > 2>>
-		has @@.lightgreen;many grandchildren,
-		<<for $j = 0; $j < $children.length; $j++>>
-			<<if $j < $children.length-1>>
-				$children[$j].slaveName,
-			<<else>>
-				and $children[$j].slaveName amongst your slaves.@@
-			<</if>>
-		<</for>>
-	<<elseif $children.length > 1>>
-		has @@.lightgreen;two grandchildren, $children[0].slaveName, and $children[1].slaveName as your slaves.@@
-	<<elseif $children.length > 0>>
-		has a @@.lightgreen;grandchild, $children[0].slaveName as your slave.@@
-	<</if>>
+		<<if $children.length > 2>>
+			has @@.lightgreen;many grandchildren,
+			<<for $j = 0; $j < $children.length; $j++>>
+				<<if $j < $children.length-1>>
+					$children[$j].slaveName,
+				<<else>>
+					and $children[$j].slaveName amongst your slaves.@@
+				<</if>>
+			<</for>>
+		<<elseif $children.length > 1>>
+			has @@.lightgreen;two grandchildren, $children[0].slaveName, and $children[1].slaveName as your slaves.@@
+		<<elseif $children.length > 0>>
+			has a @@.lightgreen;grandchild, $children[0].slaveName as your slave.@@
+		<</if>>
 	<</if>>
 	<<set $children = []>>
 
 	/*testtest PC aunt passage - determines how many aunts you have*/
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID != $activeSlave.ID>>
-		<<if areSisters($slaves[$i], $activeSlave) == 1 || areSisters($slaves[$i], $activeSlave) == 2>>
-		<<if $slaves[$i].ID == $PC.mother || $slaves[$i].ID == $PC.father>>
-			<<for $j = 0; $j < $slaves.length; $j++>>
-				<<if $slaves[$i].ID != $slaves[$j].ID>>
-				<<if $slaves[$j].genes == "XX">>
-				<<if areSisters($slaves[$j], $activeSlave) == 1 || areSisters($slaves[$j], $activeSlave) == 2>>
-					<<set $children.push($slaves[$j])>>
-				<</if>>
-				<</if>>
+			<<if areSisters($slaves[$i], $activeSlave) == 1 || areSisters($slaves[$i], $activeSlave) == 2>>
+				<<if $slaves[$i].ID == $PC.mother || $slaves[$i].ID == $PC.father>>
+					<<for $j = 0; $j < $slaves.length; $j++>>
+						<<if $slaves[$i].ID != $slaves[$j].ID>>
+							<<if $slaves[$j].genes == "XX">>
+								<<if areSisters($slaves[$j], $activeSlave) == 1 || areSisters($slaves[$j], $activeSlave) == 2>>
+									<<set $children.push($slaves[$j])>>
+								<</if>>
+							<</if>>
+						<</if>>
+					<</for>>
 				<</if>>
-			<</for>>
-		<</if>>
-		<</if>>
+			<</if>>
 		<</if>>
 	<</for>>
 	<<if $activeSlave.genes == "XX" && $children.length > 0>>
@@ -244,11 +244,11 @@
 		<<elseif $children.length > 0>>
 			<<for $i = 0; $i < $slaves.length; $i++>>
 				<<if $slaves[$i].ID != $activeSlave.ID && $activeSlave.genes == "XX">>
-				<<if areSisters($slaves[$i], $activeSlave) == 1 || areSisters($slaves[$i], $activeSlave) == 2>>
-				<<if $slaves[$i].ID == $PC.mother || $slaves[$i].ID == $PC.father>>
-					$He is @@.lightgreen;your aunt.@@
-				<</if>>
-				<</if>>
+					<<if areSisters($slaves[$i], $activeSlave) == 1 || areSisters($slaves[$i], $activeSlave) == 2>>
+						<<if $slaves[$i].ID == $PC.mother || $slaves[$i].ID == $PC.father>>
+							$He is @@.lightgreen;your aunt.@@
+						<</if>>
+					<</if>>
 				<</if>>
 			<</for>>
 		<</if>>
@@ -1046,19 +1046,19 @@
 	<<redisplayFamily>>
 <</link>>
 <<if $PC.vagina == 1 && (($PC.actualAge - $activeSlave.actualAge) >= $fertilityAge) && (($PC.mother != $activeSlave.mother) || ($activeSlave.mother == 0)) && $saveImported == 0>>
-| <<link "You">><<set $activeSlave.mother = $PC.ID>><<redisplayFamily>><</link>>
+	| <<link "You">><<set $activeSlave.mother = $PC.ID>><<redisplayFamily>><</link>>
 <</if>>
 <<for _efw = 0; _efw < $slaves.length; _efw++>>
 	<<if $slaves[_efw].vagina > 0 && (($slaves[_efw].actualAge - $activeSlave.actualAge) >= $fertilityAge) && (($slaves[_efw].mother != $activeSlave.mother) || ($activeSlave.mother == 0)) && $slaves[_efw].newGamePlus == 0>>
-	|
-	<<set _id = $slaves[_efw].ID>>
-	<<set _slaveName = $slaves[_efw].slaveName>>
-	<<print "
-		<<link _slaveName>>
-			<<set $activeSlave.mother = " + _id + ">>
-			<<redisplayFamily>>
-		<</link>>
-	">>
+		|
+		<<set _id = $slaves[_efw].ID>>
+		<<set _slaveName = $slaves[_efw].slaveName>>
+		<<print "
+			<<link _slaveName>>
+				<<set $activeSlave.mother = " + _id + ">>
+				<<redisplayFamily>>
+			<</link>>
+		">>
 	<</if>>
 <</for>>
 
@@ -1068,7 +1068,7 @@
 	<<redisplayFamily>>
 <</link>>
 <<if ($PC.dick == 1) && (($PC.actualAge - $activeSlave.actualAge) >= $potencyAge) && (($PC.father != $activeSlave.father) || ($activeSlave.father == 0)) && $saveImported == 0>>
-| <<link "You">><<set $activeSlave.father = $PC.ID>><<redisplayFamily>><</link>>
+	| <<link "You">><<set $activeSlave.father = $PC.ID>><<redisplayFamily>><</link>>
 <</if>>
 <<for _efw = 0; _efw < $slaves.length; _efw++>>
 	<<if ($slaves[_efw].dick > 0) && ((($slaves[_efw].actualAge - $activeSlave.actualAge) >= $potencyAge)) && (($slaves[_efw].father != $activeSlave.father) || ($activeSlave.father == 0)) && $slaves[_efw].newGamePlus == 0>>
@@ -1109,21 +1109,21 @@
 		<<set _slaveName = $slaves[_efw].slaveName>>
 		<<set _slave = $slaves[_efw]>>
 		<<if ($activeSlave.mother != _slave.ID) && (_slave.mother != $activeSlave.ID)>>
-		|
-		<<print "
-			<<link _slaveName>>
-				<<set _slave = $slaves[" + _efw + "]>>
-				<<if _slave.mother != 0>>
-					<<set $activeSlave.mother = _slave.mother>>
-				<<elseif $activeSlave.mother != 0>>
-					<<set _slave.mother = $activeSlave.mother>>
-				<<else>>
-					<<set $activeSlave.mother = -5 - 2*$activeSlave.ID>>
-					<<set _slave.mother = $activeSlave.mother>>
-				<</if>>
-				<<redisplayFamily>>
-			<</link>>
-		">>
+			|
+			<<print "
+				<<link _slaveName>>
+					<<set _slave = $slaves[" + _efw + "]>>
+					<<if _slave.mother != 0>>
+						<<set $activeSlave.mother = _slave.mother>>
+					<<elseif $activeSlave.mother != 0>>
+						<<set _slave.mother = $activeSlave.mother>>
+					<<else>>
+						<<set $activeSlave.mother = -5 - 2*$activeSlave.ID>>
+						<<set _slave.mother = $activeSlave.mother>>
+					<</if>>
+					<<redisplayFamily>>
+				<</link>>
+			">>
 		<</if>>
 	<</if>>
 <</for>>
@@ -1155,21 +1155,21 @@
 		<<set _slaveName = $slaves[_efw].slaveName>>
 		<<set _slave = $slaves[_efw]>>
 		<<if ($activeSlave.father != _slave.ID) && (_slave.father != $activeSlave.ID)>>
-		|
-		<<print "
-			<<link _slaveName>>
-				<<set _slave = $slaves[" + _efw + "]>>
-				<<if _slave.father != 0>>
-					<<set $activeSlave.father = _slave.father>>
-				<<elseif $activeSlave.father != 0>>
-					<<set _slave.father = $activeSlave.father>>
-				<<else>>
-					<<set $activeSlave.father = -5 - 2*$activeSlave.ID -1>>
-					<<set _slave.father = $activeSlave.father>>
-				<</if>>
-				<<redisplayFamily>>
-			<</link>>
-		">>
+			|
+			<<print "
+				<<link _slaveName>>
+					<<set _slave = $slaves[" + _efw + "]>>
+					<<if _slave.father != 0>>
+						<<set $activeSlave.father = _slave.father>>
+					<<elseif $activeSlave.father != 0>>
+						<<set _slave.father = $activeSlave.father>>
+					<<else>>
+						<<set $activeSlave.father = -5 - 2*$activeSlave.ID -1>>
+						<<set _slave.father = $activeSlave.father>>
+					<</if>>
+					<<redisplayFamily>>
+				<</link>>
+			">>
 		<</if>>
 	<</if>>
 <</for>>