diff --git a/.gitignore b/.gitignore
index bbd8b23dd9c4d37da4d77101b12cc05c61eb747b..ec93e78dba80af00f0ea5d6d850f71e01effc949 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,8 +90,8 @@ ENV/
 # Rope project settings
 .ropeproject
 
-# Start.tw 
-src/config/start.tw 
+# Start.tw
+src/config/start.tw
 
 # eslint
 .eslintrc.js
@@ -103,4 +103,4 @@ package.json
 fc-pregmod
 *.outline
 *.todo
-TODO.txt
+TODO.txt
\ No newline at end of file
diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js
index 8be0e9ecbdcf60f5d487c9c899570d090c7c713d..3213b126b16ce7cdfc0104c227ba6086337892ff 100644
--- a/src/js/DefaultRules.js
+++ b/src/js/DefaultRules.js
@@ -1352,7 +1352,7 @@ window.DefaultRules = (function() {
 				break;
 
 			case "hyper breast injections":
-				if (!(slave.boobs < 25000))
+				if (!(slave.boobs < 48000))
 					flag = false;
 				break;
 
@@ -1677,10 +1677,10 @@ window.DefaultRules = (function() {
 
 		if (slave.drugs === "appetite suppressors" && slave.diet !== "restricted") {
 			slave.drugs = "no drugs";
-			r += `<br>${slave.slaveName} is no longer losing weight, so she's no longer being given appetite suppressors.`;
+			r += `<br>${slave.slaveName} no longer needs to lose weight, so she's no longer being given appetite suppressors.`;
 		} else if (slave.diet === "restricted" && V.arcologies[0].FSSlimnessEnthusiastResearch === 1 && (slave.drugs === "no drugs" || slave.drugs === "none")) {
 			slave.drugs = "appetite suppressors";
-			r += `<br>${slave.slaveName} is losing weight so she will be given weight loss pills.`;
+			r += `<br>${slave.slaveName} needs to lose weight so she will be given weight loss pills.`;
 		}
 	}
 
@@ -2025,15 +2025,15 @@ window.DefaultRules = (function() {
 					r += `<br>${slave.slaveName} has been given braces to close the gap in her teeth.`;
 				} else if ((slave.teeth === "cosmetic braces")) {
 					slave.teeth = "normal";
-					r += `<br>${slave.slaveName} has gotten her braces off, since her teeth are straight.`;
+					r += `<br>${slave.slaveName} has had her braces removed, since her teeth are straight.`;
 				}
 			} else if ((rule.teeth === "none")) {
 				if ((slave.teeth === "straightening braces")) {
 					slave.teeth = "crooked";
-					r += `<br>${slave.slaveName} has gotten her braces off.`;
+					r += `<br>${slave.slaveName} has had her braces removed.`;
 				} else if ((slave.teeth === "cosmetic braces")) {
 					slave.teeth = "normal";
-					r += `<br>${slave.slaveName} has gotten her braces off.`;
+					r += `<br>${slave.slaveName} has had her braces removed.`;
 				}
 			}
 		}
diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js
index 73efd5db005c69fbdd79f10fd678862c928fbd5b..6a63abf5f64f36128c7bf40b9d54fbf7db8c3215 100644
--- a/src/js/slaveCostJS.js
+++ b/src/js/slaveCostJS.js
@@ -760,8 +760,8 @@ window.Beauty = (function() {
 			if (slave.faceImplant > 5) {
 				beauty -= (arcology.FSBodyPurist/100)*(slave.faceImplant/10);
 			}
-			if (slave.race === slave.origRace) {
-				beauty -= arcology.FSBodyPurist/20;
+			if (slave.race !== slave.origRace) {
+				beauty -= arcology.FSBodyPurist/5;
 			}
 		} else {
 			if (slave.faceImplant > 30) {
diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js
index 688f7a4644d99c80a6f2f78763d1d2af5cc5cf3a..330594256e557e8bf315b397d9752b64a017c76b 100644
--- a/src/js/slaveSummaryWidgets.js
+++ b/src/js/slaveSummaryWidgets.js
@@ -5617,9 +5617,10 @@ App.UI.slaveSummaryList = function (passageName) {
 		if ((passageName != 'Main') || (V.Flag !== undefined) || (V.useSlaveSummaryTabs == 0) || (tabName == "all")) {
 			res.push(`<span id="slave-${slaves[_ssi].ID}">&nbsp;</span>`);
 		}
-
+		res.push('<br/>');
+		
 		if (slaveImagePrinted) {
-			res.push('<br/>&nbsp;&nbsp;&nbsp;&nbsp;')
+			res.push('&nbsp;&nbsp;&nbsp;&nbsp;');
 		}
 
 		clearSummaryCache();
diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index be234169b7d03e9d6b5085e4bc0d1f8a42fad66d..30b6c741fca9366474cb1fe64cd1f89f4764ce4a 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -278,7 +278,7 @@ window.loverSlave = function(activeSlave) {
 								t += `a strap-on up the butt, doggy style. ${partnerName} is using a `;
 								if (activeSlave.anus > 2) {
 									t += `massive fake phallus to satisfy ${his} ${activeSlaveRel}'s gaping hole.`;
-								} else if ($activeSlave.anus > 1) {
+								} else if (activeSlave.anus > 1) {
 									t += `decent-sized fake phallus to stretch ${his} ${activeSlaveRel}'s asshole.`;
 								} else {
 									t += `small fake phallus to gently fuck ${his} ${activeSlaveRel}'s tight anus.`;
diff --git a/src/pregmod/manageCorporation.tw b/src/pregmod/manageCorporation.tw
index 1470e63d2308acaa8f6d0bc9729b0f95e4725f8f..345462059f2156c4e5c31755d7b16a5003e0380d 100644
--- a/src/pregmod/manageCorporation.tw
+++ b/src/pregmod/manageCorporation.tw
@@ -1422,30 +1422,48 @@ __Slave specialization__
 			<<if $arcologies[0].FSSubjugationistRace != "middle eastern" || $arcologies[0].FSSubjugationist == "unset">>[[Middle Eastern|Manage Corporation][$corpSpecRaces = corpBlacklistRace("middle eastern", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>>
 			<<if $arcologies[0].FSSubjugationistRace != "mixed race" || $arcologies[0].FSSubjugationist == "unset">>[[Mixed Race|Manage Corporation][$corpSpecRaces = corpBlacklistRace("mixed race", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>>
 			<<if $arcologies[0].FSSubjugationistRace != "pacific islander" || $arcologies[0].FSSubjugationist == "unset">>[[Pacific Islander|Manage Corporation][$corpSpecRaces = corpBlacklistRace("pacific islander", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>>
-			<<if $arcologies[0].FSSubjugationistRace != "semitic" || $arcologies[0].FSSubjugationist == "unset">>[[Semitic|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic"), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>>
+			<<if $arcologies[0].FSSubjugationistRace != "semitic" || $arcologies[0].FSSubjugationist == "unset">>[[Semitic|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>>
 			<<if $arcologies[0].FSSubjugationistRace != "southern european" || $arcologies[0].FSSubjugationist == "unset">>[[Southern European|Manage Corporation][$corpSpecRaces = corpBlacklistRace("southern european", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>>
 			<<if $arcologies[0].FSSubjugationistRace != "white" || $arcologies[0].FSSubjugationist == "unset">>[[White|Manage Corporation][$corpSpecRaces = corpBlacklistRace("white", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]]<</if>>
+			-- //additional races can be excluded. 4 races per token.//
+			<<if $corpSpecToken >= 3>>
+				<br>Only slaves who are
+				<<if $arcologies[0].FSSupremacistRace != "amerindian" || $arcologies[0].FSSubjugationist == "unset">>[[Amerindian|Manage Corporation][$corpSpecRaces = corpBlacklistRace("amerindian", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "asian" || $arcologies[0].FSSubjugationist == "unset">>[[Asian|Manage Corporation][$corpSpecRaces = corpBlacklistRace("asian", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "black" || $arcologies[0].FSSubjugationist == "unset">>[[Black|Manage Corporation][$corpSpecRaces = corpBlacklistRace("black", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "indo-aryan" || $arcologies[0].FSSubjugationist == "unset">>[[Indo-aryan|Manage Corporation][$corpSpecRaces = corpBlacklistRace("indo-aryan", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "latina" || $arcologies[0].FSSubjugationist == "unset">>[[Latina|Manage Corporation][$corpSpecRaces = corpBlacklistRace("latina", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "malay" || $arcologies[0].FSSubjugationist == "unset">>[[Malay|Manage Corporation][$corpSpecRaces = corpBlacklistRace("malay", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "middle eastern" || $arcologies[0].FSSubjugationist == "unset">>[[Middle Eastern|Manage Corporation][$corpSpecRaces = corpBlacklistRace("middle eastern", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "mixed race" || $arcologies[0].FSSubjugationist == "unset">>[[Mixed Race|Manage Corporation][$corpSpecRaces = corpBlacklistRace("mixed race", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "pacific islander" || $arcologies[0].FSSubjugationist == "unset">>[[Pacific Islander|Manage Corporation][$corpSpecRaces = corpBlacklistRace("pacific islander", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "semitic" || $arcologies[0].FSSubjugationist == "unset">>[[Semitic|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "southern european" || $arcologies[0].FSSubjugationist == "unset">>[[Southern European|Manage Corporation][$corpSpecRaces = corpBlacklistRace("southern european", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>>
+				<<if $arcologies[0].FSSupremacistRace != "white" || $arcologies[0].FSSubjugationist == "unset">>[[White|Manage Corporation][$corpSpecRaces = corpBlacklistRace("white", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]]<</if>>
+			<<else>>
+				<br>Only slaves of a particular race requires 3 tokens.
+			<</if>>
 		<</if>>
 		<<if $seeDicks != 0 && ndef $corpSpecGender && ($corpDivExtra > 0 || $corpDivLegal > 0)>> /*This used to be $captureUpgradeGender, it is a general acquisition specialization*/
 			<br>Train only slaves with [[Pussies|Manage Corporation][$corpSpecGender = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Dicks|Manage Corporation][$corpSpecGender = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]]
 		<</if>>
 		<<if ndef $corpSpecHeight && ($corpDivExtra > 0 || $corpDivLegal > 0)>> /*This is a general acquisition specialization*/
-			<br>Slaves that are [[Short|Manage Corporation][$corpSpecHeight = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Tall|Manage Corporation][$corpSpecHeight = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Slaves that are [[Short|Manage Corporation][$corpSpecHeight = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Tall|Manage Corporation][$corpSpecHeight = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecVirgin && ($corpDivExtra > 0 || $corpDivLegal > 0)>> /*This is a general acquisition specialization*/
 			<br>Slaves that are [[Virgins|Manage Corporation][$corpSpecVirgin = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]]
 		<</if>>
 		<<if ndef $corpSpecIntelligence && $corpDivLegal > 0 >> /*This used to be $entrapmentUpgradeIntelligence, it is a legal enslavement specialization*/
-			<br>Slaves who are [[Stupid|Manage Corporation][$corpSpecIntelligence = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Intelligent|Manage Corporation][$corpSpecIntelligence = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Slaves who are [[Stupid|Manage Corporation][$corpSpecIntelligence = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Intelligent|Manage Corporation][$corpSpecIntelligence = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] --//Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecAge && $corpDivExtra > 0>> /*This used to be $captureUpgradeAge, it is the extralegal enslavement specialization*/
 			<br>Slaves who are [[Younger|Manage Corporation][$corpSpecAge = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Older|Manage Corporation][$corpSpecAge = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]]
 		<</if>>
 		<<if ndef $corpSpecWeight && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $generalUpgradeWeight, it is a general improvement specialization*/
-			<br>Managing slaves' diets to achieve [[Thin Slaves|Manage Corporation][$corpSpecWeight = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Fat nor Thin Slaves|Manage Corporation][$corpSpecWeight = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Fat Slaves|Manage Corporation][$corpSpecWeight = 5, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Managing slaves' diets to achieve [[Thin Slaves|Manage Corporation][$corpSpecWeight = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Fat nor Thin Slaves|Manage Corporation][$corpSpecWeight = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Fat Slaves|Manage Corporation][$corpSpecWeight = 5, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecDevotion && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $entrapmentUpgradeDevotionOne/Two, it is a general improvement specialization*/
-			<br>Slaves who are [[Reluctant|Manage Corporation][$corpSpecDevotion = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Obedient|Manage Corporation][$corpSpecDevotion = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Slaves who are [[Reluctant|Manage Corporation][$corpSpecDevotion = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Obedient|Manage Corporation][$corpSpecDevotion = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecAccent && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $trainingUpgradeAccent, it is a general improvement specialization*/
 			<br>Slaves are taught to [[Speak the Language|Manage Corporation][$corpSpecAccent = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Speak without Accent|Manage Corporation][$corpSpecAccent = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]]
@@ -1454,34 +1472,34 @@ __Slave specialization__
 			<br>Slaves are given hormones to [[Feminize|Manage Corporation][$corpSpecHormones = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Masculinize|Manage Corporation][$corpSpecHormones = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]]
 		<</if>>
 		<<if ndef $corpSpecInjection && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $drugUpgradeInjectionOne, it is a general improvement specialization*/
-			<br>Slave assets are made to be [[Petite|Manage Corporation][$corpSpecInjection = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Tasteful|Manage Corporation][$corpSpecInjection = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Huge|Manage Corporation][$corpSpecInjection = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Slave assets are made to be [[Petite|Manage Corporation][$corpSpecInjection = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Tasteful|Manage Corporation][$corpSpecInjection = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Huge|Manage Corporation][$corpSpecInjection = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecCosmetics && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $surgicalUpgradeCosmetics, it is a general improvement specialization*/
 			<br>Straightforward cosmetic procedures are [[Applied|Manage Corporation][$corpSpecCosmetics = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]]
 		<</if>>
 		<<if ndef $corpSpecEducation && $corpDivTrain > 0>> /*This used to be $trainingUpgradeEducation, it is the training specialization*/
-			<br>Slaves are given [[No Education|Manage Corporation][$corpSpecEducation == 0, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Basic Education|Manage Corporation][$corpSpecEducation = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Slaves are given [[No Education|Manage Corporation][$corpSpecEducation == 0, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Basic Education|Manage Corporation][$corpSpecEducation = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecImplants && $corpDivSurgery > 0>> /*This used to be $surgicalUpgradeImplants, it is the surgery specialization*/
-			<br>Slave implants are [[Applied|Manage Corporation][$corpSpecImplants = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Not Applied|Manage Corporation][$corpSpecImplants = 0, $corpSpecTimer = 2]]
+			<br>Slave implants are [[Applied|Manage Corporation][$corpSpecImplants = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Not Applied|Manage Corporation][$corpSpecImplants = 0, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecGenitalia && $corpDivSurgeryDev > 100>> /*This used to be $surgicalUpgradeGenitalia, it is the surgery specialization*/
-			<br>Slaves get their genitalia reconfigured [[Add Pussy|Manage Corporation][$corpSpecPussy = 1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Remove Pussy|Manage Corporation][$corpSpecPussy = -1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Add Dick|Manage Corporation][$corpSpecDick = 1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Remove Dick|Manage Corporation][$corpSpecDick = -1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Add Balls|Manage Corporation][$corpSpecBalls = 1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Remove Balls|Manage Corporation][$corpSpecBalls = -1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Slaves get their genitalia reconfigured [[Add Pussy|Manage Corporation][$corpSpecPussy = 1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Remove Pussy|Manage Corporation][$corpSpecPussy = -1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Add Dick|Manage Corporation][$corpSpecDick = 1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Remove Dick|Manage Corporation][$corpSpecDick = -1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Add Balls|Manage Corporation][$corpSpecBalls = 1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Remove Balls|Manage Corporation][$corpSpecBalls = -1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecTrust && $corpDivBreak > 0>> /*This used to be $generalUpgradeBreaking, it is the slave breaking specific specialization*/
-			<br>Breaking slaves with [[Brutality|Manage Corporation][$corpSpecTrust = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Care|Manage Corporation][$corpSpecTrust = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Breaking slaves with [[Brutality|Manage Corporation][$corpSpecTrust = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Care|Manage Corporation][$corpSpecTrust = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecAmputee && $corpDivArcade > 0 && $corpDivSurgeryDev > 100>> /*This is the arcade specialization*/
 			<br>Slave limbs are categorically [[Removed|Manage Corporation][$corpSpecAmputee = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]]
 		<</if>>
 		<<if ndef $corpSpecMuscle && $corpDivMenial > 0>> /*This used to be $generalUpgradeMuscle, it is the Menial division's specialization*/
-			<br>Slaves with muscles that are <<if $arcologies[0].FSPhysicalIdealist == "unset">> [[Weak|Manage Corporation][$corpSpecMuscle = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | <</if>>[[Soft|Manage Corporation][$corpSpecMuscle = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Toned|Manage Corporation][$corpSpecMuscle = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Slaves with muscles that are <<if $arcologies[0].FSPhysicalIdealist == "unset">> [[Weak|Manage Corporation][$corpSpecMuscle = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | <</if>>[[Soft|Manage Corporation][$corpSpecMuscle = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Toned|Manage Corporation][$corpSpecMuscle = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 		<<if ndef $corpSpecMilk && $corpDivDairy > 0>> /*This is the dairy specialization*/
 			<br>Slaves are made to be lactating [[Naturally|Manage Corporation][$corpSpecMilk = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Through Implant|Manage Corporation][$corpSpecMilk = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]]
 		<</if>>
 		<<if ndef $corpSpecSexEd && $corpDivWhore > 0>> /*This used to be $trainingUpgradeSexEd, it is the escort division specialization*/
-			<br>Slaves are sexually [[Clueless|Manage Corporation][$corpSpecSexEd = 0, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Competent|Manage Corporation][$corpSpecSexEd = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Slaves are sexually [[Clueless|Manage Corporation][$corpSpecSexEd = 0, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Competent|Manage Corporation][$corpSpecSexEd = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible//
 		<</if>>
 	<</if>>
 <<else>>
@@ -1939,7 +1957,7 @@ __Slave specialization__
 			[[Eliminate Accents|Manage Corporation][$corpSpecAccent = 2, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecAccent>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>>
 		<</if>>
 	<<elseif $corpSpecAccent == 2>>
-		<br>The corporation teaches slaves to speak the lingua franca.
+		<br>The corporation teaches slaves to speak the lingua franca without an accent.
 		<<if $corpSpecTimer == 0>>
 			[[Just Teach Language|Manage Corporation][$corpSpecAccent = 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecAccent>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>>
 		<</if>>
diff --git a/src/pregmod/manageEconomy.tw b/src/pregmod/manageEconomy.tw
index 24b1158efeb2b4f640e88788b2e68b20a0e488b5..3e0c4b1bd09d5f68c3c1f53a9de7ccd04517126e 100644
--- a/src/pregmod/manageEconomy.tw
+++ b/src/pregmod/manageEconomy.tw
@@ -64,6 +64,12 @@ __Economy__<br>
 <br><br>
 <</if>>
 
+<<if $corpAnnounced == 1>>
+	__Corporation__
+	<<link "Manage Corporation">><<goto "Manage Corporation">><</link>>
+	<br><br>
+<</if>>
+
 __Population and Rent__<br>
 <<print $arcologies[0].name>> is home to the following;
 <<set _percACitizens = Math.trunc(($ACitizens / ($ACitizens + $ASlaves)) * 1000) / 10,
diff --git a/src/pregmod/slaveOnSlaveFeedingWorkAround.tw b/src/pregmod/slaveOnSlaveFeedingWorkAround.tw
index ce2f9ae112078d610d3ce12acd98159024e2dc40..70fe4763e75889fdfc2299723614bdfab36ed85d 100644
--- a/src/pregmod/slaveOnSlaveFeedingWorkAround.tw
+++ b/src/pregmod/slaveOnSlaveFeedingWorkAround.tw
@@ -87,7 +87,7 @@ __4 Liters__
 		//You have no slaves capable of producing eight liters of milk.//
 	<</if>>
 <<else>>
-	Due to her pregnancy, she is incapable of keeping down more than two liters of milk.
+	Due to $his pregnancy, $he is incapable of keeping down more than two liters of milk.
 <</if>>
 <br><br><br><br>
 
diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw
index 86eb64cc3e02042a23931657a99d97d858c48ed4..5d3b5f19a18adba884d0c54adc2abc7dac554486 100644
--- a/src/pregmod/widgets/pregmodWidgets.tw
+++ b/src/pregmod/widgets/pregmodWidgets.tw
@@ -853,7 +853,7 @@ $activeSlave.slaveName is up for review:
 <<widget "BodyguardWeapon">>
 
 <<if ($activeSlave.muscles+$activeSlave.height-100)/25 > 5>>
-	She has a long ceramic sword strapped to $his back,
+	$He has a long ceramic sword strapped to $his back,
 	<<switch $activeSlave.nationality>>
 	<<case "American">>
 		and, in keeping with $his heritage, a US Ordnance Mk43 Mod.1 GPMG
@@ -926,7 +926,7 @@ $activeSlave.slaveName is up for review:
 	<</switch>>
 	slung crosswise on $his chest.
 <<elseif ($activeSlave.muscles+$activeSlave.height-100)/25 > 4>>
-	She has a ceramic sword strapped to $his back
+	$He has a ceramic sword strapped to $his back
 	<<switch $activeSlave.nationality>>
 	<<case "American">>
 		and, in keeping with $his heritage, a Colt M16A4 assault rifle
@@ -1021,7 +1021,7 @@ $activeSlave.slaveName is up for review:
 	<</switch>>
 	slung across $his chest.
 <<elseif ($activeSlave.muscles+$activeSlave.height-100)/25 > 3>>
-	She has a straight ceramic sword strapped to $his back
+	$He has a straight ceramic sword strapped to $his back
 	<<switch $activeSlave.nationality>>
 	<<case "American">>
 		and, in keeping with $his heritage, a KRISS Vector SMG
@@ -1094,7 +1094,7 @@ $activeSlave.slaveName is up for review:
 	<</switch>>
 	slung across $his chest.
 <<else>>
-	She has a short ceramic sword strapped to $his back
+	$He has a short ceramic sword strapped to $his back
 	<<switch $activeSlave.nationality>>
 	<<case "American">>
 		and, in keeping with $his heritage, a MAC-10 machine pistol
diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw
index ab4afc30e057a40e776de1f954480314ef6d8c41..01a388542d0ef441c92a13caa9152305009b0677 100644
--- a/src/uncategorized/RECI.tw
+++ b/src/uncategorized/RECI.tw
@@ -482,7 +482,7 @@ $He looks pensive, and goes through two false starts before $he clears $his thro
 <<link "Then $he can appreciate a nice struggle fuck">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	When $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>senses<</if>> you stand up from behind your desk<<if ($PC.dick == 0)>> and pull on a strap-on<</if>>, $he smiles invitingly at you and relaxes. But as you approach, $he <<if canSee($activeSlave)>>sees a dangerous glint in your eyes<<elseif canHear($activeSlave)>>hears a menacing cadence to your footstep<<else>>realizes the reason for your delay<</if>>. One corner of $his mouth flaws upward with anticipation, and $he plays along. $He immediately curls up into a ball on the couch, managing to end up with $his <<if ($activeSlave.weight > 30)>>fat ass squashed enticingly against the seat back<<elseif ($activeSlave.butt > 5)>>absurd ass squashed enticingly against the seat back<<elseif ($activeSlave.butt > 2)>>healthy ass pushed against the seat back<<else>>trim ass against the seat back<</if>>. $He looks up at you with feigned terror and begs, "Plea<<s>>e, <<Master>>, I'm ju<<s>>t an inno<<c>>ent little $girl. Plea<<s>>e don't rape my poor little butt!" You grab an ankle and haul $his <<if ($activeSlave.weight > 10)>>plush<<elseif ($activeSlave.muscles > 5)>>toned<<else>>slender<</if>> $activeSlave.skin body toward you, dragging $him across the couch, and then half-fall atop $him, pushing <<if ($PC.dick == 0)>>the strap-on<<else>>your hard cock<</if>> up the wriggling girl's butt. $He keeps begging and whining, but $he's managed to bring a hand under $himself and is
+	When $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>senses<</if>> you stand up from behind your desk<<if ($PC.dick == 0)>> and pull on a strap-on<</if>>, $he smiles invitingly at you and relaxes. But as you approach, $he <<if canSee($activeSlave)>>sees a dangerous glint in your eyes<<elseif canHear($activeSlave)>>hears a menacing cadence to your footstep<<else>>realizes the reason for your delay<</if>>. One corner of $his mouth flaws upward with anticipation, and $he plays along. $He immediately curls up into a ball on the couch, managing to end up with $his <<if ($activeSlave.weight > 30)>>fat ass squashed enticingly against the seat back<<elseif ($activeSlave.butt > 5)>>absurd ass squashed enticingly against the seat back<<elseif ($activeSlave.butt > 2)>>healthy ass pushed against the seat back<<else>>trim ass against the seat back<</if>>. $He looks up at you with feigned terror and begs, "Plea<<s>>e, <<Master>>, I'm ju<<s>>t an inno<<c>>ent little $girl. Plea<<s>>e don't rape my poor little butt!" You grab an ankle and haul $his <<if ($activeSlave.weight > 10)>>plush<<elseif ($activeSlave.muscles > 5)>>toned<<else>>slender<</if>> $activeSlave.skin body toward you, dragging $him across the couch, and then half-fall atop $him, pushing <<if ($PC.dick == 0)>>the strap-on<<else>>your hard cock<</if>> up the wriggling $girl's butt. $He keeps begging and whining, but $he's managed to bring a hand under $himself and is
 	<<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>
 		frantically rubbing $his taint.
 	<<elseif ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>>
diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw
index b12f41703b4d29417af274c6d3450075048d7aa5..611b6acefebbdf5997ebba2a8679851e1be2e254 100644
--- a/src/uncategorized/REFS.tw
+++ b/src/uncategorized/REFS.tw
@@ -329,7 +329,7 @@ On this particular outing you happen to cross paths with a comely female citizen
 	<<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 herself, 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.
+	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">
@@ -443,7 +443,7 @@ On this particular outing you happen to cross paths with a comely female citizen
 		<span id="result2">
 		<<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.
+			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">>
diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index ca4ced6783b7367201a3a534561727b437c9fae4..1f8437c1fcfc4cfbaeef3ca4540ba3de52c5988a 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -554,6 +554,7 @@
 		<</if>>
 	<</if>>
 
+	<<if $seePreg == 1>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if ($brothelAdsSpending > 0)>>
 		<<if $brothelAdsPreg == 1>>
@@ -622,6 +623,7 @@
 			<<run repX(forceNeg(random(_minBonus,_maxBonus)), "brothel")>>
 		<</if>>
 	<</if>>
+	<</if>>
 
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if ($brothelAdsSpending > 0)>>
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index 8b3d94423daa5515f970a40611436f55fce1519f..adfb2dc2faaae28d5c66011bf4eeaeaece957477 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -52,7 +52,7 @@ The firm promptly pays @@.yellowgreen; a large compensation@@ for potentially ru
 
 It's been a good few weeks, getting settled in as owner of $arcologies[0].name. The power of being overlord of this great building and everyone in it is incredible, but so is the responsibility. It's a good thing you have ample opportunities for stress relief. You're going to need them after today. There's a nasty disturbance on a business level of the arcology. Normally, the arcology's public safety drones would suppress this kind of nonsense, but $assistantName program is suggesting that you resolve the dispute.
 <br><br>
-As you step off the elevator, you hear female voices shouting. Apparently one of $arcologies[0].name's few remaining strip joints has closed. It was a topless bar and strip club all in one, but the owner is packing up his things. He's explaining to a crowd of his angry former employees that he can't make ends meet. As the price of a slave whore is barely higher than that of a lap dance from a free stripper; it's not surprising. It looks like the girls are on the verge of trashing the place.
+As you step off the elevator, you hear several <<if $seeDicks != 100>>female <</if>>voices shouting. Apparently one of $arcologies[0].name's few remaining strip joints has closed. It was a topless bar and strip club all in one, but the owner is packing up his things. He's explaining to a crowd of his angry former employees that he can't make ends meet. As the price of a slave whore is barely higher than that of a lap dance from a free stripper; it's not surprising. It looks like the girls are on the verge of trashing the place.
 
 <<case "strip club aftermath">>
 
diff --git a/src/uncategorized/jeSlaveDispute.tw b/src/uncategorized/jeSlaveDispute.tw
index 126c8118a84393468cf0867e9f2705646aeb6142..5cb5d532e12931ab03478070604fa353dc82119b 100644
--- a/src/uncategorized/jeSlaveDispute.tw
+++ b/src/uncategorized/jeSlaveDispute.tw
@@ -217,7 +217,7 @@
 <<case "slave deal">>
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 		<<replace "#result">>
-		You privately inform both parties you'll settle this in favor of the most generous. You instantly receive a single notice of escrow payment contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although $he isn't stupid enough to make a public accusation of corruption, the older $woman made use of her few remaining hours of freedom to @@.red;slander@@ your administration of justice.
+		You privately inform both parties you'll settle this in favor of the most generous. You instantly receive a single notice of escrow payment contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although $he isn't stupid enough to make a public accusation of corruption, the older $woman made use of $his few remaining hours of freedom to @@.red;slander@@ your administration of justice.
 		<<run repX(-100, "event")>>
 		<<run cashX(random(150,200)*10, "event")>>
 		<</replace>>
diff --git a/src/uncategorized/officeDescription.tw b/src/uncategorized/officeDescription.tw
index 0e13574fdb2799145b873160c412561085216bc6..1ccfe6471e364b873b1339505976bf1430b3ad85 100644
--- a/src/uncategorized/officeDescription.tw
+++ b/src/uncategorized/officeDescription.tw
@@ -93,7 +93,7 @@
 		<<case "loli">>
 			a pinup of _himselfA to its plating: _heA's cutely hugging a rifle to _hisA flat chest.
 		<<case "preggololi">>
-			a pinup of _himselfA to its plating: _heA's flashing _hisA lewd preggo loli pussy.
+			a pinup of _himselfA to its plating: _heA's flashing _hisA lewd preggo _loliA pussy.
 		<<case "angel">>
 			a pinup of _himselfA to its plating: _heA's depicted wielding a flaming sword and golden shield.
 		<<case "cherub">>
diff --git a/src/uncategorized/pHackerSupport.tw b/src/uncategorized/pHackerSupport.tw
index b368c4269d91bcacbefde9de5397a98ffbfcbb32..9e16722988ec9ba139f88315a1d0795f74ff540d 100644
--- a/src/uncategorized/pHackerSupport.tw
+++ b/src/uncategorized/pHackerSupport.tw
@@ -104,9 +104,9 @@ As she finishes speaking, another spasm distorts her expression, and then she su
 			<<if $seePreg != 0>>
 				gripping _hisA cum filled belly as it rounds more and more, before settling on _hisA back and cradling _hisA now full-term pregnancy. As it continues to grow, _hisA body becomes increasingly withered, until _heA appears to be pregnant with a fully grown person.
 				<<if $seeExtreme == 1>>
-					As the light fades from _himA, _hisA gravid belly begins to shudder violently, its occupant trying to tear its way free. Before long, it splits open, revealing a gorgeous woman with all the features of the fallen angel. $assistantName spreads _hisA bat-like wings as _heA rises from the disintegrating remains of _hisA once holy body, turns to you, and sensually traces _hisA new curves seductively.
+					As the light fades from _himA, _hisA gravid belly begins to shudder violently, its occupant trying to tear its way free. Before long, it splits open, revealing a gorgeous _womanA with all the features of the fallen angel. $assistantName spreads _hisA bat-like wings as _heA rises from the disintegrating remains of _hisA once holy body, turns to you, and sensually traces _hisA new curves seductively.
 				<<else>>
-					As the light fades from _himA, _hisA gravid belly begins to shudder violently, its occupant trying to find its way out. A pair of arms burst forth from _hisA ruined pussy, followed a perfectly endowed woman with all the features of the former angel. $assistantName rises and spreads _hisA bat-like wings as the remains of _hisA once holy body turn to dust behind _himA. _HeA turns to you, sensually tracing the contours of _hisA new body, and blows you a kiss.
+					As the light fades from _himA, _hisA gravid belly begins to shudder violently, its occupant trying to find its way out. A pair of arms burst forth from _hisA ruined pussy, followed a perfectly endowed _womanA with all the features of the former angel. $assistantName rises and spreads _hisA bat-like wings as the remains of _hisA once holy body turn to dust behind _himA. _HeA turns to you, sensually tracing the contours of _hisA new body, and blows you a kiss.
 				<</if>>
 			<<else>>
 				alternating between groping _hisA swelling breasts and fingering _hisA aching pussy, before screaming with climax as _hisA body twists into a more suiting form. $assistantName rises to _hisA feet, spreads _hisA bat-like wings, and sensually traces _hisA new curves before bending over revealing _hisA sopping wet cunt. "All for you, <<print $PC.name>>, you know you want it."
diff --git a/src/uncategorized/pPeacekeepersInfluence.tw b/src/uncategorized/pPeacekeepersInfluence.tw
index d5083a90b4a70f567ec7c6a12ef3a40b135837f5..116ae7c6942ee3aa3577fce93965e73811bc892b 100644
--- a/src/uncategorized/pPeacekeepersInfluence.tw
+++ b/src/uncategorized/pPeacekeepersInfluence.tw
@@ -28,7 +28,7 @@ As you review intelligence from the area at your desk,
 	<<case "businesswoman">>
 		The stacked businesswoman appears hugging a tablet to _hisA generous bosom, squashing _hisA cleavage upward and indicating that _heA has important information for you.
 	<<case "amazon">>
-		The ferocious little warrior woman stands up straight, cutely muscular and full of self-importance, as though _heA has something _heA'd like to share.
+		The ferocious little warrior _womanA stands up straight, cutely muscular and full of self-importance, as though _heA has something _heA'd like to share.
 	<<case "fairy">>
 		The little fairy appears on your table, flailing around while _hisA body lights up. _HeA bends over and starts slapping _hisA butt at you and giggling. _HisA slapping turns into groping, and _heA gets lost in molesting _hisA own ass. Clearing your throat, _heA looks upside down between _hisA legs and sees that _heA finally has your attention.
 	<<case "pregnant fairy">>
diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index 1118d6ea22dcdb4efc9b8674a00e703fc02e09c8..f749f6b8cde7ee0946289f311f2d2c22d75064b5 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -1070,7 +1070,7 @@ This one is interesting, even by the standards of messages from people who want
 
 You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
-This one is interesting, even by the standards of messages from people who want to become slaves. The individual is a normal looking woman, neither sick nor visibly abused. "I've heard a lot about how $arcologies[0].name treats slaves," $he says. "And, well, I don't know how closely you watch the old world from where you are, but it's pretty bad. Saving your whole life doesn't always keep you fed and clothed, or even alive. I never had much and now I have even less, and I'd rather live as your slave in $arcologies[0].name than on the streets back home."
+This one is interesting, even by the standards of messages from people who want to become slaves. The individual is a normal looking $woman, neither sick nor visibly abused. "I've heard a lot about how $arcologies[0].name treats slaves," $he says. "And, well, I don't know how closely you watch the old world from where you are, but it's pretty bad. Saving your whole life doesn't always keep you fed and clothed, or even alive. I never had much and now I have even less, and I'd rather live as your slave in $arcologies[0].name than on the streets back home."
 
 <<case "Degradationist">>
 
@@ -1246,7 +1246,7 @@ The call comes in from an old world university. The caller, surprisingly, is a b
 
 You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
-The call comes in from an office, and you suppress the urge to check whether $assistantName has misidentified a business communication. The caller is a middle-aged woman, not unattractive, whose face is lined with stress and worry. $He draws $himself up and says, "I would like to apply to be your slave." There is a flash of bitter amusement at the absurd statement, but $he continues, "Business circumstances make it inevitable. I have considerable skills and experience, and it is my understanding that you value such things." $He forwards $his qualifications: they are comprehensive and open, including $his sexual skills as if they were merely another business asset. Which, in a way, they are.
+The call comes in from an office, and you suppress the urge to check whether $assistantName has misidentified a business communication. The caller is a middle-aged $woman, not unattractive, whose face is lined with stress and worry. $He draws $himself up and says, "I would like to apply to be your slave." There is a flash of bitter amusement at the absurd statement, but $he continues, "Business circumstances make it inevitable. I have considerable skills and experience, and it is my understanding that you value such things." $He forwards $his qualifications: they are comprehensive and open, including $his sexual skills as if they were merely another business asset. Which, in a way, they are.
 
 <</switch>>
 
@@ -1296,7 +1296,7 @@ The call comes in from an office, and you suppress the urge to check whether $as
 	<<case "Gender Fundamentalist">>
 		When $he arrives, $he is the very picture of a lost and very pregnant young waif. $He clearly feels some hope at leaving $his traditionalist home for a more modern society, but $he has just as clearly heard enough about the Free Cities to know that $he's likely to buy $his presence here through long years of sexual labor. $He sighs with relief at getting off $his feet when the enslavement process finally allows $him to sit.
 	<<case "Gender Fundamentalist Two">>
-		When $he arrives, $he is the very picture of a distraught and very pregnant mature woman. $He clearly feels some resentment at $his traditionalist home and family for selling $him into slavery, but $he has just as clearly heard enough about the Free Cities to know that $he's likely traded one form of marginalization for another.
+		When $he arrives, $he is the very picture of a distraught and very pregnant mature $woman. $He clearly feels some resentment at $his traditionalist home and family for selling $him into slavery, but $he has just as clearly heard enough about the Free Cities to know that $he's likely traded one form of marginalization for another.
 	<<case "Paternalist">>
 		$He speaks to you as a free $woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He does not look directly at your face, but keeps $his gaze lower than that, and stands expectant and ready for commands. You are reminded of $his intelligence by $his precisely correct behavior for a new slave, even before you give any kind of direction.
 	<<case "Paternalist Two">>
@@ -1312,9 +1312,9 @@ The call comes in from an office, and you suppress the urge to check whether $as
 	<<case "Transformation Fetishist">>
 		$He arrives with various medical devices still attached to $him, wrapped up in supportive hospital clothing. Despite this, it's obvious that you've made a good decision. The new tits that got $him into this situation are so cartoonish that some of the medical tubing has been hastily routed between them. After a few weeks on curatives and a few more in training, $he'll be ready to bounce those fake boobs up and down as $he takes dick.
 	<<case "Transformation Fetishist Two">>
-		$He arrives unapologetically in $his fine clothing. "I'm not sorry," $he says harshly, "but I'm wearing my best one last time whether you like it or not." Eventually $he sighs, squares $his shoulders, and visibly steels $himself. "I'll say as a free woman, since it's my last chance to say anything as a free woman, you're good-looking, for an evil slaveholding oligarch." $He delivers this last with a little smile on $his plush lips and a sense of bitter irony in $his voice. "If we'd met at a nice party last week I might have made a pass at you. You'd be a better choice than my ex-husband at least."
+		$He arrives unapologetically in $his fine clothing. "I'm not sorry," $he says harshly, "but I'm wearing my best one last time whether you like it or not." Eventually $he sighs, squares $his shoulders, and visibly steels $himself. "I'll say as a free $woman, since it's my last chance to say anything as a free $woman, you're good-looking, for an evil slaveholding oligarch." $He delivers this last with a little smile on $his plush lips and a sense of bitter irony in $his voice. "If we'd met at a nice party last week I might have made a pass at you. You'd be a better choice than my ex-husband at least."
 	<<case "Slimness Enthusiast">>
-		$He arrives apologizing for $his fine clothing. "I'm sorry," $he apologizes sadly, "but I wanted to wear my best one last time." $He sighs, squares $his shoulders, and visibly steels $himself. "I'll say as a free woman, since it's my last chance to say anything as a free woman, you're good-looking, for an evil slaveholding oligarch." $He delivers this last with a little smile on $his lips and rich turn of humor in $his voice. "If we'd met at a nice party last week I might have made a pass at you. I suppose that's beside the point now."
+		$He arrives apologizing for $his fine clothing. "I'm sorry," $he apologizes sadly, "but I wanted to wear my best one last time." $He sighs, squares $his shoulders, and visibly steels $himself. "I'll say as a free $woman, since it's my last chance to say anything as a free $woman, you're good-looking, for an evil slaveholding oligarch." $He delivers this last with a little smile on $his lips and rich turn of humor in $his voice. "If we'd met at a nice party last week I might have made a pass at you. I suppose that's beside the point now."
 	<<case "Slimness Enthusiast Two">>
 		When $he arrives, $he is the very picture of a young waif out of $his depth. It's clear $he feels relief and escaping going under the knife, but $he knows enough about the Free Cities to know that $he's likely to buy $his presence here through long years of sexual labor.
 	<<case "Asset Expansionist">>
@@ -1386,7 +1386,7 @@ The call comes in from an office, and you suppress the urge to check whether $as
 	<<case "Gender Fundamentalist">>
 		When $he arrives, $he is the very picture of a lost and very pregnant young waif. $He clearly feels some hope at leaving $his traditionalist home for a more modern society, but $he has just as clearly heard enough about the Free Cities to know that $he's likely to buy $his presence here through long years of sexual labor. A purchaser's agent appears to take $him away, and $he quietly asks who's bought $him. A breeder, you tell $him, who prefers stock proven to be fertile. $He'll probably manage 20 pregnancies or so, before $he's retired.
 	<<case "Gender Fundamentalist Two">>
-		When $he arrives, $he is the very picture of a distraught and very pregnant mature woman. $He clearly feels some resentment at $his traditionalist home and family for selling $him into slavery, but $he has just as clearly heard enough about the Free Cities to know that $he's likely traded one form of marginalization for another. A purchaser's agent appears to take $him away, and $he quietly asks who's bought $him. A breeder, you tell $him, who prefers to squeeze a few pregnancies out of mature women. $He'll probably manage a few pregnancies before $he's retired.
+		When $he arrives, $he is the very picture of a distraught and very pregnant mature $woman. $He clearly feels some resentment at $his traditionalist home and family for selling $him into slavery, but $he has just as clearly heard enough about the Free Cities to know that $he's likely traded one form of marginalization for another. A purchaser's agent appears to take $him away, and $he quietly asks who's bought $him. A breeder, you tell $him, who prefers to squeeze a few pregnancies out of mature women. $He'll probably manage a few pregnancies before $he's retired.
 	<<case "Paternalist">>
 		$He speaks to you as a free $woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He does not look directly at your face, but keeps $his gaze lower than that, and stands expectant and ready for commands. You are reminded of $his intelligence by $his presence of mind when a purchaser's agent arrives to take charge of $him; $he clearly calculates that making a scene will gain $him nothing, and cooperates. You reward this by telling $him the truth: $he's been sold to a citizen of $arcologies[0].name who shares paternalistic beliefs; $he'll be fine.
 	<<case "Paternalist Two">>
diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw
index bdb5b083ad7f5fd448c2db27a4c7d2468b93c972..8c4ee797e47d4325c9c6e1a525ef15da8b2a4a13 100644
--- a/src/uncategorized/rePokerNight.tw
+++ b/src/uncategorized/rePokerNight.tw
@@ -4,6 +4,9 @@
 
 <<setAssistantPronouns>>
 
+<span id="artFrame">
+</span>
+
 Despite their persistent presence in your arcology, interaction with your mercenaries is relatively scarce. Aside from mutually exchanged nods on the street and the occasional briefing, your $mercenariesTitle enjoy a degree of autonomy.
 
 <br><br>
@@ -90,16 +93,31 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 					<<set $activeSlave.analSkill = 0>>
 					<<set $activeSlave.whoreSkill = 0>>
 					<<set $activeSlave.combatSkill = 1>>
+					<<set $activeSlave.accent = random(0,1)>>
 					<<set $activeSlave.behavioralFlaw = "arrogant">>
 					<<set $activeSlave.hStyle = "shaved into a mohawk">>
 					<<set $activeSlave.customTat = "She has a number of tattoos from a variety of mercenary companies.">>
+					<<set $activeSlave.clothes = "a military uniform">>
+
 					<<setLocalPronouns $activeSlave>>
 
+					<<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 "#bountyresult">>
 						Some aggressive play and an eye for riling up your fellow players has resulted in an immense payout, and all but one of your adversaries have folded as the situation has escalated. The only player still in contention is a wily old mercenary, the veteran of $his fair share of battles on the battlefield and at the poker table. $He's short on chips, however, and $he'll have to buy in with something else as collateral.
 						<br><br>
 						<span id="aliveresult">
-
+							<<set $activeSlave.clothes = "no clothing">>
 							<<link "A year of servitude">>
 								<<replace "#aliveresult">>
 									<<if random(1,100) > 50>>
@@ -107,6 +125,18 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 										<<run repX(5000, "event")>>
 										<<run cashX(-5000, "event")>>
 									<<else>>
+
+										<<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>>
 										For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck has rendered you the victor. A silence falls over the room as the result is declared, but after some time your opponent breaks the hush by joking that life as your slave is probably easier than fighting for $arcologies[0].name. After some awkward laughter the night continues, and at the end your former mercenary joins you on your trip back to the penthouse to submit to processing and to begin $his new life as your sexual servant. $He's not young, but $he's tough and not distrusting of you due to $his service in the $mercenariesTitle.
 										<br>
 										<<include "New Slave Intro">>
diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw
index a672a77c245c3e2a273632aa700e96f843c5448a..9cc8816852b01fdff98da2c6e8262f917976cdd0 100644
--- a/src/uncategorized/reRecruit.tw
+++ b/src/uncategorized/reRecruit.tw
@@ -2078,7 +2078,7 @@ A young slave is going door to door offering $himself for sale on behalf of $his
 <br><br>
 "I was raised and trained by a slave orphanage, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>. It is not legal to own underage <<= $girl>>s, but it is legal to charge an orphan for the costs of raising $him when $he reaches $minimumSlaveAge, and those debts are always high enough to enslave $him. My <<= ordinalSuffix($activeSlave.actualAge)>> birthday was yesterday, <<if $activeSlave.actualAge == $minimumSlaveAge>>so I am a slave and for sale now<<else>>so I'm too old to stay at the orphanage any longer<</if>>."
 <br><br>
-"I have been trained for obedience since I came to the orphanage. At <<print Math.min(14, $activeSlave.actualAge - 4)>> they put me on drugs to make sure I'd grow nice T&A. On my <<= ordinalSuffix(Math.min(16, $activeSlave.actualAge - 2))>> birthday I got my first set of implants. Every time my boobs got used to the implants, I got sent in for a bigger set. I'm on my second set." $He unbuttons $his blouse and displays a pair of big fake tits. "I've also had my lips done." $He blows you a wet kiss.
+"I have been trained for obedience since I came to the orphanage. At <<= Math.min(14, $activeSlave.actualAge - 4)>> they put me on drugs to make sure I'd grow nice T&A. On my <<= ordinalSuffix(Math.min(16, $activeSlave.actualAge - 2))>> birthday I got my first set of implants. Every time my boobs got used to the implants, I got sent in for a bigger set. I'm on my second set." $He unbuttons $his blouse and displays a pair of big fake tits. "I've also had my lips done." $He blows you a wet kiss.
 <br><br>
 $He hikes up $his skirt and spins around slowly. "The drugs also made my butt bigger, and I've had my butt done too. <<if $activeSlave.actualAge == $minimumSlaveAge>>Since it wasn't okay to fuck me before I had turned $minimumSlaveAge and been made a slave<<else>>Since my owner thought it would make me more desirable<</if>>, I'm a virgin and my anus has never had anything up it, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>." $He pulls $his buttocks apart to prove it.
 <br><br>
@@ -2092,7 +2092,7 @@ A young slave is going door to door offering $himself for sale on behalf of $his
 <br><br>
 "I was raised and trained by a slave orphanage, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>. It is not legal to own underage <<= $girl>>s, but it is legal to charge an orphan for the costs of raising $him when $he reaches $minimumSlaveAge, and those debts are always high enough to enslave $him. My <<= ordinalSuffix($activeSlave.actualAge)>> birthday was yesterday, <<if $activeSlave.actualAge == $minimumSlaveAge>>so I am a slave and for sale now<<else>>so I'm too old to stay at the orphanage any longer<</if>>."
 <br><br>
-"I have been trained for obedience since I came to the orphanage. I came as a male, but they reassigned me to female right away. At <<print Math.min(14, $activeSlave.actualAge - 4)>> they put me on drugs to make sure I'd grow nice T&A and look more feminine. Those drugs also stopped my penis from growing much, so it's small, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>. On my <<= ordinalSuffix(Math.min(16, $activeSlave.actualAge - 2))>> birthday I got my first set of implants. Every time my chest got used to the implants, I got sent in for a bigger set. I'm on my third set." $He unbuttons $his blouse and displays a pair of fake tits.
+"I have been trained for obedience since I came to the orphanage. I came as a male, but they reassigned me to female right away. At <<= Math.min(14, $activeSlave.actualAge - 4)>> they put me on drugs to make sure I'd grow nice T&A and look more feminine. Those drugs also stopped my penis from growing much, so it's small, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>. On my <<= ordinalSuffix(Math.min(16, $activeSlave.actualAge - 2))>> birthday I got my first set of implants. Every time my chest got used to the implants, I got sent in for a bigger set. I'm on my third set." $He unbuttons $his blouse and displays a pair of fake tits.
 <br><br>
 $He hikes up $his skirt and spins around slowly, displaying a petite, half-hard cock. "The drugs also made my butt bigger and my hips wider. <<if $activeSlave.actualAge == $minimumSlaveAge>>Since it wasn't okay to fuck me before I had turned $minimumSlaveAge and been made a slave<<else>>Since my owner thought it would make me more desirable<</if>>, my anus has never had anything up it, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>." $He pulls $his buttocks apart to prove it. "I... I would be happy to serve you like I am now <<if $PC.title != 0>>sir<<else>>ma'am<</if>>, or you could send me for surgery to give me a pussy instead, I would like that too, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>."
 <br><br>
@@ -2104,7 +2104,7 @@ $He hikes up $his skirt and spins around slowly, displaying a petite, half-hard
 <br><br>
 The young $girl who is admitted to your office quails a bit at the sight of you, and you believe you can detect a bit of infatuation there, too. You wordlessly query $assistantName, and _heA turns to the massive task of sorting through arcology records to come up with a possible explanation. Meanwhile, you start interviewing the potential slave. It appears that $he left home, in a settlement near the arcology, right after $his <<= ordinalSuffix($activeSlave.actualAge)>> birthday and came straight here. $He's no innocent, and not destitute, and you're surprised $he's done something this foolish.
 <br><br>
-After a short while, your assistant whispers in your earpiece, <<if $assistant == 0>><<= properTitle()>>,<<else>>"Sweetheart,<</if>> $he doesn't live here. Look at this." $He pulls up footage of a public event several weeks ago, and the $girl is in the crowd, staring at you with limpid eyes. Rather than confronting $him directly, you probe the subject, and after some evasion $he admits that yes, $he did come here out of infatuation with you. "Pretty fuckin' stupid," $he admits. "But I've come too far now. I just really want to live here. With you, I guess. If that means being your slave, that's okay. Can I be your house servant, maybe?"
+After a short while, your assistant whispers in your earpiece, <<if $assistant == 0>><<= properTitle()>>,<<else>>"Sweetheart,<</if>> $he doesn't live here. Look at this." _HeA pulls up footage of a public event several weeks ago, and the $girl is in the crowd, staring at you with limpid eyes. Rather than confronting $him directly, you probe the subject, and after some evasion $he admits that yes, $he did come here out of infatuation with you. "Pretty fuckin' stupid," $he admits. "But I've come too far now. I just really want to live here. With you, I guess. If that means being your slave, that's okay. Can I be your house servant, maybe?"
 
 <<case "womanly PC">>
 
@@ -2183,9 +2183,9 @@ It isn't just all natural females either, as a few men also jumped on the bandwa
 
 <<case "gang leader">>
 
-Your desk flags a video message as coming from an... interesting source. It is from one of the minor gangs on the lower levels of your arcology — or not so minor anymore, as a pop-up tells you of the power-grab they made barely an hour ago. Curious what they might want, you take the call.
+Your desk flags a video message as coming from an... interesting source. It is from one of the minor gangs on the lower levels of your arcology — or not so minor any more, as a pop-up tells you of the power-grab they made barely an hour ago. Curious what they might want, you take the call.
 <br><br>
-A tough-looking man with multiple tattoos and a wife-beater shirt on appears on the screen, nodding in recognition. "Hey there, boss-<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>man<<else>>woman<</if>>! Just calling to pay my respects. Those weak-ass punks that were squatting in this section won't bother you anymore... we took care of 'em. Now it's just all law-abiding citizens and shit down here — so you don't have to send your security goons to check us out, you know." Your assistant throws up a list of the gang's numerous criminal activities, as well as the estimates what other enterprises they've just taken over. Nothing much out of the ordinary and with the shape the world is in, you've got bigger problems. The recommendation is to observe but mostly ignore them, which you casually confirm with a flick of your finger.
+A tough-looking man with multiple tattoos and a wife-beater shirt on appears on the screen, nodding in recognition. "Hey there, boss-<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>man<<else>>woman<</if>>! Just calling to pay my respects. Those weak-ass punks that were squatting in this section won't bother you any more... we took care of 'em. Now it's just all law-abiding citizens and shit down here — so you don't have to send your security goons to check us out, you know." Your assistant throws up a list of the gang's numerous criminal activities, as well as the estimates what other enterprises they've just taken over. Nothing much out of the ordinary and with the shape the world is in, you've got bigger problems. The recommendation is to observe but mostly ignore them, which you casually confirm with a flick of your finger.
 <br><br>
 Clearing his throat, the new gang leader on level twenty-five continues, "But that's not all; we got a bit of tribute for ya." Waving his hand, he makes room for two muscular bruisers carrying the unconscious form of another man — easily recognizable from $his muscled build and numerous tattoos as a hardened criminal. The face-recognition software tells you $he is the now overthrown gangster boss in that area of the arcology. "Everyone knows what fun things you do with your slaves, so we thought it'd fit for this guy. Gonna throw $him in an elevator in a minute and send it up, 'kay? If you make $him into a proper brainless slut, you'll have quite a few guys standing in line to have a go. And well, $he'd make a capable gladiator in a pit fight too. Have fun with the bastard."
 <br><br>
diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw
index 32e7e4933efb27d737df16814ec93d71f747146d..84d1910963e5079f04ec69c43edabe9fe1fd6f53 100644
--- a/src/uncategorized/reRelativeRecruiter.tw
+++ b/src/uncategorized/reRelativeRecruiter.tw
@@ -8,6 +8,7 @@
 <<run BaseSlave()>>
 <<set $activeSlave = Object.assign($activeSlave, clone($genePool.find(function(o) { return o.ID == $eventSlave.ID; })))>>
 
+<span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
@@ -17,6 +18,7 @@
 	<</if>>
 <</if>>
 /* 000-250-006 */
+</span>
 
 <<if ndef $newRelativeRecruitID>>
 	<<set $newRelativeRecruitID = 1100000>>
@@ -820,6 +822,18 @@ You look up the _relationType. _He2 costs <<print cashFormat($slaveCost)>>, a ba
 		<</if>>
 	<</switch>>
 	<<set $desc = SlaveTitle($eventSlave)>>
+	<<replace "#artFrame">>
+		/* 000-250-006 */
+		<<if $seeImages == 1>>
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $eventSlave 2 0>>
+			</div>
+		<</if>>
+		/* 000-250-006 */
+	<</replace>>
 	<<replace "#result">>
 	You complete the legalities and biometric scanning quickly and without fuss. $activeSlave.slaveName arrives shortly. The two slaves remember each other only dimly — they parted a long time ago — but they embrace. The devoted $desc explains the situation and encourages $his _relationType to be a good slave to you. $activeSlave.slaveName looks a little fearful but clearly realizes that _he2's lucky to be here.
 	<<include "New Slave Intro">>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 443ef84e686a1e8d13eabb098476cb07a6c04be9..9561c215a99cd73706bea699f478304439756e0f 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -1055,9 +1055,32 @@ Work on $his sex:
 	<</if>>
 <</if>>
 
-<<if $activeSlave.vagina > -1>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;
+<br>&nbsp;&nbsp;&nbsp;&nbsp;
+<<if ($activeSlave.dick == 0) && ($activeSlave.vagina == -1)>>
+	$He is a null, possessing neither penis nor vagina.
+<<elseif ($activeSlave.dick != 0)>>
+	$He has
+	<<if ($seeCircumcision == 1)>>
+		<<if ($activeSlave.foreskin == 0)>>
+			a circumcised
+		<<elseif ($activeSlave.foreskin >= 1)>>
+			an uncircumcised
+		<</if>>
+	<<else>>
+		a
+	<</if>>
+	<<if ($activeSlave.vagina == -1)>>
+		penis.
+	<<elseif ($activeSlave.ovaries != 0)>>
+		penis and a
+	<<elseif ($activeSlave.vagina != -1)>>
+		penis and a<<if $activeSlave.genes == "XY">>n artificial<</if>>
+	<</if>>
+<<elseif ($activeSlave.dick == 0)>>
 	$He has a
+<</if>>
+
+<<if $activeSlave.vagina > -1>>
 	<<if $activeSlave.vagina == 0>>
 		virgin pussy.
 	<<elseif $activeSlave.vagina == 1>>
@@ -1072,75 +1095,24 @@ Work on $his sex:
 		gaping cunt.
 	<</if>>
 <</if>>
-<<if ($activeSlave.vagina > 3)>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	$His vagina could benefit from surgical repair.
-	[[Repair pussy|Surgery Degradation][$activeSlave.vagina = 3,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "vagina"]] //This will reduce $his vaginal skills//
-<<elseif ($surgeryUpgrade == 1) && ($activeSlave.indentureRestrictions < 2)>>
-	<<if ($activeSlave.vagina > 1)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$His vaginal muscles could benefit from microsurgical rejuvenation.
-		[[Tighten pussy|Surgery Degradation][$activeSlave.vagina = 1,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "vagina"]] //This will reduce $his vaginal skills//
-	<<elseif ($activeSlave.vagina > 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$His pussy is as tight as a virgin's, and $his hymen could be restored.
-		[[Restore virginity|Surgery Degradation][$activeSlave.vagina = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "vagina"]] //This will reduce $his vaginal skills//
-	<</if>>
+
+<<if ($activeSlave.dick != 0) && (($activeSlave.ovaries != 0) || ($activeSlave.vagina != -1))>>
+	It's possible to remove either and leave $him sexually functional.
 <</if>>
 
 <<if ($activeSlave.vagina > -1) && ($activeSlave.dick > 0)>>
 	<<if $activeSlave.indentureRestrictions < 1 && ($activeSlave.breedingMark != 1 || $propOutcome == 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		Since $he has both a penis and a vagina, it's possible to remove $his pussy and leave $his sexually functional.
-		[[Remove pussy|Surgery Degradation][$activeSlave.vagina = -1,$activeSlave.ovaries = 0,$activeSlave.preg = -2,$activeSlave.pregSource = 0,$activeSlave.vaginalSkill = 0,$activeSlave.vaginalAccessory = "none",cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$activeSlave.health -= 20,$surgeryType = "vaginaRemoval"]] <<if $activeSlave.ovaries == 1>>//This will remove $his ovaries as well//<</if>>
+		| [[Remove pussy|Surgery Degradation][$activeSlave.vagina = -1,$activeSlave.ovaries = 0,$activeSlave.preg = -2,$activeSlave.pregSource = 0,$activeSlave.vaginalSkill = 0,$activeSlave.vaginalAccessory = "none",cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$activeSlave.health -= 20,$surgeryType = "vaginaRemoval"]] <<if $activeSlave.ovaries == 1>>//This will remove $his ovaries as well//<</if>>
 	<</if>>
 <<elseif $activeSlave.vagina > -1>>
 	<<if $activeSlave.indentureRestrictions < 1 && ($activeSlave.breedingMark != 1 || $propOutcome == 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$His pussy can be removed at the cost of $his sexual functionality, leaving $him a null.
-		[[Remove pussy|Surgery Degradation][$activeSlave.vagina = -1,$activeSlave.ovaries = 0,$activeSlave.preg = -2,$activeSlave.pregSource = 0,$activeSlave.vaginalSkill = 0,$activeSlave.vaginalAccessory = "none",cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$activeSlave.health -= 20,$surgeryType = "vaginaRemoval"]] <<if $activeSlave.ovaries == 1>>//This will remove $his ovaries as well//<</if>>
-	<</if>>
-<</if>>
-
-<<if ($activeSlave.dick == 0) && ($activeSlave.vagina == -1)>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	$He is a null, possessing neither penis nor vagina.
-<<elseif ($seeCircumcision == 1) && ($activeSlave.indentureRestrictions < 2)>>
-	<<if ($activeSlave.dick != 0) && ($activeSlave.vagina == -1) && ($activeSlave.foreskin == 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has a circumcised penis.
-	<<elseif ($activeSlave.dick != 0) && ($activeSlave.vagina == -1) && ($activeSlave.foreskin >= 1)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has an uncircumcised penis.
-	<<elseif ($activeSlave.dick != 0) && ($activeSlave.ovaries != 0) && ($activeSlave.foreskin == 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has a circumcised penis and a vagina.
-	<<elseif ($activeSlave.dick != 0) && ($activeSlave.ovaries != 0) && ($activeSlave.foreskin >= 1)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has an uncircumcised penis and a vagina.
-	<<elseif ($activeSlave.dick != 0) && ($activeSlave.vagina != -1) && ($activeSlave.foreskin == 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has a circumcised penis and a<<if $activeSlave.genes == "XY">>n artificial<</if>> vagina.
-	<<elseif ($activeSlave.dick != 0) && ($activeSlave.vagina != -1) && ($activeSlave.foreskin >= 1)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has an uncircumcised penis and a<<if $activeSlave.genes == "XY">>n artificial<</if>> vagina.
-	<</if>>
-<<else>>
-	<<if ($activeSlave.dick != 0) && ($activeSlave.vagina == -1)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has a penis.
-	<<elseif ($activeSlave.dick != 0) && ($activeSlave.ovaries != 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has a penis and a vagina.
-	<<elseif ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has a penis and a<<if $activeSlave.genes == "XY">>n artificial<</if>> vagina.
+		| [[Remove pussy|Surgery Degradation][$activeSlave.vagina = -1,$activeSlave.ovaries = 0,$activeSlave.preg = -2,$activeSlave.pregSource = 0,$activeSlave.vaginalSkill = 0,$activeSlave.vaginalAccessory = "none",cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$activeSlave.health -= 20,$surgeryType = "vaginaRemoval"]] <<if $activeSlave.ovaries == 1>>//This will remove $his ovaries as well//<</if>>
 	<</if>>
 <</if>>
 
 <<if $activeSlave.indentureRestrictions < 1 && ($activeSlave.breedingMark != 1 || $propOutcome == 0)>>
 	<<if ($activeSlave.vagina == -1) && ($activeSlave.dick != 0)>>
-		[[Convert genitalia to female|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.dickTat = 0,$activeSlave.foreskin = 0,$activeSlave.scrotum = 0,$activeSlave.balls = 0,$activeSlave.ballType = "human",$activeSlave.vasectomy = 0,$activeSlave.vagina = 0,$activeSlave.preg = -2,$activeSlave.vaginalSkill = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $surgeryType = "mtf"]]
+		| [[Convert genitalia to female|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.dickTat = 0,$activeSlave.foreskin = 0,$activeSlave.scrotum = 0,$activeSlave.balls = 0,$activeSlave.ballType = "human",$activeSlave.vasectomy = 0,$activeSlave.vagina = 0,$activeSlave.preg = -2,$activeSlave.vaginalSkill = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $surgeryType = "mtf"]]
 	<</if>>
 	<<if ($activeSlave.vagina == -1) && ($activeSlave.dick == 0) && ($surgeryUpgrade == 1)>>
 		| [[Create a vagina|Surgery Degradation][$activeSlave.vagina = 0,$activeSlave.vaginalSkill = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 40, $surgeryType = "ntf"]]
@@ -1166,6 +1138,22 @@ Work on $his sex:
 	<</if>>
 <</if>>
 
+<<if ($activeSlave.vagina > 3)>>
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;
+	$His vagina could benefit from surgical repair.
+	[[Repair pussy|Surgery Degradation][$activeSlave.vagina = 3,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "vagina"]] //This will reduce $his vaginal skills//
+<<elseif ($surgeryUpgrade == 1) && ($activeSlave.indentureRestrictions < 2)>>
+	<<if ($activeSlave.vagina > 1)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		$His vaginal muscles could benefit from microsurgical rejuvenation.
+		[[Tighten pussy|Surgery Degradation][$activeSlave.vagina = 1,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "vagina"]] //This will reduce $his vaginal skills//
+	<<elseif ($activeSlave.vagina > 0)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		$His pussy is as tight as a virgin's, and $his hymen could be restored.
+		[[Restore virginity|Surgery Degradation][$activeSlave.vagina = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "vagina"]] //This will reduce $his vaginal skills//
+	<</if>>
+<</if>>
+
 <<if ($activeSlave.balls > 0)>>
 	<<if ($activeSlave.balls == 1)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
diff --git a/src/uncategorized/saChoosesOwnJob.tw b/src/uncategorized/saChoosesOwnJob.tw
index f390e96033a36b3bb61fdfd47542ad8f83d0a286..c604ce05f734a9c1ee3e1c9fa5aedbae6db640db 100644
--- a/src/uncategorized/saChoosesOwnJob.tw
+++ b/src/uncategorized/saChoosesOwnJob.tw
@@ -407,7 +407,7 @@
 				<<set $slaves[$i].choosesOwnAssignmentText += " is a devoted slave, so $he decides $he can best serve the empire by serving at the fertility temple.">>
 				<<= assignJob($slaves[$i], "work in the brothel")>>
 			<<else>>
-				<<set $slaves[$i].choosesOwnAssignmentText += " is a devoted slave, so $he decides $he can best serve the empire by offering herself to the public.">>
+				<<set $slaves[$i].choosesOwnAssignmentText += " is a devoted slave, so $he decides $he can best serve the empire by offering $himself to the public.">>
 				<<= assignJob($slaves[$i], "serve the public")>>
 			<</if>>
 		<<elseif ($arcologies[0].FSPaternalist > 0)>>
diff --git a/src/uncategorized/saServeThePublic.tw b/src/uncategorized/saServeThePublic.tw
index 95a3b696af0148fc10ba7b16ab38d91f23927c6a..69097595bc21f17ed3e08340619579ce5c3bbbfa 100644
--- a/src/uncategorized/saServeThePublic.tw
+++ b/src/uncategorized/saServeThePublic.tw
@@ -157,7 +157,7 @@ the public.
 		<<elseif $clubAdsOld == -3>>
 		<<if ($slaves[$i].physical < 13)>>
 			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $clubName, which practically exists to match citizens up with loli slaves.
+			$He's perfect for $clubName, which practically exists to match citizens up with $loli slaves.
 		<</if>>
 		<</if>>
 		<<if $clubAdsXX == 1>>
diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw
index a7daf6d67828cd0662be7efb7c6badb771887b9a..ced9f38af70ea6ed6deb4f1f13e9195541a62f71 100644
--- a/src/uncategorized/saWhore.tw
+++ b/src/uncategorized/saWhore.tw
@@ -149,18 +149,18 @@ $his body.
 		<<elseif $brothelAdsOld == -3>>
 		<<if ($slaves[$i].physicalAge < 13)>>
 			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $brothelName, whose brand is loli slaves.
+			$He's perfect for $brothelName, whose brand is $loli slaves.
 		<</if>>
 		<</if>>
 		<<if $brothelAdsXX == 1>>
 		<<if ($slaves[$i].dick == 0)>>
 			<<set $beautyMultiplier += 0.05>>
-			Almost everyone who comes to $brothelName is looking to fuck a girl like $him.
+			Almost everyone who comes to $brothelName is looking to fuck a $girl like $him.
 		<</if>>
 		<<elseif $brothelAdsXX == -1>>
 		<<if ($slaves[$i].dick > 0)>>
 			<<set $beautyMultiplier += 0.05>>
-			Almost everyone who comes to $brothelName is looking to pound a girl who cums when buttfucked.
+			Almost everyone who comes to $brothelName is looking to pound a $girl who cums when buttfucked.
 		<</if>>
 		<</if>>
 	<</if>>
diff --git a/src/uncategorized/schoolroomReport.tw b/src/uncategorized/schoolroomReport.tw
index 55e7d86c39e651fe6a3b1c05ef039c57a188c999..fa856d5c742b84663a7162905d269f5c9d35029e 100644
--- a/src/uncategorized/schoolroomReport.tw
+++ b/src/uncategorized/schoolroomReport.tw
@@ -146,6 +146,7 @@
 <<set _restedSlaves = 0>>
 <<for _dI = 0; _dI < _DL; _dI++>>
 	<<set $i = $slaveIndices[$SchlRiIDs[_dI]]>>
+	<<setLocalPronouns $slaves[$i] 2>>
 	<<set $slaves[$i].devotion += _devBonus>>
 	<<if ($slaves[$i].health < -80)>>
 		<<set $slaves[$i].health += 20>>
diff --git a/src/uncategorized/seWeddingSingle.tw b/src/uncategorized/seWeddingSingle.tw
index b4c48e8885e7d28c438af2e86b9455c56b8c8c19..c7fa9d48e06ea7e688945b0fb64286ffad633d68 100644
--- a/src/uncategorized/seWeddingSingle.tw
+++ b/src/uncategorized/seWeddingSingle.tw
@@ -1,276 +1,276 @@
 :: SE wedding single [nobr]
 
-<<set _s = $slaveIndices[$marrying[0]]>>
-<<setLocalPronouns $slaves[_s]>>
-<<set _belly = bellyAdjective($slaves[_s])>>
+<<set _wedS = $slaveIndices[$marrying[0]]>>
+<<setLocalPronouns $slaves[_wedS]>>
+<<set _belly = bellyAdjective($slaves[_wedS])>>
 
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
-		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $slaves[_s] 2 0>></div>
+		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $slaves[_wedS] 2 0>></div>
 	<<else>>
-		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $slaves[_s] 2 0>></div>
+		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $slaves[_wedS] 2 0>></div>
 	<</if>>
 <</if>>
 /* 000-250-006 */
 </span>
 
-<<if $slaves[_s].relationship != 0>>
-	<<if $slaves[_s].relationship > 0>>
-		<<set _m = $slaveIndices[$slaves[_s].relationshipTarget]>>
-		<<set $slaves[_s].relationshipTarget = 0>>
+<<if $slaves[_wedS].relationship != 0>>
+	<<if $slaves[_wedS].relationship > 0>>
+		<<set _m = $slaveIndices[$slaves[_wedS].relationshipTarget]>>
+		<<set $slaves[_wedS].relationshipTarget = 0>>
 		<<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>>
 		<<setLocalPronouns $slaves[_m] 2>>
 	<</if>>
-	In the days leading up to your wedding, $slaves[_s].slaveName spent $his time
-	<<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-		<<if $slaves[_s].relationship != 0>>
-			<<if $slaves[_s].relationship == -1>>
+	In the days leading up to your wedding, $slaves[_wedS].slaveName spent $his time
+	<<if $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+		<<if $slaves[_wedS].relationship != 0>>
+			<<if $slaves[_wedS].relationship == -1>>
 				vowing that $he'll be less of a slut.
-			<<elseif $slaves[_s].relationship == 4>>
+			<<elseif $slaves[_wedS].relationship == 4>>
 				breaking up with $his lover, $slaves[_m].slaveName, as painlessly as possible.
-			<<elseif $slaves[_s].relationship == 3>>
+			<<elseif $slaves[_wedS].relationship == 3>>
 				breaking up with $his FWB, $slaves[_m].slaveName, as painlessly as possible.
-			<<elseif $slaves[_s].relationship > 0>>
+			<<elseif $slaves[_wedS].relationship > 0>>
 				promising $slaves[_m].slaveName that they'll still be friends, even if they can't spend time together.
 			<<else>>
 				as close to you as $he could.
 			<</if>>
 		<</if>>
-	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-		<<if $slaves[_s].relationship == -1>>
+	<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
+		<<if $slaves[_wedS].relationship == -1>>
 			sleeping with as many different people as $he could.
-			<<if !isSlaveAvailable($slaves[_s])>>
+			<<if !isSlaveAvailable($slaves[_wedS])>>
 				Or $he would have, if $he were able.
-			<<elseif canDoVaginal($slaves[_s]) && canDoAnal($slaves[_s])>>
+			<<elseif canDoVaginal($slaves[_wedS]) && canDoAnal($slaves[_wedS])>>
 				<<set _randomVag = random(30,60)>>
 				<<set _randomAnal = random(30,60)>>
 				<<set _randomOral = random(30,60)>>
-				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<set $slaves[_wedS].vaginalCount += _randomVag, $slaves[_wedS].analCount += _randomAnal, $slaves[_wedS].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
 				By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed holes.
-				<<if $slaves[_s].vagina == 0 && $slaves[_s].anus == 0>>
+				<<if $slaves[_wedS].vagina == 0 && $slaves[_wedS].anus == 0>>
 					$His actions robbed you of @@.lime;both $his virginities.@@
 				<</if>>
-				<<if $slaves[_s].vagina < 4>><<set $slaves[_s].vagina = 4>><</if>><<set $slaves[_s].anus = 4>>
-				<<if canGetPregnant($slaves[_s]) && (random(1,100) > 70) && $slaves[_s].eggType == "human">>
+				<<if $slaves[_wedS].vagina < 4>><<set $slaves[_wedS].vagina = 4>><</if>><<set $slaves[_wedS].anus = 4>>
+				<<if canGetPregnant($slaves[_wedS]) && (random(1,100) > 70) && $slaves[_wedS].eggType == "human">>
 					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
-			<<elseif canDoVaginal($slaves[_s])>>
+			<<elseif canDoVaginal($slaves[_wedS])>>
 				<<set _randomVag = random(30,60)>>
 				<<set _randomOral = random(30,60)>>
-				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+				<<set $slaves[_wedS].vaginalCount += _randomVag, $slaves[_wedS].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
 				By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed cunt.
-				<<if $slaves[_s].vagina == 0>>
+				<<if $slaves[_wedS].vagina == 0>>
 					$His actions robbed you of @@.lime;$his virginity.@@
 				<</if>>
-				<<if $slaves[_s].vagina < 4>><<set $slaves[_s].vagina = 4>><</if>>
-				<<if canGetPregnant($slaves[_s]) && (random(1,100) > 70) && $slaves[_s].eggType == "human">>
+				<<if $slaves[_wedS].vagina < 4>><<set $slaves[_wedS].vagina = 4>><</if>>
+				<<if canGetPregnant($slaves[_wedS]) && (random(1,100) > 70) && $slaves[_wedS].eggType == "human">>
 					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
-			<<elseif canDoAnal($slaves[_s])>>
+			<<elseif canDoAnal($slaves[_wedS])>>
 				<<set _randomAnal = random(30,60)>>
 				<<set _randomOral = random(30,60)>>
-				<<set $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<set $slaves[_wedS].analCount += _randomAnal, $slaves[_wedS].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
 				By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed anus.
-				<<if $slaves[_s].anus == 0>>
+				<<if $slaves[_wedS].anus == 0>>
 					$His actions robbed you of @@.lime;$his anal virginity.@@
 				<</if>>
-				<<set $slaves[_s].anus = 4>>
-				<<if canGetPregnant($slaves[_s]) && (random(1,100) > 70) && $slaves[_s].eggType == "human">>
+				<<set $slaves[_wedS].anus = 4>>
+				<<if canGetPregnant($slaves[_wedS]) && (random(1,100) > 70) && $slaves[_wedS].eggType == "human">>
 					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
 			<<else>>
 				<<set _randomOral = random(60,100)>>
-				<<set $slaves[_s].oralCount += _randomOral, $oralTotal += _randomOral>>
+				<<set $slaves[_wedS].oralCount += _randomOral, $oralTotal += _randomOral>>
 				By week's end, $he's managed to make $himself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids.
 			<</if>>
-		<<elseif $slaves[_s].relationship == 4>>
+		<<elseif $slaves[_wedS].relationship == 4>>
 			fucking $his love, $slaves[_m].slaveName, as often as possible while ignoring you.
-			<<if !isSlaveAvailable($slaves[_s])>>
+			<<if !isSlaveAvailable($slaves[_wedS])>>
 				Or $he would have, if $he were able.
 			<<elseif !isSlaveAvailable($slaves[_m])>>
 				Or $he would have, if _he2 were around.
-			<<elseif canDoVaginal($slaves[_s]) && canDoAnal($slaves[_s])>>
+			<<elseif canDoVaginal($slaves[_wedS]) && canDoAnal($slaves[_wedS])>>
 				<<set _randomVag = random(3,7)>>
 				<<set _randomAnal = random(1,4)>>
 				<<set _randomOral = random(5,10)>>
-				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-				<<if $slaves[_s].vagina == 0 && $slaves[_s].anus == 0>>
+				<<set $slaves[_wedS].vaginalCount += _randomVag, $slaves[_wedS].analCount += _randomAnal, $slaves[_wedS].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<if $slaves[_wedS].vagina == 0 && $slaves[_wedS].anus == 0>>
 					$His actions robbed you of @@.lime;both $his virginities.@@
-					<<set $slaves[_s].vagina = 1, $slaves[_s].anus = 1>>
+					<<set $slaves[_wedS].vagina = 1, $slaves[_wedS].anus = 1>>
 				<</if>>
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 70)>>
 					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
-			<<elseif canDoVaginal($slaves[_s])>>
+			<<elseif canDoVaginal($slaves[_wedS])>>
 				<<set _randomVag = random(3,7)>>
 				<<set _randomOral = random(5,10)>>
-				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-				<<if $slaves[_s].vagina == 0>>
+				<<set $slaves[_wedS].vaginalCount += _randomVag, $slaves[_wedS].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+				<<if $slaves[_wedS].vagina == 0>>
 					$His actions robbed you of @@.lime;$his virginity.@@
-					<<set $slaves[_s].vagina = 1>>
+					<<set $slaves[_wedS].vagina = 1>>
 				<</if>>
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 70)>>
 					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
-			<<elseif canDoAnal($slaves[_s])>>
+			<<elseif canDoAnal($slaves[_wedS])>>
 				<<set _randomAnal = random(1,4)>>
 				<<set _randomOral = random(5,10)>>
-				<<set $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-				<<if $slaves[_s].anus == 0>>
+				<<set $slaves[_wedS].analCount += _randomAnal, $slaves[_wedS].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<if $slaves[_wedS].anus == 0>>
 					$His actions robbed you of @@.lime;$his anal virginity.@@
-					<<set $slaves[_s].anus = 1>>
+					<<set $slaves[_wedS].anus = 1>>
 				<</if>>
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 70)>>
 					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
 			<<else>>
 				<<set _randomOral = random(15,20)>>
-				<<set $slaves[_s].oralCount += _randomOral, $oralTotal += _randomOral>>
+				<<set $slaves[_wedS].oralCount += _randomOral, $oralTotal += _randomOral>>
 				By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
 			<</if>>
-		<<elseif $slaves[_s].relationship == 3>>
+		<<elseif $slaves[_wedS].relationship == 3>>
 			fucking $his lover, $slaves[_m].slaveName, as often as possible while ignoring you.
-			<<if !isAvailable($slaves[_s])>>
+			<<if !isAvailable($slaves[_wedS])>>
 				Or $he would have, if $he were able.
 			<<elseif !isSlaveAvailable($slaves[_m])>>
 				Or $he would have, if _he2 were around.
-			<<elseif canDoVaginal($slaves[_s]) && canDoAnal($slaves[_s])>>
+			<<elseif canDoVaginal($slaves[_wedS]) && canDoAnal($slaves[_wedS])>>
 				<<set _randomVag = random(3,7)>>
 				<<set _randomAnal = random(1,4)>>
 				<<set _randomOral = random(5,10)>>
-				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-				<<if $slaves[_s].vagina == 0 && $slaves[_s].anus == 0>>
+				<<set $slaves[_wedS].vaginalCount += _randomVag, $slaves[_wedS].analCount += _randomAnal, $slaves[_wedS].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<if $slaves[_wedS].vagina == 0 && $slaves[_wedS].anus == 0>>
 					$His actions robbed you of @@.lime;both $his virginities.@@
-					<<set $slaves[_s].vagina = 1, $slaves[_s].anus = 1>>
+					<<set $slaves[_wedS].vagina = 1, $slaves[_wedS].anus = 1>>
 				<</if>>
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 70)>>
 					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
-			<<elseif canDoVaginal($slaves[_s])>>
+			<<elseif canDoVaginal($slaves[_wedS])>>
 				<<set _randomVag = random(3,7)>>
 				<<set _randomOral = random(5,10)>>
-				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-				<<if $slaves[_s].vagina == 0>>
+				<<set $slaves[_wedS].vaginalCount += _randomVag, $slaves[_wedS].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+				<<if $slaves[_wedS].vagina == 0>>
 					$His actions robbed you of @@.lime;$his virginity.@@
-					<<set $slaves[_s].vagina = 1>>
+					<<set $slaves[_wedS].vagina = 1>>
 				<</if>>
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 70)>>
 					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
-			<<elseif canDoAnal($slaves[_s])>>
+			<<elseif canDoAnal($slaves[_wedS])>>
 				<<set _randomAnal = random(1,4)>>
 				<<set _randomOral = random(5,10)>>
-				<<set $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-				<<if $slaves[_s].anus == 0>>
+				<<set $slaves[_wedS].analCount += _randomAnal, $slaves[_wedS].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<if $slaves[_wedS].anus == 0>>
 					$His actions robbed you of @@.lime;$his anal virginity.@@
-					<<set $slaves[_s].anus = 1>>
+					<<set $slaves[_wedS].anus = 1>>
 				<</if>>
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 70)>>
 					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
 			<<else>>
 				<<set _randomOral = random(15,20)>>
-				<<set $slaves[_s].oralCount += _randomOral, $oralTotal += _randomOral>>
+				<<set $slaves[_wedS].oralCount += _randomOral, $oralTotal += _randomOral>>
 				By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
 			<</if>>
-		<<elseif $slaves[_s].relationship > 0>>
+		<<elseif $slaves[_wedS].relationship > 0>>
 			spending time away from you with $slaves[_m].slaveName.
 		<<else>>
 			inappropriately planning redecorations.
 		<</if>>
-	<<elseif $slaves[_s].devotion < -20>>
-		<<if $slaves[_s].relationship == -1>>
+	<<elseif $slaves[_wedS].devotion < -20>>
+		<<if $slaves[_wedS].relationship == -1>>
 			desperately pleading with you to change your mind.
-		<<elseif $slaves[_s].relationship == 4>>
+		<<elseif $slaves[_wedS].relationship == 4>>
 			with $his love, $slaves[_m].slaveName, weeping.
-		<<elseif $slaves[_s].relationship == 3>>
+		<<elseif $slaves[_wedS].relationship == 3>>
 			with $his lover, $slaves[_m].slaveName, weeping.
-		<<elseif $slaves[_s].relationship > 0>>
+		<<elseif $slaves[_wedS].relationship > 0>>
 			with $his friend, $slaves[_m].slaveName, weeping.
 		<<else>>
 			desperately pleading with you to change your mind.
 		<</if>>
 	<<else>>
-		<<if $slaves[_s].relationship == -1>>
+		<<if $slaves[_wedS].relationship == -1>>
 			trying $his hardest to not sleep with anyone else.
-		<<elseif $slaves[_s].relationship == 4>>
+		<<elseif $slaves[_wedS].relationship == 4>>
 			alongside $his love, $slaves[_m].slaveName.
-			<<if canDoVaginal($slaves[_s]) && $slaves[_s].vagina != 0>>
-				<<set $slaves[_s].vaginalCount += 1, $vaginalTotal += 1>>
+			<<if canDoVaginal($slaves[_wedS]) && $slaves[_wedS].vagina != 0>>
+				<<set $slaves[_wedS].vaginalCount += 1, $vaginalTotal += 1>>
 				$He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
-					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 90)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_wedS].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
-			<<elseif canDoAnal($slaves[_s])>>
-				<<set $slaves[_s].analCount += 1, $analTotal += 1>>
+			<<elseif canDoAnal($slaves[_wedS])>>
+				<<set $slaves[_wedS].analCount += 1, $analTotal += 1>>
 				$He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
-					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 90)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_wedS].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
 			<<else>>
-				<<set $slaves[_s].oralCount += 1, $oralTotal += 1>>
+				<<set $slaves[_wedS].oralCount += 1, $oralTotal += 1>>
 				$He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
 			<</if>>
-		<<elseif $slaves[_s].relationship == 3>>
+		<<elseif $slaves[_wedS].relationship == 3>>
 			alongside $his lover, $slaves[_m].slaveName.
-			<<if canDoVaginal($slaves[_s]) && $slaves[_s].vagina != 0>>
-				<<set $slaves[_s].vaginalCount += 1, $vaginalTotal += 1>>
+			<<if canDoVaginal($slaves[_wedS]) && $slaves[_wedS].vagina != 0>>
+				<<set $slaves[_wedS].vaginalCount += 1, $vaginalTotal += 1>>
 				$He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
-					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 90)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_wedS].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
-			<<elseif canDoAnal($slaves[_s])>>
-				<<set $slaves[_s].analCount += 1, $analTotal += 1>>
+			<<elseif canDoAnal($slaves[_wedS])>>
+				<<set $slaves[_wedS].analCount += 1, $analTotal += 1>>
 				$He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
-				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
-					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<<if canImpreg($slaves[_wedS], $slaves[_m]) && (random(1,100) > 90)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_wedS].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+					<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1, $slaves[_wedS].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+					<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+					<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, $slaves[_wedS].pregSource, $slaves[_wedS].preg)>>
 				<</if>>
 			<<else>>
-				<<set $slaves[_s].oralCount += 1, $oralTotal += 1>>
+				<<set $slaves[_wedS].oralCount += 1, $oralTotal += 1>>
 				$He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
 			<</if>>
-		<<elseif $slaves[_s].relationship > 0>>
+		<<elseif $slaves[_wedS].relationship > 0>>
 			with $his friend, $slaves[_m].slaveName.
 		<<else>>
 			wearing a very conflicted expression.
@@ -278,104 +278,104 @@
 	<</if>>
 <</if>>
 
-<<if !isFertile($slaves[_s]) && $weddingPlanned == 3>>
-	$slaves[_s].slaveName can no longer be impregnated as planned for the ceremony, so it has been hurriedly recast as a normal slave wedding.
+<<if !isFertile($slaves[_wedS]) && $weddingPlanned == 3>>
+	$slaves[_wedS].slaveName can no longer be impregnated as planned for the ceremony, so it has been hurriedly recast as a normal slave wedding.
 	<<set $weddingPlanned = 1>>
 	<br><br>
 <</if>>
 
 <<if $weddingPlanned == 3>>
 
-	The ceremony to bind <<= SlaveFullName($slaves[_s])>> to you as your slave wife, and $his womb to you as your private breeding ground, is a polite affair which you host in the lower floor of your penthouse. <<if $arcologies[0].FSRestart != "unset" && ($slaves[_s].breedingMark == 0 || $propOutcome == 0)>>Barely anyone is there, mostly lower-class citizens, several accompanied by their slaves. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. There is a distinct air of unrest in the room, as if the absent Elites' distaste of your actions came in their place.<<else>>All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.<</if>>
+	The ceremony to bind <<= SlaveFullName($slaves[_wedS])>> to you as your slave wife, and $his womb to you as your private breeding ground, is a polite affair which you host in the lower floor of your penthouse. <<if $arcologies[0].FSRestart != "unset" && ($slaves[_wedS].breedingMark == 0 || $propOutcome == 0)>>Barely anyone is there, mostly lower-class citizens, several accompanied by their slaves. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. There is a distinct air of unrest in the room, as if the absent Elites' distaste of your actions came in their place.<<else>>All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.<</if>>
 	<br><br>
-	$slaves[_s].slaveName appears after everyone has had a chance to socialize,<<if ($slaves[_s].amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
-	<<if ($slaves[_s].vagina == 0)>>
+	$slaves[_wedS].slaveName appears after everyone has had a chance to socialize,<<if ($slaves[_wedS].amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
+	<<if ($slaves[_wedS].vagina == 0)>>
 		white, since $he's a virgin.
-	<<elseif ($slaves[_s].pregKnown == 1)>>
+	<<elseif ($slaves[_wedS].pregKnown == 1)>>
 		light pink, since $he's pregnant.
-	<<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].anus == 0)>>
+	<<elseif ($slaves[_wedS].vagina < 0) && ($slaves[_wedS].anus == 0)>>
 		white, since $he's an anal virgin.
-	<<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].boobs > 500)>>
+	<<elseif ($slaves[_wedS].vagina < 0) && ($slaves[_wedS].boobs > 500)>>
 		electric blue, since $he's a shemale.
-	<<elseif ($slaves[_s].vagina < 0)>>
+	<<elseif ($slaves[_wedS].vagina < 0)>>
 		pale blue, since $he's a sissy slave.
-	<<elseif ($slaves[_s].dick > 0)>>
+	<<elseif ($slaves[_wedS].dick > 0)>>
 		hot pink, since $he's a futa slave.
 	<<else>>
 		light pink, since $he's an experienced sex slave.
 	<</if>>
 	A filmy veil covers $his head and shoulders. $His lacy bridal bra
-	<<if ($slaves[_s].boobs > 4000)>>
+	<<if ($slaves[_wedS].boobs > 4000)>>
 		is a marvel of engineering, discreetly reinforced to support $his gigantic udders.
-	<<elseif ($slaves[_s].boobs > 1200)>>
+	<<elseif ($slaves[_wedS].boobs > 1200)>>
 		just barely restrains $his huge boobs, leaving the tops of $his areolae visible.
-	<<elseif ($slaves[_s].boobs > 400)>>
+	<<elseif ($slaves[_wedS].boobs > 400)>>
 		flatters $his pretty breasts.
 	<<else>>
 		flatters $his pretty chest.
 	<</if>>
-	<<if $slaves[_s].bellyPreg >= 600000>>
+	<<if $slaves[_wedS].bellyPreg >= 600000>>
 		$His expansive, squirming pregnant belly makes $his bridal wear particularly obscene.
-	<<elseif ($slaves[_s].bellyPreg >= 1500)>>
+	<<elseif ($slaves[_wedS].bellyPreg >= 1500)>>
 		$His _belly pregnant belly protrudes out the front of $his bridal wear.
-	<<elseif ($slaves[_s].bellyImplant >= 1500)>>
-		$His _belly <<print $slaves[_s].bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
-	<<elseif ($slaves[_s].bellyFluid >= 10000)>>
-		$His hugely bloated, <<print $slaves[_s].inflationType>>-filled belly protrudes out the front of $his bridal wear.
-	<<elseif ($slaves[_s].bellyFluid >= 5000)>>
-		$His bloated, <<print $slaves[_s].inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
-	<<elseif ($slaves[_s].bellyFluid >= 1500)>>
-		$His distended, <<print $slaves[_s].inflationType>>-belly protrudes out the front of $his bridal wear.
-	<</if>>
-	<<if $slaves[_s].dickAccessory == ("chastity") || $slaves[_s].dickAccessory == ("combined chastity")>>
+	<<elseif ($slaves[_wedS].bellyImplant >= 1500)>>
+		$His _belly <<print $slaves[_wedS].bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
+	<<elseif ($slaves[_wedS].bellyFluid >= 10000)>>
+		$His hugely bloated, <<print $slaves[_wedS].inflationType>>-filled belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_wedS].bellyFluid >= 5000)>>
+		$His bloated, <<print $slaves[_wedS].inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_wedS].bellyFluid >= 1500)>>
+		$His distended, <<print $slaves[_wedS].inflationType>>-belly protrudes out the front of $his bridal wear.
+	<</if>>
+	<<if $slaves[_wedS].dickAccessory == ("chastity") || $slaves[_wedS].dickAccessory == ("combined chastity")>>
 		$His slave dick is hidden by its chastity cage.
-	<<elseif canAchieveErection($slaves[_s])>>
-		<<if ($slaves[_s].dick > 4) && ($slaves[_s].belly >= 5000)>>
-		$He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $slaves[_s].bellyPreg >= 3000>>pregnant <</if>>belly.
-		<<elseif $slaves[_s].dick > 4>>
+	<<elseif canAchieveErection($slaves[_wedS])>>
+		<<if ($slaves[_wedS].dick > 4) && ($slaves[_wedS].belly >= 5000)>>
+		$He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $slaves[_wedS].bellyPreg >= 3000>>pregnant <</if>>belly.
+		<<elseif $slaves[_wedS].dick > 4>>
 		$He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
 		<<else>>
 		$His erection tents the front of $his lacy g-string.
 		<</if>>
-	<<elseif ($slaves[_s].dick > 0)>>
-		<<if $slaves[_s].dick > 10>>
+	<<elseif ($slaves[_wedS].dick > 0)>>
+		<<if $slaves[_wedS].dick > 10>>
 		$His huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
-		<<elseif $slaves[_s].dick > 4>>
+		<<elseif $slaves[_wedS].dick > 4>>
 		$His big soft cock forms a lewd mass, stuffed into $his lacy g-string.
 		<<else>>
 		$His lacy g-string perfectly conceals $his soft dick.
 		<</if>>
 	<<else>>
-		<<if $slaves[_s].clit > 1>>
+		<<if $slaves[_wedS].clit > 1>>
 		$His huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it.
 		<<else>>
 		$His lacy g-string covers $his womanhood demurely.
 		<</if>>
 	<</if>>
-	There is no aisle for $him to <<if $slaves[_s].amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $slaves[_s].amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
-	<<if $slaves[_s].fetish == "mindbroken">>
+	There is no aisle for $him to <<if $slaves[_wedS].amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $slaves[_wedS].amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
+	<<if $slaves[_wedS].fetish == "mindbroken">>
 		despite the fact that $he had to be pushed into walking towards you.
-	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+	<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
 		of $his own choice, and $he does so with a smile.
-	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+	<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
 		of $his own choice, and $he does so with hesitation.
-	<<elseif $slaves[_s].devotion < -20>>
+	<<elseif $slaves[_wedS].devotion < -20>>
 		of $his own (forced) choice, and $he does so with wavering steps.
 	<<else>>
 		of $his own choice, and $he does so willingly.
 	<</if>>
 	<br><br>
 	When $he's in front of you,
-	<<if $slaves[_s].amp == 1>>
+	<<if $slaves[_wedS].amp == 1>>
 		the slave carrying $his limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch.
 	<<else>>
-		<<if $slaves[_s].fetish == "mindbroken">>
+		<<if $slaves[_wedS].fetish == "mindbroken">>
 			you push $him onto $his knees so $his head
-		<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
 			$he happily gets down on $his knees so $his head
-		<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
 			$he slowly lowers $himself onto $his knees so $his head
-		<<elseif $slaves[_s].devotion < -20>>
+		<<elseif $slaves[_wedS].devotion < -20>>
 			$he quickly lowers $himself onto $his knees so $his tear-streaked face
 		<<else>>
 			$he gets down on $his knees so $his head
@@ -383,26 +383,26 @@
 	<</if>>
 	is level with your crotch.
 	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring
-	<<if $slaves[_s].amp == 1>>
+	<<if $slaves[_wedS].amp == 1>>
 		on a cord around $his neck, since $he lacks fingers to wear it on.
 	<<else>>
-		on $his <<if $slaves[_s].devotion < -20 && $slaves[_s].trust <= 20>>trembling <</if>>finger.
+		on $his <<if $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust <= 20>>trembling <</if>>finger.
 	<</if>>
 	There is no ring for you, since this marriage does not bind you.
 	<br>
-	<<if $PC.surname && $slaves[_s].slaveSurname != $PC.surname>>
+	<<if $PC.surname && $slaves[_wedS].slaveSurname != $PC.surname>>
 		<br><br><span id="surnaming">
 		<<link "Give $him your surname too">>
 			<<replace "#surnaming">>
-				<<set $slaves[_s].slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $slaves[_s].slaveName $slaves[_s].slaveSurname. The new Mrs. $slaves[_s].slaveSurname hears this, of course, and
-				<<if $slaves[_s].fetish == "mindbroken">>
+				<<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
+				<<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[_s].devotion+$slaves[_s].trust >= 175>>
+				<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
 					breaks down again. Not only is $he to be blessed with your child, but $he's to take your surname as well.
-				<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+				<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
 					scoffs audibly. Just another burden for $him to carry; like the child soon to be growing in $his womb.
-				<<elseif $slaves[_s].devotion < -20>>
+				<<elseif $slaves[_wedS].devotion < -20>>
 					breaks down again. Not only are you binding $him to you with your child, but with your name as well.
 				<<else>>
 					nods acceptingly. Your will is $his will, after all.
@@ -412,172 +412,172 @@
 		</span>
 	<</if>>
 	<br><br>
-	<<if $slaves[_s].fetish == "mindbroken">>
-		$slaves[_s].slaveName is mindbroken, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He follows your motions like a ragdoll. You maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull $his knees up to give your guests a good view as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. $He is left to face them, staring off into space. Though $he faces the crowd, $his mind is empty; this might as well be any other fucking to $him. $He twitches ever so slightly when your seed flows into $him, orgasming robotically to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
-	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-		Then, you <<if $slaves[_s].amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. $He is left to face your guests, watching raptly as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's @@.mediumaquamarine;concrete proof that $he's special to you.@@ $He gasps when your seed flows into $him, orgasming $himself to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
-	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-		$slaves[_s].slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if $slaves[_s].amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, faking an orgasm to @@.green;applause from your guests.@@ At this, $he shoots you a dirty look, blaming you for this indignity. You'll fuck $him repeatedly over the next few days, ensuring impregnation, despite $his efforts to defy you.
-	<<elseif $slaves[_s].devotion < -20>>
-		$slaves[_s].slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if $slaves[_s].amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, orgasming unwillingly @@.green;applause from your guests.@@ At this, $he completely breaks down, blubbering like a child at the unwelcome warmth in $his lower belly. You'll fuck $him repeatedly over the next few days, ensuring impregnation, despite $his protesting.
+	<<if $slaves[_wedS].fetish == "mindbroken">>
+		$slaves[_wedS].slaveName is mindbroken, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He follows your motions like a ragdoll. You maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull $his knees up to give your guests a good view as you fuck $his fertile <<if $slaves[_wedS].mpreg == 1>>asshole<<else>>cunt<</if>>. $He is left to face them, staring off into space. Though $he faces the crowd, $his mind is empty; this might as well be any other fucking to $him. $He twitches ever so slightly when your seed flows into $him, orgasming robotically to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
+	<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+		Then, you <<if $slaves[_wedS].amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. $He is left to face your guests, watching raptly as you fuck $his fertile <<if $slaves[_wedS].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's @@.mediumaquamarine;concrete proof that $he's special to you.@@ $He gasps when your seed flows into $him, orgasming $himself to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
+	<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
+		$slaves[_wedS].slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if $slaves[_wedS].amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if $slaves[_wedS].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, faking an orgasm to @@.green;applause from your guests.@@ At this, $he shoots you a dirty look, blaming you for this indignity. You'll fuck $him repeatedly over the next few days, ensuring impregnation, despite $his efforts to defy you.
+	<<elseif $slaves[_wedS].devotion < -20>>
+		$slaves[_wedS].slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if $slaves[_wedS].amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if $slaves[_wedS].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, orgasming unwillingly @@.green;applause from your guests.@@ At this, $he completely breaks down, blubbering like a child at the unwelcome warmth in $his lower belly. You'll fuck $him repeatedly over the next few days, ensuring impregnation, despite $his protesting.
 	<<else>>
-		$slaves[_s].slaveName isn't particularly excited about what's coming, but $he's fully prepared for it and accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if $slaves[_s].amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it is what it is. $He gasps when your seed flows into $him, orgasming shortly after to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
+		$slaves[_wedS].slaveName isn't particularly excited about what's coming, but $he's fully prepared for it and accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if $slaves[_wedS].amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it is what it is. $He gasps when your seed flows into $him, orgasming shortly after to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
 	<</if>>
-	<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
-	<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-	<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, -1, $slaves[_s].preg)>>
-	<<set $slaves[_s].pregSource = -1>>
-	<<if ($slaves[_s].vagina == 0) || ($slaves[_s].mpreg == 1 && $slaves[_s].anus == 0)>>
+	<<set $slaves[_wedS].preg = 1, $slaves[_wedS].pregKnown = 1, $slaves[_wedS].pregWeek = 1>>
+	<<set $slaves[_wedS].pregType = setPregType($slaves[_wedS])>>
+	<<set WombImpregnate($slaves[_wedS], $slaves[_wedS].pregType, -1, $slaves[_wedS].preg)>>
+	<<set $slaves[_wedS].pregSource = -1>>
+	<<if ($slaves[_wedS].vagina == 0) || ($slaves[_wedS].mpreg == 1 && $slaves[_wedS].anus == 0)>>
 		Naturally, the ceremony @@.lime;took $his virginity;@@
-		<<if $slaves[_s].fetish == "mindbroken">>
+		<<if $slaves[_wedS].fetish == "mindbroken">>
 			$he didn't notice.
-		<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
 			$he was so happy @@.hotpink;$his first time was with you and so special.@@
-			<<set $slaves[_s].devotion += 5>>
-		<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+			<<set $slaves[_wedS].devotion += 5>>
+		<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
 			$he was @@.mediumorchid;saving that for someone special.@@
-			<<set $slaves[_s].devotion -= 5>>
-		<<elseif $slaves[_s].devotion < -20>>
-			$he wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if $slaves[_s].mpreg == 1>>asshole<<else>>pussy<</if>>.@@
-			<<set $slaves[_s].devotion -= 10>>
+			<<set $slaves[_wedS].devotion -= 5>>
+		<<elseif $slaves[_wedS].devotion < -20>>
+			$he wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if $slaves[_wedS].mpreg == 1>>asshole<<else>>pussy<</if>>.@@
+			<<set $slaves[_wedS].devotion -= 10>>
 		<<else>>
 			you made it @@.hotpink;enjoyable@@ at least.
-			<<set $slaves[_s].devotion += 2>>
+			<<set $slaves[_wedS].devotion += 2>>
 		<</if>>
-		<<if $slaves[_s].mpreg == 1>><<set $slaves[_s].anus = 1>><<else>><<set $slaves[_s].vagina = 1>><</if>>
+		<<if $slaves[_wedS].mpreg == 1>><<set $slaves[_wedS].anus = 1>><<else>><<set $slaves[_wedS].vagina = 1>><</if>>
 	<</if>>
-	<<if ($slaves[_s].fetish == "pregnancy") && ($slaves[_s].fetishStrength > 60)>>
-		<<if $slaves[_s].fetish == "mindbroken">>
-		<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+	<<if ($slaves[_wedS].fetish == "pregnancy") && ($slaves[_wedS].fetishStrength > 60)>>
+		<<if $slaves[_wedS].fetish == "mindbroken">>
+		<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
 			As a pregnancy fetishist, @@.hotpink;$he confidently believes this wedding will be the high point of $his life.@@
-			<<set $slaves[_s].devotion += 20>>
-		<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+			<<set $slaves[_wedS].devotion += 20>>
+		<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
 			As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony.@@
-			<<set $slaves[_s].devotion += 1>>
-		<<elseif $slaves[_s].devotion < -20>>
+			<<set $slaves[_wedS].devotion += 1>>
+		<<elseif $slaves[_wedS].devotion < -20>>
 			As a pregnancy fetishist, getting raped pregnant by someone $he hates leaves $him with very mixed feelings.
 		<<else>>
 			As a pregnancy fetishist, @@.hotpink;$he thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
-			<<set $slaves[_s].devotion += 10>>
+			<<set $slaves[_wedS].devotion += 10>>
 		<</if>>
 	<</if>>
-	<<if $slaves[_s].relationship != 0>>
-		<<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-			<<if $slaves[_s].relationship > 0>>
-				$His <<if $slaves[_s].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_s].relationship > 2>>ex<<else>>companion<</if>>'s future.
-				<<if $slaves[_s].relationship == 4>>
+	<<if $slaves[_wedS].relationship != 0>>
+		<<if $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+			<<if $slaves[_wedS].relationship > 0>>
+				$His <<if $slaves[_wedS].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_wedS].relationship > 2>>ex<<else>>companion<</if>>'s future.
+				<<if $slaves[_wedS].relationship == 4>>
 					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-				<<elseif $slaves[_s].relationship == 3>>
+				<<elseif $slaves[_wedS].relationship == 3>>
 					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
 				<<else>>
 					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
 				<</if>>
 			<</if>>
-		<<elseif $slaves[_s].devotion < -20>>
-			<<if $slaves[_s].relationship == -1>>
+		<<elseif $slaves[_wedS].devotion < -20>>
+			<<if $slaves[_wedS].relationship == -1>>
 				$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-			<<elseif $slaves[_s].relationship == 4>>
+				<<set $slaves[_wedS].devotion -= 40, $slaves[_wedS].trust -= 40>>
+			<<elseif $slaves[_wedS].relationship == 4>>
 				Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
 				<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-			<<elseif $slaves[_s].relationship == 3>>
+				<<set $slaves[_wedS].devotion -= 40, $slaves[_wedS].trust -= 40>>
+			<<elseif $slaves[_wedS].relationship == 3>>
 				Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
 				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-				<<set $slaves[_s].devotion -= 50, $slaves[_s].trust -= 30>>
-			<<elseif $slaves[_s].relationship > 0>>
+				<<set $slaves[_wedS].devotion -= 50, $slaves[_wedS].trust -= 30>>
+			<<elseif $slaves[_wedS].relationship > 0>>
 				Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
 				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-				<<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
+				<<set $slaves[_wedS].devotion -= 20, $slaves[_wedS].trust -= 20>>
 			<</if>>
 		<<else>>
-			<<if $slaves[_s].relationship == -1>>
+			<<if $slaves[_wedS].relationship == -1>>
 				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-				<<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
-			<<elseif $slaves[_s].relationship == 4>>
+				<<set $slaves[_wedS].devotion -= 10, $slaves[_wedS].trust -= 10>>
+			<<elseif $slaves[_wedS].relationship == 4>>
 				Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
 				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-				<<set $slaves[_s].devotion -= 30, $slaves[_s].trust -= 20>>
-			<<elseif $slaves[_s].relationship == 3>>
+				<<set $slaves[_wedS].devotion -= 30, $slaves[_wedS].trust -= 20>>
+			<<elseif $slaves[_wedS].relationship == 3>>
 				Both $him and $his ex are @@.mediumorchid;saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
 				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-				<<set $slaves[_s].devotion -= 15, $slaves[_s].trust -= 10>>
-			<<elseif $slaves[_s].relationship > 0>>
+				<<set $slaves[_wedS].devotion -= 15, $slaves[_wedS].trust -= 10>>
+			<<elseif $slaves[_wedS].relationship > 0>>
 				Both $him and $his friend are @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
 				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-				<<set $slaves[_s].devotion -= 5, $slaves[_s].trust -= 5>>
+				<<set $slaves[_wedS].devotion -= 5, $slaves[_wedS].trust -= 5>>
 			<</if>>
 		<</if>>
 	<</if>>
-	<<set $slaves[_s].relationship = -3>>
-	<<if $slaves[_s].mpreg == 1>><<set $slaves[_s].analCount += 1, $analTotal += 1>><<else>><<set $slaves[_s].vaginalCount += 1, $vaginalTotal += 1>><</if>>
+	<<set $slaves[_wedS].relationship = -3>>
+	<<if $slaves[_wedS].mpreg == 1>><<set $slaves[_wedS].analCount += 1, $analTotal += 1>><<else>><<set $slaves[_wedS].vaginalCount += 1, $vaginalTotal += 1>><</if>>
 	<<run repX(2000, "event", $slaves[_m])>>
-	<<run repX(2000, "event", $slaves[_s])>>
-	<<if $slaves[_s].fetish == "mindbroken">>
-		<<set $desc = "a framed shot of you impregnating the blank-faced " + $slaves[_s].slaveName + " at your wedding">>
-	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-		<<set $desc = "a framed shot of you impregnating the joyous " + $slaves[_s].slaveName + " at your wedding">>
-	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-		<<set $desc = "a framed shot of you forcefully impregnating the disinterested " + $slaves[_s].slaveName + " at your wedding">>
-	<<elseif $slaves[_s].devotion < -20>>
-		<<set $desc = "a framed shot of you forcefully impregnating the tear soaked " + $slaves[_s].slaveName + " at your wedding">>
+	<<run repX(2000, "event", $slaves[_wedS])>>
+	<<if $slaves[_wedS].fetish == "mindbroken">>
+		<<set $desc = "a framed shot of you impregnating the blank-faced " + $slaves[_wedS].slaveName + " at your wedding">>
+	<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+		<<set $desc = "a framed shot of you impregnating the joyous " + $slaves[_wedS].slaveName + " at your wedding">>
+	<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
+		<<set $desc = "a framed shot of you forcefully impregnating the disinterested " + $slaves[_wedS].slaveName + " at your wedding">>
+	<<elseif $slaves[_wedS].devotion < -20>>
+		<<set $desc = "a framed shot of you forcefully impregnating the tear soaked " + $slaves[_wedS].slaveName + " at your wedding">>
 	<<else>>
-		<<set $desc = "a framed shot of you impregnating " + $slaves[_s].slaveName + " at your wedding">>
+		<<set $desc = "a framed shot of you impregnating " + $slaves[_wedS].slaveName + " at your wedding">>
 	<</if>>
 	<<set $trinkets.push($desc)>>
-	<<if $arcologies[0].FSRestart != "unset" && ($slaves[_s].breedingMark == 0 || $propOutcome == 0) && $eugenicsFullControl != 1>>
+	<<if $arcologies[0].FSRestart != "unset" && ($slaves[_wedS].breedingMark == 0 || $propOutcome == 0) && $eugenicsFullControl != 1>>
 		You have @@.red;angered@@ the Societal Elite by this public showing of everything they stand against.
 		<<set $failedElite += 250>>
 	<</if>>
 
 <<elseif $weddingPlanned == 2>>
 
-	The ceremony to bind <<= SlaveFullName($slaves[_s])>> to you as your slave wife is an all day affair.
-	<<if $slaves[_s].fetish == "mindbroken">>
-		$He spent the day before resting and preparing $himself, if you can call sitting around mindlessly preparing. $He spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+	The ceremony to bind <<= SlaveFullName($slaves[_wedS])>> to you as your slave wife is an all day affair.
+	<<if $slaves[_wedS].fetish == "mindbroken">>
+		$He spent the day before resting and preparing $himself, if you can call sitting around mindlessly preparing. $He spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. $slaves[_wedS].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
 		<br><br>
-		$He returns shortly, looking exhausted but otherwise uncaring. $He's naked still, $his skin clean and $slaves[_s].skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		$He returns shortly, looking exhausted but otherwise uncaring. $He's naked still, $his skin clean and $slaves[_wedS].skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_wedS].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
 		<br><br>
 		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-		$He spent the day before resting and preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+	<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+		$He spent the day before resting and preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. $slaves[_wedS].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
 		<br><br>
-		$He returns shortly, looking exhausted but rather proud of $himself for getting through all that. $He's naked still, $his skin clean and $slaves[_s].skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. $He does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		$He returns shortly, looking exhausted but rather proud of $himself for getting through all that. $He's naked still, $his skin clean and $slaves[_wedS].skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. $He does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_wedS].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
 		<br><br>
 		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-		$He spent the day before resting and trying to ready $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+	<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
+		$He spent the day before resting and trying to ready $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $slaves[_wedS].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
 		<br><br>
-		$He returns shortly, looking exhausted and annoyed. $He's naked still, $his skin clean and $slaves[_s].skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		$He returns shortly, looking exhausted and annoyed. $He's naked still, $his skin clean and $slaves[_wedS].skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_wedS].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
 		<br><br>
 		Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. $He squirms slightly in $his sleep to the unwelcome feeling of your arm around $him.
-	<<elseif $slaves[_s].devotion < -20>>
-		$He spent the day before resting and crying to $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+	<<elseif $slaves[_wedS].devotion < -20>>
+		$He spent the day before resting and crying to $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $slaves[_wedS].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
 		<br><br>
-		$He returns shortly, looking exhausted and depressed. $He's naked still, $his skin clean and $slaves[_s].skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		$He returns shortly, looking exhausted and depressed. $He's naked still, $his skin clean and $slaves[_wedS].skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_wedS].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
 		<br><br>
 		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
 	<<else>>
-		$He spent the day before resting and reluctantly preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		$He spent the day before resting and reluctantly preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. $slaves[_wedS].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
 		<br><br>
-		$He returns shortly, looking exhausted. $He's naked still, $his skin clean and $slaves[_s].skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		$He returns shortly, looking exhausted. $He's naked still, $his skin clean and $slaves[_wedS].skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_wedS].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
 		<br><br>
 		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
 	<</if>>
 	<br>
-	<<if $PC.surname && $slaves[_s].slaveSurname != $PC.surname>>
+	<<if $PC.surname && $slaves[_wedS].slaveSurname != $PC.surname>>
 		<br><br><span id="surnaming">
 		<<link "Give $him your surname as well">>
 			<<replace "#surnaming">>
-				<<set $slaves[_s].slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $slaves[_s].slaveName $slaves[_s].slaveSurname. The new Mrs. $slaves[_s].slaveSurname hears this, of course, and
-				<<if $slaves[_s].fetish == "mindbroken">>
+				<<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
+				<<if $slaves[_wedS].fetish == "mindbroken">>
 					shows no reaction. Like many things, names mean nothing to $him now.
-				<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+				<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
 					breaks down again.
-				<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+				<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
 					scoffs audibly.
-				<<elseif $slaves[_s].devotion < -20>>
+				<<elseif $slaves[_wedS].devotion < -20>>
 					breaks down again.
 				<<else>>
 					nods acceptingly.
@@ -587,191 +587,191 @@
 		</span>
 	<</if>>
 
-	<<if ndef $slaves[_s].publicCount>>
-		<<set $slaves[_s].publicCount = 0>>
+	<<if ndef $slaves[_wedS].publicCount>>
+		<<set $slaves[_wedS].publicCount = 0>>
 	<</if>>
-	<<if $slaves[_s].vagina > 0>>
-		<<set $slaves[_s].vaginalCount += 50>>
+	<<if $slaves[_wedS].vagina > 0>>
+		<<set $slaves[_wedS].vaginalCount += 50>>
 		<<set $vaginalTotal += 50>>
-		<<set $slaves[_s].publicCount += 50>>
+		<<set $slaves[_wedS].publicCount += 50>>
 	<</if>>
-	<<if $slaves[_s].anus < 3>>
-		<<set $slaves[_s].anus += 1>>
+	<<if $slaves[_wedS].anus < 3>>
+		<<set $slaves[_wedS].anus += 1>>
 		You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party.
 	<</if>>
-	<<if $slaves[_s].relationship != 0>>
-		<<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-			<<if $slaves[_s].relationship > 0>>
-				$His <<if $slaves[_s].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_s].relationship > 2>>love<<else>>companion<</if>>'s future.
-				<<if $slaves[_s].relationship == 4>>
+	<<if $slaves[_wedS].relationship != 0>>
+		<<if $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+			<<if $slaves[_wedS].relationship > 0>>
+				$His <<if $slaves[_wedS].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_wedS].relationship > 2>>love<<else>>companion<</if>>'s future.
+				<<if $slaves[_wedS].relationship == 4>>
 					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-				<<elseif $slaves[_s].relationship == 3>>
+				<<elseif $slaves[_wedS].relationship == 3>>
 					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
 				<<else>>
 					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
 				<</if>>
-			<<elseif $slaves[_s].relationship == -2>>
+			<<elseif $slaves[_wedS].relationship == -2>>
 				$He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted.
-			<<elseif $slaves[_s].relationship == -1>>
+			<<elseif $slaves[_wedS].relationship == -1>>
 				Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@
-				<<set $slaves[_s].devotion = 100, $slaves[_s].trust = 100>>
+				<<set $slaves[_wedS].devotion = 100, $slaves[_wedS].trust = 100>>
 			<</if>>
-		<<elseif $slaves[_s].devotion < -20>>
-			<<if $slaves[_s].relationship == -1>>
+		<<elseif $slaves[_wedS].devotion < -20>>
+			<<if $slaves[_wedS].relationship == -1>>
 				$He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays.
-				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-			<<elseif $slaves[_s].relationship == 4>>
+				<<set $slaves[_wedS].devotion -= 40, $slaves[_wedS].trust -= 40>>
+			<<elseif $slaves[_wedS].relationship == 4>>
 				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others.
 				<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-			<<elseif $slaves[_s].relationship == 3>>
+				<<set $slaves[_wedS].devotion -= 40, $slaves[_wedS].trust -= 40>>
+			<<elseif $slaves[_wedS].relationship == 3>>
 				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
 				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-				<<set $slaves[_s].devotion -= 50, $slaves[_s].trust -= 30>>
-			<<elseif $slaves[_s].relationship > 0>>
+				<<set $slaves[_wedS].devotion -= 50, $slaves[_wedS].trust -= 30>>
+			<<elseif $slaves[_wedS].relationship > 0>>
 				Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
 				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-				<<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
+				<<set $slaves[_wedS].devotion -= 20, $slaves[_wedS].trust -= 20>>
 			<</if>>
 		<<else>>
-			<<if $slaves[_s].relationship == -1>>
+			<<if $slaves[_wedS].relationship == -1>>
 				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy.
-				<<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
-			<<elseif $slaves[_s].relationship == 4>>
+				<<set $slaves[_wedS].devotion -= 10, $slaves[_wedS].trust -= 10>>
+			<<elseif $slaves[_wedS].relationship == 4>>
 				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
 				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-				<<set $slaves[_s].devotion -= 30, $slaves[_s].trust -= 20>>
-			<<elseif $slaves[_s].relationship == 3>>
+				<<set $slaves[_wedS].devotion -= 30, $slaves[_wedS].trust -= 20>>
+			<<elseif $slaves[_wedS].relationship == 3>>
 				Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way.
 				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-				<<set $slaves[_s].devotion -= 15, $slaves[_s].trust -= 10>>
-			<<elseif $slaves[_s].relationship > 0>>
+				<<set $slaves[_wedS].devotion -= 15, $slaves[_wedS].trust -= 10>>
+			<<elseif $slaves[_wedS].relationship > 0>>
 				Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
 				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-				<<set $slaves[_s].devotion -= 5, $slaves[_s].trust -= 5>>
+				<<set $slaves[_wedS].devotion -= 5, $slaves[_wedS].trust -= 5>>
 			<</if>>
 		<</if>>
 	<</if>>
-	<<set $slaves[_s].relationship = -3>>
-	<<set $slaves[_s].oralCount += 50>>
+	<<set $slaves[_wedS].relationship = -3>>
+	<<set $slaves[_wedS].oralCount += 50>>
 	<<set $oralTotal += 50>>
-	<<set $slaves[_s].analCount += 50>>
+	<<set $slaves[_wedS].analCount += 50>>
 	<<set $analTotal += 50>>
-	<<set $slaves[_s].publicCount += 100>>
-	<<if canGetPregnant($slaves[_s]) && $slaves[_s].eggType == "human">>
-		<<= knockMeUp($slaves[_s], 20, 2, -2)>>
+	<<set $slaves[_wedS].publicCount += 100>>
+	<<if canGetPregnant($slaves[_wedS]) && $slaves[_wedS].eggType == "human">>
+		<<= knockMeUp($slaves[_wedS], 20, 2, -2)>>
 	<</if>>
 	<<run repX(2500, "event", $slaves[_m])>>
-	<<run repX(2500, "event", $slaves[_s])>>
-	<<if $slaves[_s].fetish == "mindbroken">>
-		<<set $desc = "a framed shot of the broken " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
-	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-		<<set $desc = "a framed shot of the tear and cum soaked " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
-	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-		<<set $desc = "a framed shot of the glowering " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
-	<<elseif $slaves[_s].devotion < -20>>
-		<<set $desc = "a framed shot of " + $slaves[_s].slaveName + " getting gangbanged and weeping at your wedding">>
+	<<run repX(2500, "event", $slaves[_wedS])>>
+	<<if $slaves[_wedS].fetish == "mindbroken">>
+		<<set $desc = "a framed shot of the broken " + $slaves[_wedS].slaveName + " getting gangbanged at your wedding">>
+	<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+		<<set $desc = "a framed shot of the tear and cum soaked " + $slaves[_wedS].slaveName + " getting gangbanged at your wedding">>
+	<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
+		<<set $desc = "a framed shot of the glowering " + $slaves[_wedS].slaveName + " getting gangbanged at your wedding">>
+	<<elseif $slaves[_wedS].devotion < -20>>
+		<<set $desc = "a framed shot of " + $slaves[_wedS].slaveName + " getting gangbanged and weeping at your wedding">>
 	<<else>>
-		<<set $desc = "a framed shot of " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
+		<<set $desc = "a framed shot of " + $slaves[_wedS].slaveName + " getting gangbanged at your wedding">>
 	<</if>>
 	<<set $trinkets.push($desc)>>
 
 <<else>>
 
-	The ceremony to bind <<= SlaveFullName($slaves[_s])>> to you as your slave wife is a polite affair which you host in the lower floor of your penthouse. All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.
+	The ceremony to bind <<= SlaveFullName($slaves[_wedS])>> to you as your slave wife is a polite affair which you host in the lower floor of your penthouse. All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.
 	<br><br>
-	$slaves[_s].slaveName appears after everyone has had a chance to socialize,<<if ($slaves[_s].amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
-	<<if ($slaves[_s].vagina == 0)>>
+	$slaves[_wedS].slaveName appears after everyone has had a chance to socialize,<<if ($slaves[_wedS].amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
+	<<if ($slaves[_wedS].vagina == 0)>>
 		white, since $he's a virgin.
-	<<elseif ($slaves[_s].pregKnown == 1)>>
+	<<elseif ($slaves[_wedS].pregKnown == 1)>>
 		light pink, since $he's pregnant.
-	<<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].anus == 0)>>
+	<<elseif ($slaves[_wedS].vagina < 0) && ($slaves[_wedS].anus == 0)>>
 		white, since $he's an anal virgin.
-	<<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].boobs > 500)>>
+	<<elseif ($slaves[_wedS].vagina < 0) && ($slaves[_wedS].boobs > 500)>>
 		electric blue, since $he's a shemale.
-	<<elseif ($slaves[_s].vagina < 0)>>
+	<<elseif ($slaves[_wedS].vagina < 0)>>
 		pale blue, since $he's a sissy slave.
-	<<elseif ($slaves[_s].dick > 0)>>
+	<<elseif ($slaves[_wedS].dick > 0)>>
 		hot pink, since $he's a futa slave.
 	<<else>>
 		light pink, since $he's an experienced sex slave.
 	<</if>>
 	A filmy veil covers $his head and shoulders. $His lacy bridal bra
-	<<if ($slaves[_s].boobs > 4000)>>
+	<<if ($slaves[_wedS].boobs > 4000)>>
 		is a marvel of engineering, discreetly reinforced to support $his gigantic udders.
-	<<elseif ($slaves[_s].boobs > 1200)>>
+	<<elseif ($slaves[_wedS].boobs > 1200)>>
 		just barely restrains $his huge boobs, leaving the tops of $his areolae visible.
-	<<elseif ($slaves[_s].boobs > 400)>>
+	<<elseif ($slaves[_wedS].boobs > 400)>>
 		flatters $his pretty breasts.
 	<<else>>
 		flatters $his pretty chest.
 	<</if>>
-	<<if $slaves[_s].bellyPreg >= 600000>>
+	<<if $slaves[_wedS].bellyPreg >= 600000>>
 		$His expansive, squirming pregnant belly makes $his bridal wear particularly obscene.
-	<<elseif ($slaves[_s].bellyPreg >= 1500)>>
+	<<elseif ($slaves[_wedS].bellyPreg >= 1500)>>
 		$His _belly pregnant belly protrudes out the front of $his bridal wear.
-	<<elseif ($slaves[_s].bellyImplant >= 1500)>>
-		$His _belly <<print $slaves[_s].bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
-	<<elseif ($slaves[_s].bellyFluid >= 10000)>>
-		$His hugely bloated, <<print $slaves[_s].inflationType>>-filled belly protrudes out the front of $his bridal wear.
-	<<elseif ($slaves[_s].bellyFluid >= 5000)>>
-		$His bloated, <<print $slaves[_s].inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
-	<<elseif ($slaves[_s].bellyFluid >= 1500)>>
-		$His distended, <<print $slaves[_s].inflationType>>-belly protrudes out the front of $his bridal wear.
-	<</if>>
-	<<if $slaves[_s].dickAccessory == ("chastity") || $slaves[_s].dickAccessory == ("combined chastity")>>
+	<<elseif ($slaves[_wedS].bellyImplant >= 1500)>>
+		$His _belly <<print $slaves[_wedS].bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
+	<<elseif ($slaves[_wedS].bellyFluid >= 10000)>>
+		$His hugely bloated, <<print $slaves[_wedS].inflationType>>-filled belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_wedS].bellyFluid >= 5000)>>
+		$His bloated, <<print $slaves[_wedS].inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_wedS].bellyFluid >= 1500)>>
+		$His distended, <<print $slaves[_wedS].inflationType>>-belly protrudes out the front of $his bridal wear.
+	<</if>>
+	<<if $slaves[_wedS].dickAccessory == ("chastity") || $slaves[_wedS].dickAccessory == ("combined chastity")>>
 		$His slave dick is hidden by its chastity cage.
-	<<elseif canAchieveErection($slaves[_s])>>
-		<<if ($slaves[_s].dick > 4) && ($slaves[_s].belly >= 5000)>>
-		$He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $slaves[_s].bellyPreg >= 3000>>pregnant <</if>>belly.
-		<<elseif $slaves[_s].dick > 4>>
+	<<elseif canAchieveErection($slaves[_wedS])>>
+		<<if ($slaves[_wedS].dick > 4) && ($slaves[_wedS].belly >= 5000)>>
+		$He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $slaves[_wedS].bellyPreg >= 3000>>pregnant <</if>>belly.
+		<<elseif $slaves[_wedS].dick > 4>>
 		$He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
 		<<else>>
 		$His erection tents the front of $his lacy g-string.
 		<</if>>
-	<<elseif ($slaves[_s].dick > 0)>>
-		<<if $slaves[_s].dick > 10>>
+	<<elseif ($slaves[_wedS].dick > 0)>>
+		<<if $slaves[_wedS].dick > 10>>
 		$His huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
-		<<elseif $slaves[_s].dick > 4>>
+		<<elseif $slaves[_wedS].dick > 4>>
 		$His big soft cock forms a lewd mass, stuffed into $his lacy g-string.
 		<<else>>
 		$His lacy g-string perfectly conceals $his soft dick.
 		<</if>>
 	<<else>>
-		<<if $slaves[_s].clit > 1>>
+		<<if $slaves[_wedS].clit > 1>>
 		$His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it.
 		<<else>>
 		$His lacy g-string covers $his womanhood demurely.
 		<</if>>
 	<</if>>
-	There is no aisle for $him to <<if $slaves[_s].amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $slaves[_s].amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
-	<<if $slaves[_s].fetish == "mindbroken">>
+	There is no aisle for $him to <<if $slaves[_wedS].amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $slaves[_wedS].amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
+	<<if $slaves[_wedS].fetish == "mindbroken">>
 		despite the fact that $he had to be pushed into walking towards you.
-	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+	<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
 		of $his own choice, and $he does so with a smile.
-	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+	<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
 		of $his own choice, and $he does so with hesitation.
-	<<elseif $slaves[_s].devotion < -20>>
+	<<elseif $slaves[_wedS].devotion < -20>>
 		of $his own (forced) choice, and $he does so with wavering steps.
 	<<else>>
 		of $his own choice, and $he does so willingly.
 	<</if>>
 	<br><br>
-	When $he's in front of you, <<if $slaves[_s].amp == 1>>the slave carrying $his limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch<<else>>$he gets down on $his knees so $his head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+	When $he's in front of you, <<if $slaves[_wedS].amp == 1>>the slave carrying $his limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch<<else>>$he gets down on $his knees so $his head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_wedS].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
 	<br>
-	<<if $PC.surname && $slaves[_s].slaveSurname != $PC.surname>>
+	<<if $PC.surname && $slaves[_wedS].slaveSurname != $PC.surname>>
 		<br><br><span id="surnaming">
 		<<link "Give $him your surname">>
 			<<replace "#surnaming">>
-				<<set $slaves[_s].slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $slaves[_s].slaveName $slaves[_s].slaveSurname. The new Mrs. $slaves[_s].slaveSurname hears this, of course, and
-				<<if $slaves[_s].fetish == "mindbroken">>
+				<<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
+				<<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[_s].devotion+$slaves[_s].trust >= 175>>
+				<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
 					breaks down again; it's like a dream come true.
-				<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+				<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
 					scoffs audibly; just another burden for $him to carry.
-				<<elseif $slaves[_s].devotion < -20>>
+				<<elseif $slaves[_wedS].devotion < -20>>
 					breaks down again; this is nothing more than another unwanted link to you.
 				<<else>>
 					nods acceptingly. Your will is $his will, after all.
@@ -781,80 +781,80 @@
 		</span>
 	<</if>>
 	<br><br> Then, you flip $his veil over $his head so $he can <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> in front of your guests, as the ceremony requires. $He approaches $his task
-	<<if $slaves[_s].fetish == "mindbroken">>
+	<<if $slaves[_wedS].fetish == "mindbroken">>
 		with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes.
-	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-		<<if ($slaves[_s].fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
-	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+	<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+		<<if ($slaves[_wedS].fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
+	<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
 		with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
-	<<elseif $slaves[_s].devotion < -20>>
+	<<elseif $slaves[_wedS].devotion < -20>>
 		with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
 	<<else>>
-		with a will. $He approaches $his task <<if ($slaves[_s].fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
+		with a will. $He approaches $his task <<if ($slaves[_wedS].fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
 	<</if>>
-	<<if $slaves[_s].relationship != 0>>
-		<<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-			<<if $slaves[_s].relationship > 0>>
-				$His <<if $slaves[_s].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_s].relationship > 2>>love<<else>>companion<</if>>'s future.
-				<<if $slaves[_s].relationship == 4>>
+	<<if $slaves[_wedS].relationship != 0>>
+		<<if $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+			<<if $slaves[_wedS].relationship > 0>>
+				$His <<if $slaves[_wedS].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_wedS].relationship > 2>>love<<else>>companion<</if>>'s future.
+				<<if $slaves[_wedS].relationship == 4>>
 					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-				<<elseif $slaves[_s].relationship == 3>>
+				<<elseif $slaves[_wedS].relationship == 3>>
 					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
 				<<else>>
 					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
 				<</if>>
 			<</if>>
-		<<elseif $slaves[_s].devotion < -20>>
-			<<if $slaves[_s].relationship == -1>>
+		<<elseif $slaves[_wedS].devotion < -20>>
+			<<if $slaves[_wedS].relationship == -1>>
 				$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-			<<elseif $slaves[_s].relationship == 4>>
+				<<set $slaves[_wedS].devotion -= 40, $slaves[_wedS].trust -= 40>>
+			<<elseif $slaves[_wedS].relationship == 4>>
 				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
 				<<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
-				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-			<<elseif $slaves[_s].relationship == 3>>
+				<<set $slaves[_wedS].devotion -= 40, $slaves[_wedS].trust -= 40>>
+			<<elseif $slaves[_wedS].relationship == 3>>
 				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
 				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-				<<set $slaves[_s].devotion -= 30, $slaves[_s].trust -= 30>>
-			<<elseif $slaves[_s].relationship > 0>>
+				<<set $slaves[_wedS].devotion -= 30, $slaves[_wedS].trust -= 30>>
+			<<elseif $slaves[_wedS].relationship > 0>>
 				Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
 				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-				<<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
+				<<set $slaves[_wedS].devotion -= 20, $slaves[_wedS].trust -= 20>>
 			<</if>>
 		<<else>>
-			<<if $slaves[_s].relationship == -1>>
+			<<if $slaves[_wedS].relationship == -1>>
 				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-				<<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
-			<<elseif $slaves[_s].relationship == 4>>
+				<<set $slaves[_wedS].devotion -= 10, $slaves[_wedS].trust -= 10>>
+			<<elseif $slaves[_wedS].relationship == 4>>
 				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
 				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-				<<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
-			<<elseif $slaves[_s].relationship == 3>>
+				<<set $slaves[_wedS].devotion -= 20, $slaves[_wedS].trust -= 20>>
+			<<elseif $slaves[_wedS].relationship == 3>>
 				Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
 				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-				<<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
-			<<elseif $slaves[_s].relationship > 0>>
+				<<set $slaves[_wedS].devotion -= 10, $slaves[_wedS].trust -= 10>>
+			<<elseif $slaves[_wedS].relationship > 0>>
 				Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
 				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-				<<set $slaves[_s].devotion -= 5, $slaves[_s].trust -= 5>>
+				<<set $slaves[_wedS].devotion -= 5, $slaves[_wedS].trust -= 5>>
 			<</if>>
 		<</if>>
 	<</if>>
-	<<set $slaves[_s].relationship = -3>>
-	<<set $slaves[_s].oralCount += 1>>
+	<<set $slaves[_wedS].relationship = -3>>
+	<<set $slaves[_wedS].oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<<run repX(2000, "event", $slaves[_m])>>
-	<<run repX(2000, "event", $slaves[_s])>>
-	<<if $slaves[_s].fetish == "mindbroken">>
-		<<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + $slaves[_s].slaveName>>
-	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-		<<set $desc = "a framed shot of your romantic wedding to the joyous " + $slaves[_s].slaveName>>
-	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-		<<set $desc = "a framed shot of your forced wedding to the hateful " + $slaves[_s].slaveName>>
-	<<elseif $slaves[_s].devotion < -20>>
-		<<set $desc = "a framed shot of your forced wedding to the weeping " + $slaves[_s].slaveName>>
+	<<run repX(2000, "event", $slaves[_wedS])>>
+	<<if $slaves[_wedS].fetish == "mindbroken">>
+		<<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + $slaves[_wedS].slaveName>>
+	<<elseif $slaves[_wedS].devotion+$slaves[_wedS].trust >= 175>>
+		<<set $desc = "a framed shot of your romantic wedding to the joyous " + $slaves[_wedS].slaveName>>
+	<<elseif $slaves[_wedS].devotion < -20 && $slaves[_wedS].trust > 20>>
+		<<set $desc = "a framed shot of your forced wedding to the hateful " + $slaves[_wedS].slaveName>>
+	<<elseif $slaves[_wedS].devotion < -20>>
+		<<set $desc = "a framed shot of your forced wedding to the weeping " + $slaves[_wedS].slaveName>>
 	<<else>>
-		<<set $desc = "a framed shot of your wedding to " + $slaves[_s].slaveName>>
+		<<set $desc = "a framed shot of your wedding to " + $slaves[_wedS].slaveName>>
 	<</if>>
 	<<set $trinkets.push($desc)>>
 
diff --git a/src/uncategorized/servantsQuarters.tw b/src/uncategorized/servantsQuarters.tw
index fd3f1420081f252f96cfd421f4a2d40590d2d394..caf7deeab844f176672efe4dc7ef8e1b4d14ef0e 100644
--- a/src/uncategorized/servantsQuarters.tw
+++ b/src/uncategorized/servantsQuarters.tw
@@ -112,7 +112,7 @@ $servantsQuartersNameCaps
 		<<if $stewardessImpregnates == 1>>
 			Keeping the maids pregnant is part of $his job. [["Order " + $him + " to stop impregnating"|Servants' Quarters][$stewardessImpregnates = 0]]
 		<<elseif $seePreg != 0>>
-			$He could be directed to keep the maids pregnant herself. [["Order " + $him + " to impregnate"|Servants' Quarters][$stewardessImpregnates = 1]]
+			$He could be directed to keep the maids pregnant $himself. [["Order " + $him + " to impregnate"|Servants' Quarters][$stewardessImpregnates = 1]]
 		<</if>>
 	<</if>>
 <<else>>
diff --git a/src/uncategorized/servantsQuartersReport.tw b/src/uncategorized/servantsQuartersReport.tw
index b238785462ab220d0e9fe0b652d8082e2e4912c2..465c12920ec69397248a6bc6d977d3cdbe53daef 100644
--- a/src/uncategorized/servantsQuartersReport.tw
+++ b/src/uncategorized/servantsQuartersReport.tw
@@ -43,7 +43,8 @@
 		<<set $slaves[_FLs].livingRules = "luxurious">>
 	<</if>>
 	<<set $Stewardess = $slaves[_FLs]>>
-	&nbsp;&nbsp;&nbsp;&nbsp;<<= SlaveFullName($Stewardess)>> is serving as your Stewardess.<<if $Stewardess.relationship == -3 && $Stewardess.devotion > 50>> She does her best to be your perfect lovely housewife.<</if>>
+	<<setLocalPronouns $Stewardess>>
+	&nbsp;&nbsp;&nbsp;&nbsp;<<= SlaveFullName($Stewardess)>> is serving as your Stewardess.<<if $Stewardess.relationship == -3 && $Stewardess.devotion > 50>> $He does $his best to be your perfect lovely housewife.<</if>>
 	<<if ($stewardessImpregnates == 1) && (_DL > 0) && (canPenetrate($Stewardess)) && $Stewardess.pubertyXY == 1>>
 		<<set _stewardessImpregnated = 0>>
 		<<for _dI = 0; _dI < _DL; _dI++>>
@@ -57,14 +58,14 @@
 			<</if>>
 		<</for>>
 		<<if _stewardessImpregnated > 0>>
-			It's her responsibility to keep her charges pregnant, so
+			It's $his responsibility to keep $his charges pregnant, so
 			<<if _stewardessImpregnated == 1>>
-				she cums in the only fertile slave's pussy all week.
+				$he cums in the only fertile slave's pussy all week.
 			<<else>>
-				she ensures the _stewardessImpregnated fertile servants are full of her cum at all times.
+				$he ensures the _stewardessImpregnated fertile servants are full of $his cum at all times.
 			<</if>>
 			<<if $Stewardess.career == "a breeding bull">>
-				She was conditioned to fill empty wombs, so she takes a @@.hotpink;deep pleasure@@ in her job.
+				$He was conditioned to fill empty wombs, so $he takes a @@.hotpink;deep pleasure@@ in $his job.
 				<<set $slaves[_FLs].devotion++>>
 			<</if>>
 			<<set _Tmult = (_stewardessImpregnated * 10), $slaves[_FLs].penetrativeCount += _Tmult, $Stewardess.penetrativeCount += _Tmult, $penetrativeTotal += _Tmult>>
@@ -72,37 +73,37 @@
 		<</if>>
 	<</if>>
 	<<if _FLsFetish == 1>>
-		She's allowed and even expected to use her charges for her own gratification, and sometimes they'll even instigate submissive sex with her just to ingratiate themselves. She becomes comfortable with the role of a @@.lightcoral;sexual dominant.@@
+		$He's allowed and even expected to use $his charges for $his own gratification, and sometimes they'll even instigate submissive sex with $him just to ingratiate themselves. $He becomes comfortable with the role of a @@.lightcoral;sexual dominant.@@
 	<<elseif _FLsFetish == 2>>
-		Having a legion of girls jumping to obey her daily commands @@.lightsalmon;makes her more dominant.@@
+		Having a legion of girls jumping to obey $his daily commands @@.lightsalmon;makes $him more dominant.@@
 	<</if>>
 	<<if ($Stewardess.health < 10)>>
-		Though she tries to watch the servants, her lack of good health inhibits her.
+		Though $he tries to watch the servants, $his lack of good health inhibits $him.
 	<<elseif ($Stewardess.health < 80)>>
 		<<set $stewardessBonus += 50>>
-		Her good health allows her to work long hours and @@.yellowgreen;drive@@ the servants hard.
+		$His good health allows $him to work long hours and @@.yellowgreen;drive@@ the servants hard.
 	<<else>>
 		<<set $stewardessBonus += 75>>
-		Her perfect health allows her to work exhaustive hours and @@.yellowgreen;drive@@ the servants very hard.
+		$His perfect health allows $him to work exhaustive hours and @@.yellowgreen;drive@@ the servants very hard.
 	<</if>>
 	<<if setup.stewardessCareers.includes($Stewardess.career)>>
 		<<set $stewardessBonus += 25>>
-		She has applicable experience with daily sums and organizational trifles from her life before she was a slave.
+		$He has applicable experience with daily sums and organizational trifles from $his life before $he was a slave.
 	<<elseif $Stewardess.skillST >= $masteredXP>>
 		<<set $stewardessBonus += 25>>
-		She has applicable experience with daily sums and organizational trifles from working for you.
+		$He has applicable experience with daily sums and organizational trifles from working for you.
 	<<else>>
 		<<set $slaves[_FLs].skillST += random(1,Math.ceil(($Stewardess.intelligence+$Stewardess.intelligenceImplant)/15) + 8)>>
 	<</if>>
 	<<if ($Stewardess.actualAge > 35)>>
 		<<set $stewardessBonus += 25>>
-		Her age and experience give her added effectiveness.
+		$His age and experience give $him added effectiveness.
 	<<elseif $AgePenalty == 0>>
 		<<set $stewardessBonus +=25>>
 	<</if>>
 	<<if ($Stewardess.intelligence+$Stewardess.intelligenceImplant > 15)>>
 		<<set $stewardessBonus += $Stewardess.intelligence+$Stewardess.intelligenceImplant>>
-		She's smart enough that she misses very little.
+		$He's smart enough that $he misses very little.
 	<</if>>
 	<<if ($Stewardess.energy > 95) || (($Stewardess.fetishKnown == 1) && ($Stewardess.fetish == "dom"))>>
 		<<set _BonusToggle = 1>>
@@ -111,30 +112,31 @@
 	<</if>>
 	<<for _dI = 0; _dI < _DL; _dI++>>
 		<<set $i = $slaveIndices[$ServQiIDs[_dI]]>>
+		<<setLocalPronouns $slaves[$i] 2>>
 		<<if $Stewardess.rivalryTarget == $slaves[$i].ID>>
-			She bears down on her <<print rivalryTerm($Stewardess)>>, $slaves[$i].slaveName, forcing her to work extra hard or suffer punishment.
+			$He bears down on $his <<print rivalryTerm($Stewardess)>>, $slaves[$i].slaveName, forcing _him2 to work extra hard or suffer punishment.
 			<<set $slaves[$i].devotion--, $slaves[$i].trust-->>
 			<<if random(1,100) > 65>>
 				<<set $Stewardess.rivalry++, $slaves[_FLs].rivalry++, $slaves[$i].rivalry++>>
 			<</if>>
 		<<elseif $Stewardess.relationshipTarget == $slaves[$i].ID>>
-			She dotes over her <<print relationshipTerm($Stewardess)>>, $slaves[$i].slaveName, making sure she knows how to do a good job and keeping her well stocked with everything she needs.
+			$He dotes over $his <<print relationshipTerm($Stewardess)>>, $slaves[$i].slaveName, making sure _he2 knows how to do a good job and keeping _him2 well stocked with everything _he2 needs.
 			<<set $slaves[$i].devotion++>>
 		<<elseif $familyTesting == 1 && areRelated($Stewardess, $slaves[$i]) > 0>>
-			She pays special attention to her <<print relativeTerm($Stewardess.ID,$slaves[$i].ID)>>, $slaves[$i].slaveName, making sure she doesn't slack off just because they are related.
+			$He pays special attention to $his <<print relativeTerm($Stewardess.ID,$slaves[$i].ID)>>, $slaves[$i].slaveName, making sure _he2 doesn't slack off just because they are related.
 			<<set $slaves[$i].trust++>>
 		<<elseif $Stewardess.relationTarget == $slaves[$i].ID && $familyTesting == 0>>
-			She pays special attention to her $slaves[$i].relation, $slaves[$i].slaveName, making sure she doesn't slack off just because they are related.
+			$He pays special attention to $his $slaves[$i].relation, $slaves[$i].slaveName, making sure _he2 doesn't slack off just because they are related.
 			<<set $slaves[$i].trust++>>
 		<</if>>
 		<<switch $slaves[$i].prestigeDesc>>
 		<<case "She is a famed Free Cities whore, and commands top prices.">>
-			She does her best to motivate the famous whore, $slaves[$i].slaveName, though she is uncertain why she is here.
+			$He does $his best to motivate the famous whore, $slaves[$i].slaveName, though $he is uncertain why _he2 is here.
 		<<case "She is a famed Free Cities slut, and can please anyone.">>
-			She ignores her duties in order the fawn over the famous entertainer, $slaves[$i].slaveName.
+			$He ignores $his duties in order the fawn over the famous entertainer, $slaves[$i].slaveName.
 		<<case "She is remembered for winning best in show as a cockmilker.">>
 			<<if ($slaves[$i].dick != 0) && ($slaves[$i].balls != 0) && ($slaves[$i].prostate > 1)>>
-				$slaves[$i].slaveName leaves a trail of cum wherever she goes and frequently stops to masturbate, greatly annoying $Stewardess.slaveName.
+				$slaves[$i].slaveName leaves a trail of cum wherever _he2 goes and frequently stops to masturbate, greatly annoying $Stewardess.slaveName.
 				<<if random(1,100) > 90 && $Stewardess.rivalry == 0 && $slaves[$i].rivalry == 0>>
 					<<set $Stewardess.rivalryTarget = $slaves[$i].ID, $Stewardess.rivalry++, $slaves[_FLs].rivalryTarget = $slaves[$i].ID, $slaves[_FLs].rivalry++>>
 					<<set $slaves[$i].rivalryTarget = $Stewardess.ID, $slaves[$i].rivalry++>>
@@ -142,7 +144,7 @@
 			<</if>>
 		<<case "She is remembered for winning best in show as a dairy cow.">>
 			<<if ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>>
-				$slaves[$i].slaveName's huge breasts frequently get in the way of her work and she leaks milk everywhere, greatly annoying $Stewardess.slaveName.
+				$slaves[$i].slaveName's huge breasts frequently get in the way of _his2 work and _he2 leaks milk everywhere, greatly annoying $Stewardess.slaveName.
 				<<if random(1,100) > 90 && $Stewardess.rivalry == 0 && $slaves[$i].rivalry == 0>>
 					<<set $Stewardess.rivalryTarget = $slaves[$i].ID, $Stewardess.rivalry++, $slaves[_FLs].rivalryTarget = $slaves[$i].ID, $slaves[_FLs].rivalry++>>
 					<<set $slaves[$i].rivalryTarget = $Stewardess.ID, $slaves[$i].rivalry++>>
@@ -150,7 +152,7 @@
 			<</if>>
 		<<case "She is remembered for winning best in show as a breeder.">>
 			<<if $slaves[$i].bellyPreg >= 10000>>
-				$slaves[$i].slaveName's big pregnant belly frequently gets in the way of her work. However, $Stewardess.slaveName is willing to overlook it, as well as allow her easy jobs, due to how valuable her womb is.
+				$slaves[$i].slaveName's big pregnant belly frequently gets in the way of _his2 work. However, $Stewardess.slaveName is willing to overlook it, as well as allow _him2 easy jobs, due to how valuable _his2 womb is.
 			<</if>>
 		<</switch>>
 		<<if (_BonusToggle == 1) && ($slaves[$i].devotion < 45)>>
@@ -159,9 +161,9 @@
 	<</for>>
 	<<if (_DL > 0)>>
 		<<if ($Stewardess.fetishKnown == 1) && ($Stewardess.fetish == "dom")>>
-			She walks among the cowering servants as a queen among peasants, playing the role of dominant to perfection and increasing her charges' @@.hotpink;obedience.@@
+			$He walks among the cowering servants as a queen among peasants, playing the role of dominant to perfection and increasing her charges' @@.hotpink;obedience.@@
 		<<elseif ($Stewardess.energy > 95)>>
-			She walks among the cowering servants looking for an excuse to extract sex from shirkers as @@.hotpink;punishment.@@
+			$He walks among the cowering servants looking for an excuse to extract sex from shirkers as @@.hotpink;punishment.@@
 		<</if>>
 		/% Get it out of the loop %/
 		<<run cashX(($stewardessBonus * _DL), "servantsQuarters", $Stewardess)>>
@@ -217,6 +219,7 @@
 
 <<for _dI = 0; _dI < _DL; _dI++>>
 	<<set $i = $slaveIndices[$ServQiIDs[_dI]], $slaves[$i].devotion += _devBonus>>
+	<<setLocalPronouns $slaves[$i] 2>>
 	<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -20)>>
 		<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 	<<elseif ($slaves[$i].devotion <= 10)>>
@@ -261,9 +264,9 @@
 		<<else>>
 			is working out of $servantsQuartersName.
 		<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<= saServant($slaves[$i])>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;_He2 <<= saServant($slaves[$i])>>
 		<<if ($servantMilkers == 1) && ($slaves[$i].lactation > 0)>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA get milked">>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;_He2 <<include "SA get milked">>
 			<<set _SQMilk += $milk, _SQMilkSale += $milkSale>>
 		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;
diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw
index 14f313d0e4eff6c7f667ba5e521085e501ca8d74..d6bafceeda1d727d47e3089f0eec93f2ee58e33b 100644
--- a/src/uncategorized/spa.tw
+++ b/src/uncategorized/spa.tw
@@ -105,7 +105,7 @@ $spaNameCaps
 <<if $spaFix == 2>>
 	$Attendant.slaveName is focusing only on the health and wellness of the slaves under $his care, obeying your orders to avoid attempting to right mental flaws.
 	[["Order " + $him + " to only fix mindbroken slaves"|Spa][$spaFix = 1]] |
-	[["Let " + $him + " tend as she " + $he + " fit"|Spa][$spaFix = 0]]
+	[["Let " + $him + " tend as " + $he + " sees fit"|Spa][$spaFix = 0]]
 <<elseif $spaFix == 1>>
 	$Attendant.slaveName is focusing on the health and wellness of the slaves under $his care, as well as trying to bring mindbroken slaves back, while ignoring any mental hang-ups a slave may have.
 	[["Order " + $him + " to not fix flaws"|Spa][$spaFix = 2]] |
diff --git a/src/uncategorized/subordinateTargeting.tw b/src/uncategorized/subordinateTargeting.tw
index 89f0b8c40f3cba71b810ef7b7df9feac3f90891e..da5bd036ea75acbff64edf31b836e8faab0c4af6 100644
--- a/src/uncategorized/subordinateTargeting.tw
+++ b/src/uncategorized/subordinateTargeting.tw
@@ -13,7 +13,7 @@
 <<if def _st>>
 	$activeSlave.slaveName will submit to ''__@@.pink;$slaves[_st].slaveName@@__'' this week.
 <<else>>
-	$activeSlave.slaveName has not been given to any particular slave, so she will have to offer $himself to everyone this week.
+	$activeSlave.slaveName has not been given to any particular slave, so $he will have to offer $himself to everyone this week.
 	<<set $activeSlave.subTarget = 0>>
 <</if>>
 
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 59f1041b6a12010a3845f83291f921ce6ac2d0a7..fdbb0658d08443fcdd7857bbf4cff12441991a95 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -455,12 +455,12 @@ As the remote surgery's long recovery cycle completes,
 	<<if $activeSlave.fetish == "mindbroken">>
 		$He shows little reaction to $his altered ears. Since the surgery was fairly invasive, @@.red;$his health has been greatly affected.@@
 	<<elseif ($activeSlave.devotion > 50)>>
-		She is horrified that you would disfigure her but ultimately accepts it since she is devoted to you. Since the surgery was fairly invasive, @@.red;$his health has been greatly affected.@@
+		$He is horrified that you would disfigure $him but ultimately accepts it since $he is devoted to you. Since the surgery was fairly invasive, @@.red;$his health has been greatly affected.@@
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She is horrified that you would disfigure her, $he's come to terms with the fact that $he's a slave, but $he is still @@.mediumorchid;angry that you would go this far.@@ Since the surgery was fairly invasive, @@.red;$his health has been greatly affected.@@ $He is @@.gold;sensibly fearful@@ of your total power over $his body.
+		$He is horrified that you would disfigure $him, $he's come to terms with the fact that $he's a slave, but $he is still @@.mediumorchid;angry that you would go this far.@@ Since the surgery was fairly invasive, @@.red;$his health has been greatly affected.@@ $He is @@.gold;sensibly fearful@@ of your total power over $his body.
 		<<set $activeSlave.trust -= 10, $activeSlave.devotion -= 10>>
 	<<else>>
-		She is horrified that you would disfigure her and begins to weep openly as soon as $he discovers the loss.@@.mediumorchid;$He seems to consdier the loss as a cruel theft.@@ Since the surgery was fairly invasive, @@.red;$his health has been greatly affected.@@ $He is now @@.gold;terribly afraid@@ of your total power over $his body.
+		$He is horrified that you would disfigure $him and begins to weep openly as soon as $he discovers the loss.@@.mediumorchid;$He seems to consider the loss as a cruel theft.@@ Since the surgery was fairly invasive, @@.red;$his health has been greatly affected.@@ $He is now @@.gold;terribly afraid@@ of your total power over $his body.
 		<<set $activeSlave.trust -= 20, $activeSlave.devotion -= 20>>
 	<</if>>
 
@@ -947,7 +947,7 @@ As the remote surgery's long recovery cycle completes,
 	<<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
 		When $he exits the room, $he feels that $his face is numb,
 		<<if $activeSlave.ID == $Bodyguard.ID>>
-			<<if canSee($activeSlave)>>throwing a glance at the mirror, $he frightens $himself<<else>> upon hearing of $his new scar<</if>>, but is @@.hotpink;happier@@ with $his new look and @@.mediumaquamarine;more confident@@ that $he's the girl for the job.
+			and <<if canSee($activeSlave)>>throwing a glance at the mirror, $he frightens $himself<<else>> upon hearing of $his new scar<</if>>, but is @@.hotpink;happier@@ with $his new look and @@.mediumaquamarine;more confident@@ that $he's the girl for the job.
 			<<set $activeSlave.devotion += 5>>
 			<<set $activeSlave.trust += 5>>
 		<<elseif $activeSlave.devotion > 20>>
diff --git a/src/utility/descriptionWidgetsTattoos.tw b/src/utility/descriptionWidgetsTattoos.tw
index ce619004b72a9ae4a06bcb0ac670f862acc2dd09..fed215eff2896922945cc74ceab09526babf9862 100644
--- a/src/utility/descriptionWidgetsTattoos.tw
+++ b/src/utility/descriptionWidgetsTattoos.tw
@@ -112,7 +112,7 @@
 	<<case "Asian art">>
 		An octopus is tattooed on $his upper chest; its tentacles reach down to envelop $his breasts, their tips reaching for but not quite reaching each nipple.
 	<<case "scenes">>
-		$His chest is tattooed with lewd scenes; each of $his breasts shows a phallus receiving a titfuck while each of $his collarbones shows a woman deepthroating a large phallus.
+		$His chest is tattooed with lewd scenes; each of $his breasts shows a phallus receiving a titfuck while each of $his collarbones shows a $woman deepthroating a large phallus.
 	<<case "bovine patterns">>
 		$His chest is tattooed to look like a Holstein cow's, with $his udders left bare to draw attention to them.
 	<<case "sacrilege">>
@@ -378,7 +378,7 @@
 		<<elseif ($activeSlave.dick > 0)>>
 			$His buttocks are tattooed with lewd scenes; each of $his buttocks shows a gelding, legs together to conceal $his cock and display $his anus, while each of $his thighs shows a gelding being double penetrated in $his gaping anus.
 		<<else>>
-			$His buttocks are tattooed with lewd scenes; each of $his buttocks shows a woman being sodomized while each of $his thighs shows a woman being gangbanged in all $his holes.
+			$His buttocks are tattooed with lewd scenes; each of $his buttocks shows a $woman being sodomized while each of $his thighs shows a $woman being gangbanged in all $his holes.
 		<</if>>
 	<<case "bovine patterns">>
 		$His buttocks are tattooed with large black splotches like those of a Holstein cow.