diff --git a/sanityCheck.sh b/sanityCheck.sh
index 35da8a7b18ddded4153603ccb7d7667af449d929..346a50e63396e53858ee7d23616f1cbc49e58c49 100755
--- a/sanityCheck.sh
+++ b/sanityCheck.sh
@@ -39,7 +39,7 @@ $GREP "<<[^\"<>]*\"[^\"<>]*>>" -- 'src/*' | myprint "MissingSpeechMark"
 # Check for missing ".  e.g.:   <<if $foo = "hello)
 $GREP -e "<<[^\"<>]*\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\"\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\([^\"<>]\| [<>] \)*>>" --and --not -e "*[^']*" -- 'src/*' | myprint "MissingSpeechMark2"
 # Check for colors like: @@color:red   - should be @@.red
-$GREP -e "@@color:" --and --not -e  "@@color:rgb([0-9 ]\+,[0-9 ]\+,[0-9 ]\+)" -- "src/*" | myprint "UseCssColors"
+$GREP -e "@@color:" --and --not -e  "@@color:rgb([0-9 ]\+,[0-9 ]\+,[0-9 ]\+)" -- "src/*" | myprint "UseCSSColors"
 # Check for missing $ in activeSlave or PC
 $GREP "<<[ ]*[^\$><_\[]*\(activeSlave\|PC\)[.]"  -- "src/*" | myprint "MissingDollar"
 # Check for closing bracket without opening bracket.  e.g.:  <<if foo)>>	  (but  <<case "foo")>>   is valid, so ignore those
@@ -126,7 +126,7 @@ $GREP -E "</span>(\.|,|;|:)\s" -- src/*.js | myprint "WrongSelectorPunctuation"
 # Check for @@ selector instead of <span> selector
 $GREP "@@\." -- src/*.js | myprint "WrongSelectorUsed"
 # Check for JSdoc inside function declaration
-$GREP -e ".\=.\/\*\*" --or -e "slave\s\*\/" -- src/*.js --exclude 'src/interaction/main/mainLinks.js' | myprint "WrongJSdocFormat"
+$GREP -e ".\=.\/\*\*" --or -e "slave\s\*\/" -- src/*.js --exclude 'src/interaction/main/mainLinks.js' | myprint "WrongJSdocFormat"	# this --exclude doesn't work
 # Check for missing whitespace at end of /**/ style comments
 #$GREP "\S\*\/" -- src/* --exclude 'src/001-lib/jquery/Jquery.js' | myprint "MissingWhitespace"		disabled until I can figure out to exclude files
 # Check for var instead of let or const
@@ -134,7 +134,7 @@ $GREP -e ".\=.\/\*\*" --or -e "slave\s\*\/" -- src/*.js --exclude 'src/interacti
 # Check for non lethal or non-lethal instead of nonlethal
 $GREP -i "non.lethal" -- 'src/*' | myprint "ShouldBeNonlethal"
 # Check for missing quotation marks around selectors
-$GREP "span class=[^\"]" -- src/*.js | myprint "MissingQuotes"
+#$GREP "span class=[^\"]" -- src/*.js --exclude 'src/001-lib/Jquery/Jquery.js' | myprint "MissingQuotes" disabled until I can figure out how to exclude files
 
 # Check that we do not have any variables that we use only once.   e.g.	 $onlyUsedOnce
 # Ignore  *Nationalities
diff --git a/src/004-base/facility.js b/src/004-base/facility.js
index cdcd64d4ef4bec20943e73ac7f4ed6531524d25a..daad5234e2973bf1f27c1501e7885de3a19c6351 100644
--- a/src/004-base/facility.js
+++ b/src/004-base/facility.js
@@ -99,7 +99,7 @@ App.Entity.Facilities.Job = class {
 	 *
 	 * @callback linkCallback
 	 * @param {string} assignment new assignment
-	 * @returns {string} code to include into the <<link>><</link>
+	 * @returns {string} code to include into the <<link>><</link>>
 	 */
 
 	/**
diff --git a/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw
index dc30d71ae634eb35eef65b2922addeca1d262f20..ffde781e01a55c811d38fc307269080de4fb3369 100644
--- a/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw
+++ b/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw
@@ -46,10 +46,10 @@
 	<<print "Indenture was smaller than -1, reset to Fulltime Slave">><br>
 <<elseif $tempSlave.indentureRestrictions < 0>>
 	<<set $tempSlave.indentureRestrictions = 0>>
-	<<print "Indenture Restriction was smaller than 0, reset to No Restrictions">><br>
+	<<print "Indenture restriction was smaller than 0, reset to no restrictions">><br>
 <<elseif $tempSlave.indentureRestrictions > 2>>
 	<<set $tempSlave.indentureRestrictions = 2>>
-	<<print "Indenture Restrictions was bigger than 2, reset to Full Restrictions">><br>
+	<<print "Indenture restrictions was larger than 2, reset to full restrictions">><br>
 <</if>>
 <<if $tempSlave.weekAcquired < 0>>
 	<<set $tempSlave.weekAcquired = 0>>
@@ -63,26 +63,26 @@
 <<if ($tempSlave.rivalryTarget == $tempSlave.ID) && ($tempSlave.rivalry > 0)>>
 	<<set $tempSlave.rivalryTarget = 0>>
 	<<set $tempSlave.rivalry = 0>>
-	<<print "The Slave was $his own Rival, reset to No Rivalry">><br>
+	<<print "Slave was $his own rival, reset to no rivalry">><br>
 <</if>>
 <<if $tempSlave.actualAge < 0>>
-	<<print "Slave actual Age is set too low, reset to existing actual Age">><br>
+	<<print "Slave's actual age is set too low, reset to existing actual age">><br>
 	<<set $tempSlave.actualAge = $activeSlave.actualAge>>
 <</if>>
 <<if $tempSlave.physicalAge < 0>>
-	<<print "Slave physical Age is set too low, reset to existing physical Age">><br>
+	<<print "Slave's physical Age is set too low, reset to existing physical age">><br>
 	<<set $tempSlave.physicalAge = $activeSlave.actualAge>>
 <</if>>
 <<if $tempSlave.visualAge < 0>>
-	<<print "Slave visual Age is set too low, reset to existing visual Age">><br>
+	<<print "Slave's visual age is set too low, reset to existing visual age">><br>
 	<<set $tempSlave.visualAge = $activeSlave.actualAge>>
 <</if>>
 <<if $tempSlave.ovaryAge < 0>>
-	<<print "Slave ovary Age is set too low, reset to match physical age">><br>
+	<<print "Slave's ovary age is set too low, reset to match physical age">><br>
 	<<set $tempSlave.ovaryAge = $tempSlave.physicalAge>>
 <</if>>
 <<if $tempSlave.chem < 0>>
-	<<print "Slaves DNA Error is set too low, reset to 0">><br>
+	<<print "Slave's DNA error is set too low, reset to 0">><br>
 	<<set $tempSlave.chem = 0>>
 <</if>>
 <<if $tempSlave.face < -100>>
@@ -154,7 +154,7 @@
 	<<set $tempSlave.pubertyXX = 0>>
 <</if>>
 <<if $tempSlave.dick < 0>>
-	<<print "Slave Dick Value set too low, reset to 0 (No Dick)" >><br>
+	<<print "Slave dick value set too low, reset to 0 (no dick)" >><br>
 	<<set $tempSlave.dick = 0>>
 <</if>>
 <<if $tempSlave.dick == 0>>
@@ -167,7 +167,7 @@
 	<<set $tempSlave.ovaries = 0>>
 <</if>>
 <<if ($tempSlave.clit > 0) && ($tempSlave.dick > 0 )>>
-	<<print "No Giant Clit when Dick is present, reset Clit to 0 (Normal)" >><br>
+	<<print "No giant clit when dick is present, reset clit to 0 (normal)" >><br>
 	<<set $tempSlave.clit = 0>>
 <</if>>
 <<if ($tempSlave.ovaries == 0) && ($tempSlave.mpreg == 0) && ($tempSlave.preg > 0)>>
@@ -323,7 +323,7 @@
 <<run SetBellySize($tempSlave)>>
 
 <br>
-You perform the dark rituals, pray to the dark gods and sold your soul for the power to change and mold slaves to your will.
+You perform the dark rituals, pray to the dark gods, and sell your soul for the power to change and mold slaves to your will.
 
 <br><br>This slave has been changed forever and you have lost a bit of your soul, YOU CHEATER!
 
diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw
index e9ecbd8466d81e66c336fbe24382a78013718c36..e60caa3b5683b369b5eca6735bc59adb495713c0 100644
--- a/src/cheats/mod_EditChildCheatNew.tw
+++ b/src/cheats/mod_EditChildCheatNew.tw
@@ -913,12 +913,12 @@
 	Custom hair length: <<textbox "$tempSlave.hLength" $tempSlave.hLength>>
 	<br>
 	<<switch $tempSlave.hStyle>>
-	<<case "tails" "dreadlocks" "curled" "cornrows">>
-	''$His hair is in @@.yellow;$tempSlave.hStyle@@''
+	<<case "cornrows" "curled" "dreadlocks" "tails">>
+		''$His hair is in @@.yellow;$tempSlave.hStyle@@''
 	<<case "ponytail">>
-	''$His hair is in a @@.yellow;$tempSlave.hStyle@@''
+		''$His hair is in a @@.yellow;$tempSlave.hStyle@@''
 	<<default>>
-	''$His hair is @@.yellow;$tempSlave.hStyle@@''
+		''$His hair is @@.yellow;$tempSlave.hStyle@@''
 	<</switch>>
 	Custom hair description: <<textbox "$tempSlave.hStyle" $tempSlave.hStyle>>
 	<br>
diff --git a/src/cheats/mod_EditFSCheatDatatypeCleanup.tw b/src/cheats/mod_EditFSCheatDatatypeCleanup.tw
index f0dc1eabfd1d3b10eb3c864d0c1c40eb882af4fb..6f7a72dbc30a0d38cbcd96da60eed5d6f8257084 100644
--- a/src/cheats/mod_EditFSCheatDatatypeCleanup.tw
+++ b/src/cheats/mod_EditFSCheatDatatypeCleanup.tw
@@ -145,6 +145,6 @@
 	<</if>>
 <</for>>
 
-You perform the dark rituals, pray to the chaos gods and sold your CHEATING SOUL for the power to change and mold the Future Society to your will.
+You perform the dark rituals, pray to the chaos gods, and sell your CHEATING SOUL for the power to change and mold the Future Society to your will.
 
 <br><br>The Future Society has been changed forever and the chaos gods take YOUR CHEATING SOUL as payment YOU CHEATING CHEATER!
diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw
index e425afbe7bd7b5b01daf009460291899d29b407f..b583f28c1e1c36c408904b4e00b25230c44de042 100644
--- a/src/cheats/mod_EditSlaveCheat.tw
+++ b/src/cheats/mod_EditSlaveCheat.tw
@@ -258,12 +258,12 @@
 <br><br>
 
 <<switch $tempSlave.hStyle>>
-<<case "tails" "dreadlocks" "cornrows">>
-''$His hair is in $tempSlave.hStyle''
+<<case "cornrows" "dreadlocks" "tails">>
+	''$His hair is in $tempSlave.hStyle''
 <<case "ponytail">>
-''$His hair is in a $tempSlave.hStyle''
+	''$His hair is in a $tempSlave.hStyle''
 <<default>>
-''$His hair is $tempSlave.hStyle''
+	''$His hair is $tempSlave.hStyle''
 <</switch>>
 Custom hair description: <<textbox "$tempSlave.hStyle" $tempSlave.hStyle>>
 <br>
diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw
index e3e6a737e396ced653f6bd5d809e1b28df9557c3..3c5613c98a9352b9d65cecbeef70631a9766e05a 100644
--- a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw
+++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw
@@ -31,7 +31,7 @@
 <</if>>
 <<run SlaveDatatypeCleanup($tempSlave)>> /* will break cheated pregnancies if run before the above block of code */
 
-You perform the dark rituals, pray to the dark gods and sold your soul for the power to change and mold slaves to your will.
+You perform the dark rituals, pray to the dark gods, and sell your soul for the power to change and mold slaves to your will.
 
 <br><br>This slave has been changed forever and you have lost a bit of your soul, YOU CHEATER!
 
diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
index 329f321049c313fb1fbfcd8e2efbf3dee1db22e7..f3ca0f74fc5511e988bc139ca45f50715c76d1bd 100644
--- a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
+++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
@@ -42,15 +42,15 @@
 <<if ($tempSlave.relationshipTarget == $tempSlave.ID) && ($tempSlave.relationship > 0)>>
 	<<set $tempSlave.relationshipTarget = 0>>
 	<<set $tempSlave.relationship = -1>>
-	<<print "The Slave was in a relation with $himself, reset to emotional Slut">><br>
+	<<print "Slave was in a relation with $himself, reset to emotional slut">><br>
 <</if>>
 <<if ($tempSlave.rivalryTarget == $tempSlave.ID) && ($tempSlave.rivalry > 0)>>
 	<<set $tempSlave.rivalryTarget = 0>>
 	<<set $tempSlave.rivalry = 0>>
-	<<print "The Slave was $his own Rival, reset to No Rivalry">><br>
+	<<print "Slave was $his own rival, reset to no rivalry">><br>
 <</if>>
 <<if ($tempSlave.ageImplant == 1) && ($tempSlave.visualAge < 25)>>
-	<<print "Slave's Visual Age is smaller than 25, reset to no lifting">><br>
+	<<print "Slave's visual age is smaller than 25, reset to no lifting">><br>
 	<<set $tempSlave.ageImplant = 0>>
 <</if>>
 <<if ($tempSlave.voice == 0) && ($tempSlave.voiceImplant != 0)>>
@@ -66,18 +66,18 @@
 	<<set $tempSlave.voiceImplant = 0>>
 <</if>>
 <<if $tempSlave.amp < -5>>
-	<<print "Amputation Value too low, reset to -5 (Cybernetic limbs)">><br>
+	<<print "Amputation value too low, reset to -5 (cybernetic limbs)">><br>
 	<<set $tempSlave.amp = -5>>
 <<elseif $tempSlave.amp > 1>>
-	<<print "Amputation Value too high, reset to 1 (Amputated)">><br>
+	<<print "Amputation value too high, reset to 1 (amputated)">><br>
 	<<set $tempSlave.amp = 1>>
 <</if>>
 <<if ($tempSlave.amp == 0) && ($tempSlave.PLimb > 0)>>
-	<<print "Slave has Normal Limbs, Limb Interface reset to 0 (No Interface)">><br>
+	<<print "Slave has normal limbs, limb interface reset to 0 (no interface)">><br>
 	<<set $tempSlave.PLimb = 0>>
 <</if>>
 <<if ($tempSlave.PLimb == 0) && ($tempSlave.amp < 0)>>
-	<<print "Slave has no Prosthetic limb Interface, limbs reset to 1 (Amputated)">>
+	<<print "Slave has no prosthetic limb interface, limbs reset to 1 (amputated)">>
 	<<set _tempLimbs = {type: 0, armsTat: 0, legsTat: 0}>>
 	<<set _tempLimbs.type = $tempSlave.amp, _tempLimbs.armsTat = $tempSlave.armsTat, _tempLimbs.legsTat = $tempSlave.legsTat>>
 	<<if !Array.isArray($tempSlave.readyLimbs)>>
@@ -129,19 +129,19 @@
 	<<set $tempSlave.ovaries = 0>>
 <</if>>
 <<if ($tempSlave.cervixImplant == 1) && ($tempSlave.ovaries == 0)>>
-	<<print "Slave has no Ovaries Cervix Implant reset to 0 (Not Implanted)" >><br>
+	<<print "Slave has no ovaries, cervix implant reset to 0 (not implanted)">><br>
 	<<set $tempSlave.cervixImplant = 0>>
 <</if>>
 <<if ($tempSlave.cervixImplant == 1) && ($tempSlave.preg == -2)>>
-	<<print "Slave is Sterile, Cervix Implant reset to 0 (Not Implanted)">><br>
+	<<print "Slave is sterile, cervix implant reset to 0 (not implanted)">><br>
 	<<set $tempSlave.cervixImplant = 0>>
 <</if>>
 <<if ($tempSlave.clit > 0) && ($tempSlave.dick > 0 )>>
-	<<print "No Giant Clit when Dick is present, reset Clit to 0 (Normal)" >><br>
+	<<print "No giant clit when dick is present, reset clit to 0 (normal)">><br>
 	<<set $tempSlave.clit = 0>>
 <</if>>
 <<if ($tempSlave.ovaries == 0) && ($tempSlave.mpreg == 0) && ($tempSlave.preg > 0)>>
-	<<print "Slave has no Ovaries and no Analwomb, Pregnancy reset to 0">><br>
+	<<print "Slave has no ovaries and no anal womb, pregnancy reset to 0">><br>
 	<<set $tempSlave.preg = 0>>
 	<<set $tempSlave.pregType = 0>>
 	<<set $tempSlave.pregSource = 0>>
@@ -149,15 +149,15 @@
 	<<run WombFlush($tempSlave)>>
 <</if>>
 <<if ($tempSlave.pubertyXX != 1) && ($tempSlave.physicalAge >= $tempSlave.pubertyAgeXX)>>
-	<<print "Slaves physical Age is equal or higher than female Puberty Age, Puberty set to 1 (Post Puberty)" >><br>
+	<<print "Slave's physical age is equal to or higher than female puberty age, puberty set to 1 (post-puberty)">><br>
 	<<set $tempSlave.pubertyXX = 1>>
 <</if>>
 <<if ($tempSlave.ovaries == 1) && ($tempSlave.mpreg == 1)>>
-	<<print "Slave has a working Vagina, Analwomb got removed" >><br>
+	<<print "Slave has a working vagina, anal womb removed">><br>
 	<<set $tempSlave.mpreg = 0>>
 <</if>>
 <<if ($tempSlave.pubertyXX == 0) && ($tempSlave.preg > 0)>>
-	<<print "Slave is not fertile (Pre-Puberty) and has no Anal Womb, pregnancy aborted!">><br>
+	<<print "Slave is not fertile (pre-puberty) and has no anal womb, pregnancy aborted">><br>
 	<<set $tempSlave.preg = 0>>
 	<<set $tempSlave.pregType = 0>>
 	<<set $tempSlave.pregSource = 0>>
@@ -170,11 +170,11 @@
 	<<set $tempSlave.pubertyXY = 0>>
 <</if>>
 <<if ($tempSlave.physicalAge >= $tempSlave.pubertyAgeXY) && ($tempSlave.pubertyXY != 1)>>
-	<<print "Slaves physical Age is equal or higher than male Puberty Age, Puberty set to 1 (Post Puberty)" >><br>
+	<<print "Slave's physical age is equal to or higher than male puberty age, puberty set to 1 (post-puberty)" >><br>
 	<<set $tempSlave.pubertyXY = 1>>
 <</if>>
 <<if $tempSlave.breedingMark == 1 && ["be a subordinate slave", "be confined in the arcade", "be the DJ", "be the Madam", "live with your Head Girl", "serve in the club", "serve the public", "whore", "work a glory hole", "work in the brothel", "work in the dairy"].includes($tempSlave.assignment)>>
-	<<print "Eugenics Breeding Marked slave detected in questionable use, defaulting slave assignment to 'rest'">><br>
+	<<print "Eugenics breeding marked slave detected in questionable use, defaulting slave assignment to 'rest'">><br>
 	<<= assignJob($tempSlave, "rest")>>
 <</if>>
 <<if $tempSlave.lactation > 0 && $tempSlave.lactationDuration == 0>>
@@ -185,7 +185,7 @@
 <<run SetBellySize($tempSlave)>>
 
 <br>
-You perform the dark rituals, pray to the dark gods and sold your soul for the power to change and mold slaves to your will.
+You perform the dark rituals, pray to the dark gods, and sell your soul for the power to change and mold slaves to your will.
 
 <br><br>This slave has been changed forever and you have lost a bit of your soul, YOU CHEATER!
 
diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index 3158bdcdcd3a182fb203dfcf42246d82ca30b7b4..f5f0266cc0a8de221bb030407d4e39a38b885d3a 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -1537,12 +1537,12 @@
 	Custom hair length: <<textbox "$tempSlave.hLength" $tempSlave.hLength>>
 	<br>
 	<<switch $tempSlave.hStyle>>
-	<<case "tails" "dreadlocks" "curled" "cornrows">>
-	''$His hair is in @@.yellow;$tempSlave.hStyle@@''
+	<<case "cornrows" "curled" "dreadlocks" "tails">>
+		''$His hair is in @@.yellow;$tempSlave.hStyle@@''
 	<<case "ponytail">>
-	''$His hair is in a @@.yellow;$tempSlave.hStyle@@''
+		''$His hair is in a @@.yellow;$tempSlave.hStyle@@''
 	<<default>>
-	''$His hair is @@.yellow;$tempSlave.hStyle@@''
+		''$His hair is @@.yellow;$tempSlave.hStyle@@''
 	<</switch>>
 	Custom hair description: <<textbox "$tempSlave.hStyle" $tempSlave.hStyle>>
 	<br>
diff --git a/src/init/setupVars.tw b/src/init/setupVars.tw
index 9d401ec8d6a2a3e482447e1c8790b5a965da4a93..73aecf7ac19d5469f1df438cbdad65c3dc6d54f5 100644
--- a/src/init/setupVars.tw
+++ b/src/init/setupVars.tw
@@ -611,9 +611,9 @@ equine: {type: "equine", normalOvaMin:1, normalOvaMax: 1, normalBirth: 48, minLi
 
 <<set setup.curacaoanSlaveNames = ["Aafke", "Aaghie", "Aaltje", "Ada", "Adèle", "Adriaantje", "Adride", "Aefje", "Aeltje", "Agnietje", "Akisha", "Alerta", "Aletta", "Alexandra", "Altagracia", "Amelia", "Anamaria", "Angela", "Angeline", "Angenie", "Ann", "Anna", "Annaatje", "Anne Marie", "Anne", "Anneke", "Annemarie", "Annetje", "Anouk", "Antke", "Antoinette", "Anushka", "Ariaantje", "Ashanta", "Aubrey", "Ayanette", "Baltje", "Bartje", "Beatrix", "Beletje", "Bertha", "Betje", "Bloeme", "Camille", "Catharina", "Catherine", "Chanelle", "Christina", "Christine", "Christyntje", "Cipriana", "Claasje", "Cokkie", "Cunegonde", "Daatje", "Daleen", "Diana", "Dievertje", "Dirkje", "Divertje", "Doortje", "Dorinda", "Eefke", "Eline", "Elizabeth", "Elsa", "Elsbet", "Elsita", "Elsje", "Elvira", "Emmetje", "Emmy", "Engeltje", "Eugenia", "Eunice", "Evalina", "Fatima", "Femke", "Femmeke", "Femmetje", "Fernandine", "Fletje", "Floortje", "Florentijntje", "Fransiska", "Fransje", "Fyrena", "Fytie", "Gayle", "Geerta", "Geertje", "Geertruda", "Geertruijd", "Geesje", "Gepje", "Gertrudis", "Giertje", "Gloria", "Greet", "Gregoria", "Greta", "Hannah", "Hanneke", "Hansje", "Hassana", "Heleentje", "Heller", "Hendrika", "Herlinda", "Hilletje", "Imelda", "Ingeborg", "Ingrid", "Iris", "Irma", "Ivette", "Jaapje", "Jacoba", "Jacqueline", "Jamine", "Jan", "Jana", "Janna", "Jannetje", "Jansje", "Jantje", "Jasmin", "Jearmeane", "Jenne", "Jenyfeer", "Jetje", "Jikke", "Joanna", "Johanna", "Johanne", "Joke", "Jolanda", "Jorien", "Jouraine", "Jozaine", "Judica", "Juliana", "Jutte", "Juut", "Kaatje", "Kanisha", "Karin", "Kastanje", "Katrijn", "Katryn", "Katryne", "Klaartje", "Klaasje", "Klara", "Krisje", "Kristijntje", "Larisa", "Laurencia", "Laurien", "Leen", "Leena", "Leentje", "Leida", "Lena", "Lenoor", "Leonora", "Letje", "Lidushka", "Liene", "Lijdia", "Lisa", "Lucille", "Ludwina", "Lysje", "Maaicke", "Maartje", "Mafalda", "Magda", "Magdaleentje", "Margarietje", "Margreet", "Margretha", "Margriet", "Maria", "Marie", "Marieke", "Marijse", "Mariken", "Marisa", "Mariska", "Marit", "Maritje", "Marloes", "Martiena", "Maruschka", "Mary-Ann", "Mary", "Maxima", "Maybeline", "Mckeeyla", "Mercelina", "Miep", "Mijanou", "Mijntje", "Minerva", "Monifa", "Monika", "Mylene", "Naatje", "Naemi", "Nashaira", "Natacha", "Neeltje", "Nelleke", "Nida", "Nilva", "Ninfa", "Noortje", "Norayla", "Oeke", "Olga", "Paula", "Paulina", "Paulyntje", "Peggy", "Petra", "Petronella", "Philomena", "Pieternella", "Regina", "Regine", "Resyntje", "Rianne", "Rie", "Rika", "Romy", "Roosje", "Rosalinda", "Rosana", "Rozemond", "Ruth", "Ruthmilda", "Rychacviana", "Saartje", "Sabrina", "Sadie", "Safira", "Sally", "Sanna", "Sanne", "Sanneke", "Sannertje", "Saskia", "Seer", "Sharyaane", "Sheida", "Sien", "Sientje", "Silvana", "Siska", "Sjoukje", "Solange", "Soraida", "Soucke", "Steentje", "Stephanie", "Stien", "Sue-Ann", "Sue", "Supharmy", "Susanne", "Suzanne", "Tamara", "Teuntje", "Theresa", "Thialda", "Tientje", "Tietje", "Tjaatje", "Toontje", "Tressje", "Trijn", "Trintje", "Trui", "Truida", "Truitje", "Urseltje", "Valentyn", "Vanessa", "Vanity", "Veerle", "Vendetta", "Verna", "Victoria", "Viennaline", "Viveca", "Vrouwtje", "Wimpje", "Wyntje", "Xafira", "Xiomara", "Yandra", "Yasmin", "Ydje", "Yvonne", "Zita", "Zjarritjen"]>>
 <<set setup.curacaoanMaleNames = ["Aalbert", "Aarend", "Aart", "Adolf", "Adriaan", "Adriaen", "Aelbert", "Agiomar", "Alexander", "Amerigo", "Andre", "Andreas", "Andries", "Angelo", "Anthonij", "Anthonius", "Anthony", "Anton", "Ariaantje", "Arjen", "Arnold", "Arte", "Aubrey", "Augustyn", "Baltus", "Barent", "Bart", "Barthold", "Bastiaan", "Ben", "Bernard", "Bram", "Caspar", "Chris", "Christiaan", "Christoffel", "Churandy", "Claas", "Clemens", "Conrad", "Constantijn", "Coos", "Cor", "Cornelis", "Cornelius", "D'Angelo", "Daam", "Daendels", "Daniel", "Denzil", "Diderik", "Diederik", "Dionijs", "Dirck", "Dirk", "Dolf", "Dorus", "Dries", "Dudley", "Eduard", "Eelke", "Egbert", "Endy", "Epke", "Errol", "Eugene", "Eusebio", "Faas", "Felix", "Fijtge", "Floris", "Frans", "Frederek", "Freek", "Frem", "Frits", "Geerard", "Geerd", "Geert", "Geordie", "Gerald", "Gerolt", "Gerrit", "Gerritson", "Gervaas", "Giel", "Gijsbert", "Gilmar", "Gionne", "Glenn", "Govert", "Gregor", "Gysbert", "Hannes", "Harman", "Hendrick", "Hendrik", "Hendrikus", "Hensley", "Howard", "Hubrecht", "Huib", "Huijbert", "Humphrey", "Huybert", "Huyck", "Huygen", "Ireneus", "Irvingly", "Izaak", "Jaap", "Jacobus", "Jaime", "Jairo", "Jakob", "Jan", "Jandino", "Jantje", "Japie", "Jarchinio", "Jean-Julien", "Jean", "Jeremy", "Jeroen", "Joannes", "Joao", "Jochem", "Johan", "Johannes", "John-Henk", "John", "Joop", "Joost", "Joren", "Jorgen", "Joris", "Jos", "Jubert", "Julien", "Karel", "Kenneth", "Klaas", "Kobie", "Koenrad", "Krelis", "Laurens", "Leendert", "Leo", "Lieb", "Liemarvin", "Lieuwe", "Lodewijk", "Lukas", "Lusger", "Maarten", "Maartje", "Mannus", "Marco", "Mario", "Mark", "Marshall", "Marthinus", "Martijn", "Mathys", "Matthys", "Menno", "Mertijn", "Mewis", "Neeltje", "Nicolaes", "Niek", "Niels", "Nijs", "Nikolaas", "Nygell", "Nys", "Okkert", "Ornelio", "Oswald", "Paulus", "Peter", "Philip", "Piet", "Pieter", "Pouw", "Priit", "Quenten", "Quentin", "Rachmil", "Ranier", "Raymond", "Reginald", "Reignier", "Reimond", "Rembrandt", "Riaan", "Richel", "Rigsheillo", "Rijkaard", "Rijkerd", "Rip", "Robbert", "Roberto", "Roeland", "Roelof", "Rogier", "Rombert", "Ruben", "Rutger", "Rutgert", "Rykaard", "Salomon", "Samuel", "Sander", "Sebastiaan", "Sijthoff", "Simon", "Snouck", "Staaf", "Staats", "Stanley", "Stephanus", "Stoffel", "Surae", "Theunis", "Thijs", "Thomas", "Tiebout", "Tobias", "Toff", "Toon", "Tryntje", "Tymen", "Uys", "Vaast", "Valentijn", "Virgilio", "Wendell", "Wilhelmus", "Willem-Jan", "Willem", "Wim", "Wouter"]>>
-<<set setup.curacaoanSlaveSurnames = ["Albert", "Alexander", "Alting", "America", "Americaan", "Ammerlaan", "Angelista", "Antonia", "Arvelo", "Asjes", "Asporaat", "Atacho", "Bakhuis", "Bakker", "Balentien", "Beaujon", "Begina", "Betrian", "Bislip", "Blatt", "Bloem", "Bodden", "Bonevacia", "Bos", "Braafheid", "Brown", "Cahill", "Canwood", "Capriles", "Carti", "Carty", "Chang", "Chumaceiro", "Clifton", "Coffie", "Colastica", "Conner", "Córdoba", "Cova", "Craane", "Croes", "Cunningham", "Curiel", "Da Silva", "Daflaar", "Dania", "Davelaar", "de Castro", "de Jongh", "de Lau", "de Marchena", "de Nooijer", "de Paula", "de Pool", "de Windt", "de Wit", "Delaney", "den Dulk", "Desbarida", "Dijkhuizen", "Dirks", "Domacasse", "Doran", "Drechsel", "Dumfries", "Duncan", "Duzant", "Eisden", "Elhage", "Faulborn", "Fraai", "Fraites", "Francisco", "Franenk", "Garcia", "Garia", "Geerman", "George-Wout", "George", "Gerard", "Gijsbertha", "Girigori", "Girigorie", "Godfried", "Godschalk", "Goedgedrag", "Goes", "Haagensen", "Halley", "Hammoud", "Hancock", "Harvey", "Hassell", "Heerenveen", "Heilleger", "Henriquez", "Hering", "Hersisia", "Hieroms", "Hinds", "Hodge", "Houtman", "Hudson", "Illis", "Isenia", "Jansen", "Janzen", "Jesus", "Johnson", "Kingsbury", "Knepa", "Koeiman", "Krijger", "Kunst", "Labega", "Larmonie", "Leito", "Lejuez", "Macauly", "Maduro", "Mambi", "Marchena", "Mardenborough", "Maria", "Marshall", "Martes", "Martha", "Martina", "Martinus", "Martis", "McDermott", "McKenney", "Mendes", "Mercelina", "Monte", "Montgomery", "Moreno", "Mosteiro", "Nar", "Nelson", "Nicolaas", "O'Connor", "Oduber", "Palm", "Paulina", "Penzo", "Peterson", "Pikero", "Pisas", "Pop", "Prade", "Punter", "Regales", "Rhuggenaath", "Ricardo", "Richards", "Richardson", "Roche", "Rojer", "Römer", "Romijn", "Roozendal", "Rosalia", "Rose-Chang", "Rose", "Rozendal", "Salas", "Sambo", "Sanchez", "Schotborgh", "Schotte", "Seferijn", "Semeleer", "Shelley", "Siberi", "Sibilo", "Simmons", "Simon", "Sluis", "Smith", "Snel", "Sola", "Spanner", "Spatz", "Sprock", "Sprockel", "Statia", "Stevens", "Strauss", "Strick", "Sulvaran", "Thodé", "Thomassen", "Thomson", "Torres", "Treu", "Trijonis", "Trinidad", "Troeman", "Tromp", "Urselita", "van Arendonk", "van Delden", "van Eijma", "van Kesteren", "van Lamoen", "van Putten", "Van Riet", "Vasquez", "Verbrugge", "Verschoor", "Vlaun", "Vonhogen", "Vos", "Wall", "Wardekker", "Wawoe", "Weijde", "Wever", "Weyde", "Whiteman", "Williams", "Williamson", "Winfield", "Winklaar", "Wout", "Zagers", "Zielinski", "Zimmerman"]>>
+<<set setup.curacaoanSlaveSurnames = ["Albert", "Alexander", "Alting", "America", "Americaan", "Ammerlaan", "Angelista", "Antonia", "Arvelo", "Asjes", "Asporaat", "Atacho", "Bakhuis", "Bakker", "Balentien", "Beaujon", "Begina", "Betrian", "Bislip", "Blatt", "Bloem", "Bodden", "Bonevacia", "Bos", "Braafheid", "Braam", "Brown", "Cahill", "Camelia", "Canwood", "Capriles", "Carti", "Carty", "Chang", "Chumaceiro", "Clifton", "Coffie", "Colastica", "Conner", "Cooper", "Córdoba", "Cova", "Craane", "Croes", "Cunningham", "Curiel", "Da Silva", "Daflaar", "Dania", "Davelaar", "de Castro", "de Jongh", "de Lau", "de Marchena", "de Nooijer", "de Paula", "de Pool", "de Windt", "de Wit", "Delaney", "den Dulk", "Desbarida", "Dijkhuizen", "Dirks", "Domacasse", "Doran", "dos Santos", "Drechsel", "Dumfries", "Duncan", "Duzant", "Eisden", "Elhage", "Faulborn", "Fraai", "Fraites", "Francisco", "Franco", "Franenk", "Garcia", "Garia", "Geerman", "George", "Gerard", "Gijsbertha", "Girigori", "Girigorie", "Godett", "Godfried", "Godschalk", "Goedgedrag", "Goeloe", "Goes", "Haagensen", "Halley", "Hammoud", "Hancock", "Harvey", "Hassell", "Heerenveen", "Heilleger", "Henriquez", "Hering", "Hernandez", "Hersisia", "Hieroms", "Hinds", "Hodge", "Houtman", "Hudson", "Illis", "Isenia", "Jansen", "Janzen", "Jesus", "Johnson", "Kingsbury", "Knepa", "Koeiman", "Krijger", "Kunst", "Labega", "Larmonie", "Leeflang", "Leito", "Lejuez", "Macauly", "Maduro", "Mambi", "Marchena", "Mardenborough", "Maria", "Marshall", "Martes", "Martha", "Martina", "Martinus", "Martis", "McDermott", "McKenney", "McWilliam", "Mendes", "Mercelina", "Millerson", "Monk", "Monte", "Montgomery", "Moreno", "Moses", "Mosteiro", "Mozes", "Nar", "Nelson", "Nicolaas", "O'Connor", "Oduber", "Palm", "Parris", "Paulina", "Penzo", "Peterson", "Pikero", "Pisas", "Pop", "Prade", "Punter", "Regales", "Rhuggenaath", "Ribeiro", "Ricardo", "Richards", "Richardson", "Roche", "Rojer", "Römer", "Romijn", "Roozendal", "Rosalia", "Rosaria", "Rose", "Rozendal", "Rozier", "Salas", "Sambo", "Sanchez", "Schotborgh", "Schotte", "Seferijn", "Semeleer", "Shelley", "Siberi", "Sibilo", "Simmons", "Simon", "Sluis", "Smith", "Snel", "Sola", "Spanner", "Spatz", "Sprock", "Sprockel", "Statia", "Stevens", "Strauss", "Strick", "Sulvaran", "Thodé", "Thomassen", "Thomson", "Torres", "Treu", "Trijonis", "Trinidad", "Troeman", "Tromp", "Urselita", "van Arendonk", "van Delden", "van Eijma", "van Kesteren", "van Lamoen", "van Putten", "van Riet", "Vasquez", "Verbrugge", "Verschoor", "Vlaun", "Vonhogen", "Vos", "Wall", "Wardekker", "Wawoe", "Weijde", "Wever", "Weyde", "Whiteman", "Wiels", "Williams", "Williamson", "Wilsoe", "Winfield", "Winklaar", "Wout", "Zagers", "Zielinski", "Zimmerman"]>>
 
-<<set setup.cypriotSlaveNames = ["Acacia", "Acantha", "Ada", "Adonia", "Adora", "Aeola", "Afroditi", "Agalia", "Agathe", "Agathi", "Aikaterine", "Aikaterini", "Akilina", "Alala", "Aldora", "Aleka", "Aleki", "Aleni", "Alesia", "Alessandra", "Alethea", "Alexandra", "Alexandria", "Alexi", "Alexine", "Alexis", "Alexxa", "Alissa", "Althaia", "Amara", "Ambrosia", "Ana", "Anabel", "Anastacia", "Anastasia", "Anatolia", "Andri", "Andriana", "Andrianou", "Andromeda", "Andromede", "Androniki", "Androula", "Androulla", "Anemone", "Angela", "Angele", "Angelee", "Angeliki", "Anna", "Annagletha", "Anthaia", "Anthoula", "Anthy", "Antigone", "Antigoni", "Antonia", "Antri", "Aphrodite", "Argiri", "Argiro", "Ariadne", "Ariana", "Aristea", "Artemis", "Artemisia", "Aspasia", "Atalante", "Athanasia", "Athena", "Athenagora", "Athina", "Ayşe", "Azina", "Barbara", "Basiliki", "Calandra", "Calantha", "Calista", "Calla", "Cassa", "Cassia", "Caterina", "Charis", "Charissa", "Chloe", "Chloris", "Chrisoula", "Chrissitha", "Christalla", "Christiane", "Christina", "Christine", "Chrysanthe", "Chryseis", "Chryssi", "Chrystalla", "Chrystalleni", "Clematia", "Cleopatra", "Clio", "Constantina", "Corallia", "Costandina", "Cressida", "Cyma", "Cynara", "Dagmara", "Damara", "Damaris", "Danae", "Daphne", "Dawn", "Deianira", "Delia", "Demetra", "Demitria", "Denise", "Despina", "Diana", "Diantha", "Dido", "Dimitra", "Dionisia", "Dominica", "Domna", "Dora", "Dorkas", "Dru", "Drusilla", "Effie", "Effie)", "Effrossini", "Effrosyni", "Efpraxia", "Efthimia", "Eftimia", "Eirene", "Eirini", "Ekaterine", "Ekaterini", "Eleanna", "Eleftheria", "Eleftheriani", "Elektra", "Elena", "Eleni", "Eleutheria", "Elewteria", "Elewtheria", "Elina", "Elisa", "Elmaziye", "Elsie", "Emalia", "Emine", "Emmanuelle", "Erato", "Ereini", "Erene", "Erianthe", "Ethougia", "Eudocia", "Eudora", "Eudoxia", "Eugenia", "Euphemia", "Euphrosyne", "Evaggelia", "Evanthia", "Evdokia", "Eve", "Evgenia", "Evi", "Eyaggelia", "Faika", "Fatma", "Feirha", "Feri", "Filanthi", "Fotini", "Gabriella", "Gaea", "Galatea", "Gavriella", "Georgia", "Georgoulla", "Gioulli", "Halcyone", "Hatice", "Havva", "Hazar", "Helen", "Helena", "Helene", "Helia", "Hera", "Hlois", "Ianthe", "Ilektra", "Iliana", "Ino", "Ioanna", "Ioánna", "Ioannis", "Iona", "Iphigenia", "Ira", "Irene", "Irini", "Iris", "Iro", "Isaura", "Isi", "Işın", "Ivi", "Jasmine", "Junia", "Juno", "Kali", "Kalia", "Kaliopi", "Kalliope", "Kalyca", "Karima", "Karolina", "Katerina", "Katerine", "Katina", "Keziban", "Khloe", "Kielia", "Kleoniki", "Konstanta", "Konstantina", "Kore", "Koren", "Krystiana", "Kynthia", "Kyriaki", "Lamprini", "Leontia", "Lexi", "Lia", "Lida", "Lilika", "Lisa", "Lugaretzia", "Lydia", "Maia", "Margaret", "Margarites", "Maria", "Marianna", "Marianthi", "Marilia", "Marina", "Marista", "Maritsa", "Marlen", "Maroula", "Maroulla", "Medora", "Melaina", "Melanie", "Melantha", "Melina", "Melissa", "Melpomeni", "Meryem", "Metaxia", "Miranta", "Mirofora", "Myrofora", "Myropi", "Myrto", "Nafsika", "Nana", "Nantia", "Natalia", "Natalie", "Nazire", "Nektaria", "Neona", "Neriman", "Nerissa", "Nessa", "Nicki", "Nicole", "Niki", "Nikola", "Nitsa", "Nora", "Nouritza", "Ntaniella", "Odessa", "Olga", "Olympia", "Ophelia", "Ourania", "Pamfilia", "Panagiota", "Panayiota", "Pannayita", "Paraskevi", "Paraskevou", "Paraskevoulla", "Pareskevi", "Parthenia", "Pavlina", "Pembe", "Phaedra", "Phaidra", "Phedra", "Philana", "Philippa", "Philomela", "Phoebe", "Phyllis", "Praxoula", "Rahme", "Ramona", "Rebecca", "Rena", "Rhea", "Rodanthi", "Salome", "Selene", "Sevgül", "Sia", "Sibel", "Smaragda", "Smaragdi", "Sofia", "Sophia", "Sotiria", "Soula", "Stamata", "Stavroula", "Stefania", "Stella", "Styliani", "Styllou", "Tassia", "Tassula", "Tattiana", "Tekla", "Thalassa", "Thaleia", "Thalia", "Thania", "Tharsia", "Thecla", "Thekla", "Theodora", "Theodosia", "Theodosoulla", "Theone", "Theophano", "Theothosia", "Theresa", "Tia", "Timothea", "Tina", "Toula", "Tulisa", "Vanessa", "Vasiliki", "Vasiliky", "Vassiliki", "Xanthe", "Xanthippe", "Xantippe", "Xena", "Xenia", "Xristina", "Xylia", "Yana", "Yiannoula", "Zacharenia", "Zaharou", "Zelia", "Zenaida", "Zenobia", "Ziynet", "Zoe", "Zoi", "Zuhre"]>>
+<<set setup.cypriotSlaveNames = ["Acacia", "Acantha", "Ada", "Adonia", "Adora", "Aeola", "Afroditi", "Agalia", "Agathe", "Agathi", "Aikaterine", "Aikaterini", "Akilina", "Alala", "Aldora", "Aleka", "Aleki", "Aleni", "Alesia", "Alessandra", "Alethea", "Alexandra", "Alexandria", "Alexi", "Alexine", "Alexis", "Alexxa", "Alissa", "Althaia", "Amara", "Ambrosia", "Ana", "Anabel", "Anastacia", "Anastasia", "Anatolia", "Andri", "Andriana", "Andrianou", "Andromeda", "Andromede", "Androniki", "Androula", "Androulla", "Anemone", "Angela", "Angele", "Angelee", "Angeliki", "Anna", "Annagletha", "Anthaia", "Anthoula", "Anthy", "Antigone", "Antigoni", "Antonia", "Antri", "Aphrodite", "Argiri", "Argiro", "Ariadne", "Ariana", "Aristea", "Artemis", "Artemisia", "Aspasia", "Atalante", "Athanasia", "Athena", "Athenagora", "Athina", "Ayşe", "Azina", "Barbara", "Basiliki", "Calandra", "Calantha", "Calista", "Calla", "Cassa", "Cassia", "Caterina", "Charis", "Charissa", "Charlotte", "Chloe", "Chloris", "Chrisoula", "Chrissitha", "Christalla", "Christiane", "Christina", "Christine", "Chrysanthe", "Chryseis", "Chryssi", "Chrystalla", "Chrystalleni", "Clematia", "Cleopatra", "Clio", "Constantina", "Corallia", "Costandina", "Cressida", "Cyma", "Cynara", "Dagmara", "Damara", "Damaris", "Danae", "Daphne", "Dawn", "Deianira", "Delia", "Demetra", "Demitria", "Denise", "Despina", "Diana", "Diantha", "Dido", "Dimitra", "Dionisia", "Dominica", "Domna", "Dora", "Dorkas", "Dru", "Drusilla", "Effie", "Effrossini", "Effrosyni", "Efpraxia", "Efthimia", "Eftimia", "Eirene", "Eirini", "Ekaterine", "Ekaterini", "Eleanna", "Eleftheria", "Eleftheriani", "Elektra", "Elena", "Eleni", "Eleutheria", "Elewteria", "Elewtheria", "Elina", "Elisa", "Elmaziye", "Elsie", "Emalia", "Emine", "Emmanuelle", "Erato", "Ereini", "Erene", "Erianthe", "Ethougia", "Eudocia", "Eudora", "Eudoxia", "Eugenia", "Euphemia", "Euphrosyne", "Evaggelia", "Evanthia", "Evdokia", "Eve", "Evgenia", "Evi", "Eyaggelia", "Faika", "Fatma", "Feirha", "Feri", "Filanthi", "Fotini", "Gabriella", "Gaea", "Galatea", "Gavriella", "Georgia", "Georgoulla", "Gioulli", "Halcyone", "Hatice", "Havva", "Hazar", "Helen", "Helena", "Helene", "Helia", "Hera", "Hlois", "Ianthe", "Ilektra", "Iliana", "Ino", "Ioanna", "Ioánna", "Ioannis", "Iona", "Iphigenia", "Ira", "Irene", "Irini", "Iris", "Iro", "Isaura", "Isi", "Işın", "Ivi", "Jasmine", "Junia", "Juno", "Kali", "Kalia", "Kaliopi", "Kalliope", "Kalyca", "Karima", "Karolina", "Katerina", "Katerine", "Katina", "Keziban", "Khloe", "Kielia", "Kleoniki", "Konstanta", "Konstantina", "Kore", "Koren", "Krystiana", "Kynthia", "Kyriaki", "Lamprini", "Leontia", "Lexi", "Lia", "Lida", "Lilika", "Lisa", "Lugaretzia", "Lydia", "Maia", "Margaret", "Margarites", "Maria", "Marianna", "Marianthi", "Marietta", "Marilia", "Marina", "Marista", "Maritsa", "Marlen", "Maroula", "Maroulla", "Medora", "Melaina", "Melanie", "Melantha", "Melina", "Melissa", "Melpomeni", "Meryem", "Metaxia", "Miranta", "Mirofora", "Myrofora", "Myropi", "Myrto", "Nafsika", "Nana", "Nantia", "Natalia", "Natalie", "Nazire", "Nektaria", "Neona", "Neriman", "Nerissa", "Nessa", "Nicki", "Nicole", "Niki", "Nikola", "Nitsa", "Nora", "Nouritza", "Ntaniella", "Odessa", "Olga", "Olympia", "Ophelia", "Ourania", "Pamfilia", "Panagiota", "Panayiota", "Pannayita", "Paraskevi", "Paraskevou", "Paraskevoulla", "Pareskevi", "Parthenia", "Pavlina", "Pembe", "Phaedra", "Phaidra", "Phedra", "Philana", "Philippa", "Philomela", "Phoebe", "Phyllis", "Praxoula", "Rahme", "Ramona", "Rebecca", "Rena", "Rhea", "Rodanthi", "Salome", "Selene", "Sevgül", "Sia", "Sibel", "Smaragda", "Smaragdi", "Sofia", "Sophia", "Sotiria", "Soula", "Stamata", "Stavroula", "Stefania", "Stella", "Styliani", "Styllou", "Tassia", "Tassula", "Tattiana", "Tekla", "Thalassa", "Thaleia", "Thalia", "Thania", "Tharsia", "Thecla", "Thekla", "Theodora", "Theodosia", "Theodosoulla", "Theone", "Theophano", "Theothosia", "Theresa", "Tia", "Timothea", "Tina", "Toula", "Tulisa", "Vanessa", "Vasiliki", "Vasiliky", "Vassiliki", "Xanthe", "Xanthippe", "Xantippe", "Xena", "Xenia", "Xristina", "Xylia", "Yana", "Yiannoula", "Zacharenia", "Zaharou", "Zelia", "Zenaida", "Zenobia", "Ziynet", "Zoe", "Zoi", "Zuhre"]>>
 <<set setup.cypriotMaleNames = ["Abdullah", "Achilleas", "Achilleos", "Achilles", "Adamantios", "Adamos", "Adonis", "Agapios", "Agias", "Agyros", "Ahmet", "Aiakos", "Aineias", "Aiolos", "Albert", "Aleda", "Alekhis", "Alekos", "Aleksiu", "Alexander", "Alexandros", "Alexios", "Alexiou", "Alexis", "Ambrosios", "Anakletos", "Anastasios", "Anastassios", "Andonios", "Andreas", "Andreou", "Andrew", "Andros", "Angelo", "Angelos", "Aniketos", "Anninos", "Anthony", "Antonios", "Antonis", "Apostolis", "Apostolos", "Argyros", "Ari", "Arion", "Aris", "Aristides", "Aristotelis", "Arout", "Arsenios", "Asaf", "Athan", "Athanasios", "Athanassios", "Athones", "Augustine", "Augustinos", "Avraam", "Aziz", "Bikos", "Boreas", "Carolos", "Charalambos", "Charalampos", "Charilaos", "Christodoulos", "Christofis", "Christoforos", "Christopher", "Christophoros", "Christos", "Chrysanthos", "Chrysanthous", "Chrysostomos", "Cletus", "Constandinos", "Constantine", "Constantinos", "Cosmo", "Costa", "Costantinos", "Costas", "Crist", "Damianos", "Demetri", "Demetrios", "Demetris", "Demos", "Demosthenes", "Dennis", "DerviÅŸ", "Dighenis", "Dimitri", "Dimitrios", "Dimitris", "Dino", "Dinos", "Dion", "Dionysios", "Dionyssios", "Dmitris", "Doxiadis", "Drymiotes", "Efstathios", "Efstratios", "Eftchios", "Efthimios", "Eleftherios", "Eleni", "Elias", "Emmanouil", "Emmanuel", "Emmanuil", "Epameinondas", "Epaminondas", "Eraklis", "Euaggelos", "Evagelos", "Evangelos", "Evenios", "Evis", "Evripides", "Fanos", "Fotis", "Francis", "Geo", "George", "Georges", "Georghios", "Georgios", "Gerasimos", "Giannakos", "Giannis", "Giannos", "Giatas", "Giorgos", "Glafkos", "Gondikas", "Greg", "Gregorios", "Gregory", "Grigorios", "Grigoris", "Gus", "Gustas", "Halu", "Haralambos", "Harrys", "Hasan", "Herakles", "Hermes", "Herodotos", "Herodotou", "Hippocrates", "Hristos", "Huseyin", "Iacovos", "Iakovos", "Iannis", "Iason", "Ibrahim", "Ignatios", "Ilias", "Ioannes", "Ioannis", "Isaakios", "John", "Kalinikos", "Kharilaos", "Khristodoulos", "Kimon", "Kleanthe", "Koinos", "Konstandinos", "Konstantinos", "Kosmas", "Kosta", "Kostantinos", "Kostas", "Kosti", "Kris", "Kristion", "Kymon", "Kypros", "Kyriacos", "Kyriakos", "Lakis", "Lambro", "Lambros", "Laurentios", "Lazaros", "Leandros", "Lefteris", "Leo", "Leonidas", "Leontios", "Lida", "Linos", "Loucas", "Loukas", "Loukianos", "Makarios", "Makis", "Manolis", "Manos", "Marcos", "Marinos", "Marios", "Marko", "Markos", "Martinos", "Matthaios", "Maximos", "Menelaos", "Metrophanes", "Michail", "Michalis", "Mike", "Mikhalakis", "Milos", "Miltiades", "Miltos", "Moris", "Mustafa", "Myron", "Nathanael", "Nektarios", "Neofitos", "Neophytos", "Neophytou", "Nicholas", "Nick", "Nickolas", "Nico", "Nicolaon", "Nicolas", "Nicos", "Nikodemos", "Nikolaos", "Nikolas", "Nikos", "Niovi", "Odysseas", "Odysseus", "Orestis", "Orion", "Osman", "Othon", "Panagiote", "Panagiotis", "Panayiotis", "Panayotis", "Panicos", "Panikos", "Panos", "Pantelis", "Papayiannis", "Paraskevas", "Paul", "Paulos", "Pavlos", "Pericles", "Periklis", "Petri", "Petros", "Philip", "Philippos", "Photios", "Pieris", "Platon", "Polyvios", "Prokopios", "RareÈ™", "Rhigas", "Romanos", "Salih", "Samaras", "Samuel", "Savas", "Savvas", "Sebastianos", "Sergios", "Silvanos", "Simos", "Skyros", "Socrates", "Sofronios", "Sokratis", "Solon", "Sophocles", "Sotirios", "Sotiris", "Spiridon", "Spiro", "Spiros", "Spyridon", "Spyros", "Stamatis", "Stathis", "Stavros", "Stefan", "Stefanos", "Stelios", "Stephanos", "Sterghios", "Steve", "Stratis", "Stratos", "Stylianos", "Taki", "Takis", "Tasos", "Tassos", "Tataki", "Thaddaios", "Thanasios", "Thanasis", "Thanos", "Themestoclis", "Theodore", "Theodoros", "Theodosios", "Theodossios", "Theofanis", "Theologos", "Theophanis", "Thomas", "Thrasyvoulos", "Timotheos", "Titos", "Tonios", "Tzannas", "Vaggelis", "Valerios", "Vangelis", "Vardis", "Vasileios", "Vasilios", "Vasilis", "Vassilios", "Vassilis", "Vassos", "Xenophon", "Yannas", "Yanni", "Yannis", "YaÅŸar", "Yianni", "Yiannis", "Yiannos", "Yiorgos", "Yioryios", "Zacharias", "Zaharias", "Zenon", "Zeus"]>>
 <<set setup.cypriotSlaveSurnames = ["Achilleos", "Achilleou", "Adamos", "Adamou", "Adebibe", "Afxentiou", "Agapiou", "Agathangelou", "Agathocleou", "Agathocleous", "Alexander", "Alexandrou", "Anastasiou", "Anastassi", "Anastassiou", "Andreou", "Andronicou", "Angeli", "Angelide", "Antoniade", "Antoniades", "Antoniadou", "Antoniou", "Apostolou", "Aresti", "Argyrou", "Arif", "Aristidou", "Aristodemou", "Aristotelou", "Aristotelous", "Artem", "Athanasiou", "Athanassiou", "Avgousti", "Avraam", "Avraamide", "Bonita", "Brown", "Cansel", "Charalambide", "Charalambides", "Charalambou", "Charalambous", "Charalampou", "Charalampous", "Chari", "Charilaou", "Christodoulide", "Christodoulides", "Christodoulidou", "Christodoulou", "Christofi", "Christofide", "Christofides", "Christofidou", "Christoforou", "Christos", "Christou", "Chrysanthou", "Chrysostomou", "Cleanthous", "Constanti", "Constantinide", "Constantinides", "Constantinidou", "Constantinou", "Contostavlos", "Costa", "Costi", "Cuzdriorean", "Damianou", "Debes", "Demetri", "Demetriade", "Demetriades", "Demetriadou", "Demetriou", "Demir", "Demosthenou", "Demosthenous", "Deometria", "Derya", "Dimitriou", "Dionysiou", "Dionyssiou", "Economide", "Economides", "Economou", "Efstathiou", "Efthymiou", "Efthyvoulou", "Eleftheriou", "Eleutheriou", "Elia", "Eliade", "Eliades", "Elialzamis", "Ellina", "Ellinas", "Emin", "Eracleou", "Ergüçlü", "Erotokritou", "Evagorou", "Evangelou", "Evripidou", "Filippou", "Fotiou", "Frangos", "Gavriel", "Georgiade", "Georgiades", "Georgiadou", "Georgiou", "Giasemidou", "Gregoriou", "Hadjicharalambous", "Hadjigeorgiou", "Hadjikyriacou", "Hadjimichael", "Hadjinicolaou", "Hadjioannou", "Hadjiosif", "Hamza", "Hanihak", "Harman", "Heracleou", "Heracleous", "Herodotou", "Iacovide", "Iacovides", "Iacovou", "Ibrahim", "Illamba", "Ioakim", "Ioanni", "Ioannide", "Ioannides", "Ioannidou", "Ioannou", "Iosif", "Jone", "Kadi", "Kalli", "Kallis", "Kalogirou", "Karaolis", "Karavezirler", "Kari", "Kaya", "Kefala", "Khan", "Kleanthou", "Kokkinos", "Kokkinou", "Konstantinou", "Koumi", "Kryiacou", "Kyprianou", "Kyriacou", "Kyriakide", "Kyriakides", "Kyriakidou", "Kyriakou", "Kythraioti", "Lambrou", "Lazarou", "Leonidou", "Loizide", "Loizides", "Loizidou", "Loizou", "Louca", "Loucaides", "Louka", "Makri", "Makride", "Malas", "Manoli", "Marangou", "Marcou", "Markide", "Markou", "Matheou", "Mattheou", "Mavrommati", "Mavrommatis", "Mehmetali", "Menelaou", "Metaxa", "Michael", "Michaelide", "Michaelides", "Michaelidou", "Miltiadou", "Miltiadous", "Mina", "Mourtouvanis", "Mustafa", "Mylona", "Mylonas", "Nearchou", "Neocleou", "Neocleous", "Neofytou", "Neophytou", "Nicola", "Nicolaide", "Nicolaides", "Nicolaidou", "Nicolaou", "Nikolaou", "Odysseos", "Odysseou", "Onisiforou", "Onissiforou", "Onoufrios", "Onoufriou", "Orphanide", "Orphanides", "Panagi", "Panagiotou", "Panayi", "Panayide", "Panayides", "Panayiotou", "Panteli", "Pantelide", "Pantelides", "Papa", "Papacharalambous", "Papachristoforou", "Papademetriou", "Papadopoulos", "Papadopoulou", "Papageorgiou", "Papaioannou", "Papakyriacou", "Papamichael", "Papanicolaou", "Papantoniou", "Papapetrou", "Paphitis", "Paraskeva", "Paraskevas", "Paschali", "Patsalide", "Patsalides", "Pavlide", "Pavlides", "Pavlidou", "Pavlou", "Pericleou", "Pericleous", "Petride", "Petrides", "Petridou", "Petrou", "Philippou", "Photiou", "Pieri", "Pitsillide", "Pitsillides", "Pittas", "Polycarpou", "Polydorou", "Polykarpou", "Polyviou", "Procopiou", "Prodromou", "Prokopiou", "Protopapa", "Protopapas", "Pyrketti", "Rousou", "Sadi", "Şah", "Salih", "Savva", "Savvide", "Savvides", "Savvidou", "Sentürk", "Sergiou", "Serviou", "Siber", "Singh", "Smith", "Socratou", "Socratous", "Sofocleou", "Sofokleou", "Sofroniou", "Solomou", "Sophocleou", "Sophocleous", "Soteriou", "Sotiriou", "Spence", "Spyrou", "Stavrinou", "Stavrou", "Stefanou", "Stephanou", "Stratura", "Stylianide", "Stylianides", "Stylianou", "Symeonide", "Symeonides", "Symeou", "Themistocleou", "Themistocleous", "Theocharou", "Theocharous", "Theodorou", "Theodosiou", "Theodossiou", "Theodotou", "Theodoulou", "Theofanou", "Theophanou", "Theophanous", "Thoma", "Thomas", "Thrassyvoulou", "Timotheou", "Tin", "Tryfonos", "Tsangarides", "Türkmen", "Varnava", "Vasili", "Vasiliou", "Vassiliade", "Vassiliades", "Vassiliou", "Violaris", "Vissi", "Vrachas", "Vrahimi", "Vronti", "White", "Xenofontos", "Xenofontou", "Xenophontos", "Xenophontou", "Yerolemou", "Yiangou", "Yiannakou", "Yiannakoú", "Yianni", "Yilmaz", "Yorgancioglu", "Zacharia", "Zachariou", "Zeki", "Zembyla", "Zenonos", "Zenonou"]>>
 
diff --git a/src/interaction/prostheticConfig.tw b/src/interaction/prostheticConfig.tw
index 690a9752af635b8ef1c2d5d01057bd9a5bca929e..3756a951d1a0242ddba28aaae0de07978817de20 100644
--- a/src/interaction/prostheticConfig.tw
+++ b/src/interaction/prostheticConfig.tw
@@ -271,37 +271,37 @@ This room is lined with shelves and cabinets, it could be easily mistaken for a
 Fit prosthetics to $him:
 <<for _p range setup.prostheticIDs>>
 	<<if _p != "erectile">> /* exclude erectile implant */
-	<<if $adjustProsthetics.findIndex(function(p) {return p.id == _p && p.slaveID == $activeSlave.ID}) != -1 || $researchLab.tasks.findIndex(function(p) {return p.type == "craftFit" && p.id == _p && p.slaveID == $activeSlave.ID}) != -1>><br>
-		//<<= capFirstChar(addA(setup.prosthetics[_p].name))>> is already being fitted to $him.//
-	<<elseif setup.prosthetics[_p].level > $prostheticsUpgrade>><br>
-		//You need better contracts to buy <<= addA(setup.prosthetics[_p].name)>>.//
-	<<elseif $activeSlave.readyProsthetics.findIndex(function(p) {return p.id == _p}) == -1>>
-	<br>
-	<<capture _p>>
-	<<if $prosthetics[_p].amount > 0>>
-		<<link "Fit <<= addA(setup.prosthetics[_p].name)>> from storage to <<= $him>>" "Prosthetics Config">>
-			<<set $adjustProsthetics.push({id: _p, workLeft: setup.prosthetics[_p].adjust, slaveID: $activeSlave.ID}), $prosthetics[_p].amount -= 1>>
-		<</link>>
-	<<else>>
-		<<link "Buy and fit <<= addA(setup.prosthetics[_p].name)>> to <<= $him>>" "Prosthetics Config">>
-			<<set $adjustProsthetics.push({id: _p, workLeft: setup.prosthetics[_p].adjust, slaveID: $activeSlave.ID}), cashX(forceNeg(setup.prosthetics[_p].costs), "slaveMod", $activeSlave)>>
-		<</link>>
-		//Costs <<= cashFormat(setup.prosthetics[_p].costs)>>.//
-	<</if>>
-	<<if $researchLab.level > 0 & $prosthetics[_p].research > 0>>
-		<br>&nbsp;&nbsp;
-		<<link "Construct <<= addA(setup.prosthetics[_p].name)>> for <<= $him>>" "Prosthetics Config">>
-			<<set $researchLab.tasks.push({
-				type: "craftFit",
-				id: _p,
-				workLeft: (setup.prosthetics[_p].adjust + setup.prosthetics[_p].craft) / 1.5,
-				slaveID: $activeSlave.ID})>>
-			/* 1.5: longer than adjust, but faster than adjust+craft. */
-		<</link>>
-		//Will take longer than fitting an existing prosthetic but faster than first building it and than fitting it to $him.//
-	<</if>>
-	<</capture>>
-	<</if>>
+		<<if $adjustProsthetics.findIndex(function(p) {return p.id == _p && p.slaveID == $activeSlave.ID}) != -1 || $researchLab.tasks.findIndex(function(p) {return p.type == "craftFit" && p.id == _p && p.slaveID == $activeSlave.ID}) != -1>><br>
+			//<<= capFirstChar(addA(setup.prosthetics[_p].name))>> is already being fitted to $him.//
+		<<elseif setup.prosthetics[_p].level > $prostheticsUpgrade>><br>
+			//You need better contracts to buy <<= addA(setup.prosthetics[_p].name)>>.//
+		<<elseif $activeSlave.readyProsthetics.findIndex(function(p) {return p.id == _p}) == -1>>
+			<br>
+			<<capture _p>>
+			<<if $prosthetics[_p].amount > 0>>
+				<<link "Fit <<= addA(setup.prosthetics[_p].name)>> from storage to <<= $him>>" "Prosthetics Config">>
+					<<set $adjustProsthetics.push({id: _p, workLeft: setup.prosthetics[_p].adjust, slaveID: $activeSlave.ID}), $prosthetics[_p].amount -= 1>>
+				<</link>>
+			<<else>>
+				<<link "Buy and fit <<= addA(setup.prosthetics[_p].name)>> to <<= $him>>" "Prosthetics Config">>
+					<<set $adjustProsthetics.push({id: _p, workLeft: setup.prosthetics[_p].adjust, slaveID: $activeSlave.ID}), cashX(forceNeg(setup.prosthetics[_p].costs), "slaveMod", $activeSlave)>>
+				<</link>>
+				//Costs <<= cashFormat(setup.prosthetics[_p].costs)>>.//
+			<</if>>
+			<<if $researchLab.level > 0 & $prosthetics[_p].research > 0>>
+				<br>&nbsp;&nbsp;
+				<<link "Construct <<= addA(setup.prosthetics[_p].name)>> for <<= $him>>" "Prosthetics Config">>
+					<<set $researchLab.tasks.push({
+						type: "craftFit",
+						id: _p,
+						workLeft: (setup.prosthetics[_p].adjust + setup.prosthetics[_p].craft) / 1.5,
+						slaveID: $activeSlave.ID})>>
+					/* 1.5: longer than adjust, but faster than adjust+craft. */
+				<</link>>
+				//Will take longer than fitting an existing prosthetic but faster than first building it and than fitting it to $him.//
+			<</if>>
+			<</capture>>
+		<</if>>
 	<</if>>
 <</for>>
 
diff --git a/src/interaction/prothesticLab.tw b/src/interaction/prothesticLab.tw
index 1c7b255bcf2aa0af73ded6699ee159f8eadd0229..0e22853a2d6217a0f3706fcea1d11536c624c573 100644
--- a/src/interaction/prothesticLab.tw
+++ b/src/interaction/prothesticLab.tw
@@ -54,16 +54,16 @@ Prosthetic Lab
 		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 10]]
 		//Costs <<= cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 10>>
-		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 20]]
+		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 20]]
 		//Costs <<= cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 20>>
-		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 30]]
+		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 30]]
 		//Costs <<= cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 30>>
-		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 40]]
+		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 40]]
 		//Costs <<= cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 40>>
-		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 50]]
+		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(25000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 50]]
 		//Costs <<= cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 50>>
 		//Facility is fully expanded.//
diff --git a/src/npc/fBeg.tw b/src/npc/fBeg.tw
index 87002fad339dc65170694b4bfa77bb2d338f4982..dc517ac6e2150ab4169e03450433a13388952640 100644
--- a/src/npc/fBeg.tw
+++ b/src/npc/fBeg.tw
@@ -107,7 +107,7 @@ $He nods, and
 		<<case "sadist">>
 			would rather be pushing one of your other whores painfully to her knees, but $he still obeys. 
 		<<case "masochist">>
-			waits just long enough to recieve a disciplinary slap, making $him blush with arousal as $he kneels before you. 
+			waits just long enough to receive a disciplinary slap, making $him blush with arousal as $he kneels before you. 
 		<<case "cumslut">>
 			is excited to be closer to your delicious crotch, and hurries to match $his eyes to your package.
 		<<case "humiliation">>
diff --git a/src/npc/fDance.tw b/src/npc/fDance.tw
index 4007e9283456cf529020b391e1da977373c4644d..3c20e8ad7fb8f9ac8b5173e985ccadfef1e19d35 100644
--- a/src/npc/fDance.tw
+++ b/src/npc/fDance.tw
@@ -251,7 +251,7 @@ You tell your slave that it's time to incorporate some stripping into $his dance
 <<elseif ($activeSlave.sexualFlaw == "attention whore")>>
 	As an attention whore, this is what $he lives for.
 	<<if ($activeSlave.entertainmentSkill >= 100)>>
-		Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being a an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling $his ass. <<ButtDescription>> $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= boobWatch($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even though $he is also fulfilled by the event $he knows that your desire is all that matters. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+		Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling $his ass. <<ButtDescription>> $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= boobWatch($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even though $he is also fulfilled by the event $he knows that your desire is all that matters. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
 	<<elseif ($activeSlave.entertainmentSkill >= 80)>>
 		Your slave is a skilled entertainer, well above average. Being an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling $his ass. <<ButtDescription>> $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= boobWatch($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He surely wishes $he were a better entertainer so you would call on $him to strip more often.
 	<<elseif ($activeSlave.entertainmentSkill >= 60)>>
diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw
index f253578503c356702214eef85615399478562ac3..6fb17488f81381b2b36f72e2e54494c9346d88fe 100644
--- a/src/npc/fFeelings.tw
+++ b/src/npc/fFeelings.tw
@@ -152,7 +152,7 @@ My favorite part of my body i<<s>>
 		<<elseif $PC.dick == 1>>
 			my tummy — and my womb! The <<s>>lo<<sh>>y feeling when I'm all packed full of cum in both end<<s>> get<<s>> me <<s>>o incredibly horny. <<S>>ometime<<s>> I wonder what it would be like if I were ju<<s>>t a puffed up, cum-balloon of a $woman, helple<<ss>> and filled with cum, over, and over, and — I'm <<s>>orry, <<Master>>. I'm being weird again, aren't I?
 		<<else>>
-			my mouth, I love how it feel<<s>> to — to eat pu<<ss>>y, <<Master>>. I love eating out your pu<<ss>>y. E<<s>>pe<<c>>ially when it<<s>> been filled up with <<s>>ome yummy cum. Maybe you could let me eat cum out of your pu<<ss>>y <<s>>oon?
+			my mouth, I love how it feel<<s>> to — to eat pu<<ss>>y, <<Master>>. I love eating out your pu<<ss>>y. E<<s>>pe<<c>>ially when it'<<s>> been filled up with <<s>>ome yummy cum. Maybe you could let me eat cum out of your pu<<ss>>y <<s>>oon?
 		<</if>>
 	<<elseif ($activeSlave.sexualFlaw == "attention whore") && ($activeSlave.fetishStrength > 95)>>
 		my whole $activeSlave.skin body, and whatever part of me i<<s>> be<<s>>t u<<s>>ed to make me look like a total <<s>>lut.
@@ -209,7 +209,7 @@ My favorite part of my body i<<s>>
 		<<elseif ($activeSlave.counter.birthsTotal > 10) && isFertile($activeSlave)>>
 			my womb. It'<<s>> made <<s>>o many babie<<s>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever.
 		<<elseif isFertile($activeSlave)>>
-			my womb. It<<s>> ready, <<Master>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever.
+			my womb. It'<<s>> ready, <<Master>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever.
 		<<else>>
 			my tight tummy, I like to imagine how it would <<s>>well if I got pregnant. I... I really wi<<sh>> we could put a baby in me, <<Master>>.
 		<</if>>
diff --git a/src/pregmod/MpregSelf.tw b/src/pregmod/MpregSelf.tw
index da73b882939c8b442ccf13f36846926f97c1846c..1faeb63e78f519b7d0816213f438f7ca2966af06 100644
--- a/src/pregmod/MpregSelf.tw
+++ b/src/pregmod/MpregSelf.tw
@@ -19,7 +19,7 @@
 	<<elseif $PC.balls == 2>>
 		Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
 		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container.
-		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _his hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
+		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your huge balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions: "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done."
 		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
 		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb.
diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw
index b7d9354f6495e241e5ef82d3213bf00a0a1cce49..2376de6fe693273e969bacf35c8351aff40628ed 100644
--- a/src/pregmod/managePersonalAffairs.tw
+++ b/src/pregmod/managePersonalAffairs.tw
@@ -346,23 +346,24 @@ On formal occasions, you are announced as $PCTitle. By slaves, however, you pref
 </span>
 
 <<if $PC.degeneracy > 0>>
-<br><br>
-__Rumors__
-<br>
 
-<<if $PC.degeneracy > 100>>
-	There are severe and devastating rumors about you spreading across the arcology.
-<<elseif $PC.degeneracy > 75>>
-	There are severe rumors about you spreading across the arcology.
-<<elseif $PC.degeneracy > 50>>
-	There are bad rumors about you spreading across the arcology.
-<<elseif $PC.degeneracy > 25>>
-	There are rumors about you spreading across the arcology.
-<<elseif $PC.degeneracy > 10>>
-	There are minor rumors about you spreading across the arcology.
-<<else>>
-	The occasional rumor about you can be heard throughout the arcology.
-<</if>>
+	<br><br>
+	__Rumors__
+	<br>
+
+	<<if $PC.degeneracy > 100>>
+		There are severe and devastating rumors about you spreading across the arcology.
+	<<elseif $PC.degeneracy > 75>>
+		There are severe rumors about you spreading across the arcology.
+	<<elseif $PC.degeneracy > 50>>
+		There are bad rumors about you spreading across the arcology.
+	<<elseif $PC.degeneracy > 25>>
+		There are rumors about you spreading across the arcology.
+	<<elseif $PC.degeneracy > 10>>
+		There are minor rumors about you spreading across the arcology.
+	<<else>>
+		The occasional rumor about you can be heard throughout the arcology.
+	<</if>>
 
 <</if>>
 
diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw
index 36e65f7fed4557184825637a79c4247cf99c4338..4c93f89d8c7d3a2e1e37acf09469d98d7485cb44 100644
--- a/src/pregmod/newChildIntro.tw
+++ b/src/pregmod/newChildIntro.tw
@@ -600,7 +600,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully
 <</if>>
 <<if $arcologies[0].FSHedonisticDecadence >= 50>>
 	<<if ($activeSlave.weight > 50)>>
-		$He noticed all fat girls lazing about your penthouse; $he pats $his own soft belly, @@.mediumaquamarine;feeling right at home.@@
+		$He noticed all fat slaves lazing about your penthouse; $he pats $his own soft belly, @@.mediumaquamarine;feeling right at home.@@
 		<<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
@@ -646,7 +646,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully
 <<set $activeSlave.trust -= 30>>
 <<set $activeSlave.health -= 20>>
 <<replace "#result">>
-	You drag $him to the body modification studio and strap $him down with $his $brandTarget clear and defenseless. $He doesn't understand what's on, becoming even more confused as disinfectant is applied to $his $brandTarget. $He can't see the approaching brand, but eventually $he feels the radiated heat on $his skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If $he trusted you at all before, @@.mediumorchid;$he doesn't now,@@ and $he's got the @@.gold;agonizing@@ @@.red;injury@@ to remind $him should $he start to forget.
+	You drag $him to the body modification studio and strap $him down with $his $brandTarget clear and defenseless. $He doesn't understand what's on, becoming even more confused as disinfectant is applied to $his $brandTarget. $He can't see the approaching brand, <<if !canSee($activeSlave)>>of course, <</if>>but eventually $he feels the radiated heat on $his skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If $he trusted you at all before, @@.mediumorchid;$he doesn't now,@@ and $he's got the @@.gold;agonizing@@ @@.red;injury@@ to remind $him should $he start to forget.
 	<<if ($arcologies[0].FSSubjugationistRace == $activeSlave.race) && ($arcologies[0].FSSubjugationist > 0)>>
 		Society @@.green;approves@@ of your purchase and branding of an inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved.
 		<<= FSChange("Subjugationist", 2)>>
@@ -798,69 +798,75 @@ You slowly strip down, gauging $his reactions to your show, until you are fully
 	<<elseif $activeSlave.dick == 6>>
 		You grin sadistically at $him as $his massive dick fills both of your hands.
 	<</if>>
-As $he begins to moan with lust, you grip down tightly and force $him to the floor. You straddle $him and lower your dripping pussy onto $his face<<if $PC.dick == 1>>, your erect cock coming to rest on $his forehead<</if>>. You continue stroking your toy's rod as $he eagerly begins eating you out. As $his cock begins to throb, anticipating $his upcoming orgasm,
-<<if (overpowerCheck($activeSlave, $PC) < random(1,100)) && ($incubatorReproductionSetting > 0)>>
-	$he shoves you onto your back and deeply penetrates you. Before you can kick $him off, $he thrusts twice and unloads $his pent up orgasm deep into your pussy. $He pulls out with a huge smile on $his face and a @@.hotpink;deep love@@ for $his mate. You glower at $him as cum pools from your stretched cunt; $he might not be a dom now, but $he may certainly become one.
-	<<set $activeSlave.devotion += 5>>
-	<<set $activeSlave.counter.penetrative++, $penetrativeTotal++>>
-	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
-		<<set $activeSlave.fetish = "dom">>
-		<<set $activeSlave.fetishStrength = 20>>
-	<</if>>
-	<<if canImpreg($PC, $activeSlave)>>
-		<<= knockMeUp($PC, 100, 0, $activeSlave.ID)>>
-		You groan as you rub your belly. You were fertile and are now likely @@.lime;quite pregnant.@@
-	<</if>>
-	<span id="result2">
-		<br><<link "Teach $him what $he did wrong">>
-			<<replace "#result2">>
-				$His language skills may be undeveloped, but the tank instilled certain phrases into $him as it raised $him. Taking advantage of those commands, you chastise $him for $his impudence and instruct $him that only you may decide if $he is allowed to do that. $He @@.mediumorchid;hangs $his head in disappointment@@ but understands your decree. $He doesn't know why $he is compelled by what you said, but deep down $he @@.gold;fears what this means.@@
-				<<set $activeSlave.devotion -= 5>>
-				<<set $activeSlave.trust -= 5>>
-			<</replace>>
-		<</link>>
-		<br><<link "Punish $his nuts">>
-			<<replace "#result2">>
-				Righting yourself, you land a kick firmly and directly into $his dangling balls. $He collapses to the ground @@.mediumorchid;wailing with betrayal@@ and @@.gold;desperately trying to protect $himself from you.@@
-				<<set $activeSlave.devotion -= 25>>
-				<<set $activeSlave.trust -= 50>>
-			<</replace>>
-		<</link>>
-		<br><<link "Punish $him with a chastity belt">>
-			<<replace "#result2">>
-				Righting yourself, you head to your desk and pull out a chastity cage. Calling the curious $girl over, you tease $his genitals until $he lowers $his guard and lock $his dick in the device. $He @@.mediumorchid;howls with displeasure@@ at the tightness around $his cock and @@.gold;begins to panic@@ when $he finds $he can't remove it. You send $him off to learn $his place.
-				<<set $activeSlave.devotion -= 15>>
-				<<set $activeSlave.trust -= 5>>
-				<<set $activeSlave.chastityPenis = 1>>
-			<</replace>>
-		<</link>>
-		<<if $seeExtreme == 1>>
-			<br><<link "Geld $him as punishment">>
+	As $he begins to moan with lust, you grip down tightly and force $him to the floor. You straddle $him and lower your dripping pussy onto $his face<<if $PC.dick == 1>>, your erect cock coming to rest on $his forehead<</if>>. You continue stroking your toy's rod as $he eagerly begins eating you out. As $his cock begins to throb, anticipating $his upcoming orgasm,
+	<<if (overpowerCheck($activeSlave, $PC) < random(1,100)) && ($incubatorReproductionSetting > 0)>>
+		$he shoves you onto your back and deeply penetrates you. Before you can kick $him off, $he thrusts twice and unloads $his pent up orgasm deep into your pussy. $He pulls out with a huge smile on $his face and a @@.hotpink;deep love@@ for $his mate. You glower at $him as cum pools from your stretched cunt; $he might not be a dom now, but $he may certainly become one.
+		<<set $activeSlave.devotion += 5>>
+		<<set $activeSlave.counter.penetrative++, $penetrativeTotal++>>
+		<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
+			<<set $activeSlave.fetish = "dom">>
+			<<set $activeSlave.fetishStrength = 20>>
+		<</if>>
+		<<if canImpreg($PC, $activeSlave)>>
+			<<= knockMeUp($PC, 100, 0, $activeSlave.ID)>>
+			You groan as you rub your belly. You were fertile and are now likely @@.lime;quite pregnant.@@
+		<</if>>
+		<span id="result2">
+			<br><<link "Let it slide for now">>
 				<<replace "#result2">>
-					Righting yourself, you grab the gloating slave, drag $him to the autosurgery and strap $him face-down with $his legs spread. $He doesn't understand what's happening, but giggles at the sensations running through $his numb body. $He's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for $him to figure out what's happened. When $he does, $his poor mind scarcely processes the @@.gold;horror@@ of what's happened. $He spends the rest of the week dimly trying to find where $his balls went.
-					<<if $arcologies[0].FSGenderRadicalist != "unset">>
-						Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all societal inferiors can be made female.
-						<<= FSChange("GenderRadicalist", 2)>>
-					<</if>>
-					<<if $arcologies[0].FSRestart != "unset" && $activeSlave.pubertyXY == 1>>
-						Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all only the elite should breed.
-						<<= FSChange("Eugenics", 2)>>
-					<</if>>
+					You decide to yourself that it may be for the best to just send $him on $his way for now. You quietly order $activeSlave.slaveName out into the penthouse, while you head off to wash out $his seed. You can't reasonably expect $him to know the full ramifications of what $he did; $he can't exactly be considered an adult<<if $activeSlave.physicalAge < 18>>, by any means<</if>>. Indeed, the $girl is mostly just bewildered by your sudden change in mood, but seems pretty sure that @@.orangered;$he had nothing to do with it.@@
+					<<set $activeSlave.trust += 20>>
+				<</replace>>
+			<</link>>
+			<br><<link "Teach $him what $he did wrong">>
+				<<replace "#result2">>
+					$His language skills may be undeveloped, but the tank instilled certain phrases into $him as it raised $him. Taking advantage of those commands, you chastise $him for $his impudence and instruct $him that only you may decide if $he is allowed to do that. $He @@.mediumorchid;hangs $his head in disappointment@@ but understands your decree. $He doesn't know why $he is compelled by what you said, but deep down $he @@.gold;fears what this means.@@
+					<<set $activeSlave.devotion -= 5>>
+					<<set $activeSlave.trust -= 5>>
+				<</replace>>
+			<</link>>
+			<br><<link "Punish $his nuts">>
+				<<replace "#result2">>
+					Righting yourself, you land a kick firmly and directly into $his dangling balls. $He collapses to the ground @@.mediumorchid;wailing with betrayal@@ and @@.gold;desperately trying to protect $himself from you.@@
 					<<set $activeSlave.devotion -= 25>>
 					<<set $activeSlave.trust -= 50>>
-					<<set $activeSlave.balls = 0>>
 				<</replace>>
 			<</link>>
+			<br><<link "Punish $him with a chastity belt">>
+				<<replace "#result2">>
+					Righting yourself, you head to your desk and pull out a chastity cage. Calling the curious $girl over, you tease $his genitals until $he lowers $his guard and lock $his dick in the device. $He @@.mediumorchid;howls with displeasure@@ at the tightness around $his cock and @@.gold;begins to panic@@ when $he finds $he can't remove it. You send $him off to learn $his place.
+					<<set $activeSlave.devotion -= 15>>
+					<<set $activeSlave.trust -= 5>>
+					<<set $activeSlave.chastityPenis = 1>>
+				<</replace>>
+			<</link>>
+			<<if $seeExtreme == 1>>
+				<br><<link "Geld $him as punishment">>
+					<<replace "#result2">>
+						Righting yourself, you grab the gloating slave, drag $him to the autosurgery and strap $him face-down with $his legs spread. $He doesn't understand what's happening, but giggles at the sensations running through $his numb body. $He's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for $him to figure out what's happened. When $he does, $his poor mind scarcely processes the @@.gold;horror@@ of what's happened. $He spends the rest of the week dimly trying to find where $his balls went.
+						<<if $arcologies[0].FSGenderRadicalist != "unset">>
+							Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all societal inferiors can be made female.
+							<<= FSChange("GenderRadicalist", 2)>>
+						<</if>>
+						<<if $arcologies[0].FSRestart != "unset" && $activeSlave.pubertyXY == 1>>
+							Society @@.green;approves@@ of your promptly gelding $him; this advances the idea that all only the elite should breed.
+							<<= FSChange("Eugenics", 2)>>
+						<</if>>
+						<<set $activeSlave.devotion -= 25>>
+						<<set $activeSlave.trust -= 50>>
+						<<set $activeSlave.balls = 0>>
+					<</replace>>
+				<</link>>
+			<</if>>
+		</span>
+	<<else>>
+		you quickly bind the base of $his penis, denying $him release. You grind your cunt into $his face, letting $him know that YOU are the one who'll be orgasming here, not $him. Only once you have initiated the new slave by soaking $his face in your cum do you release $his dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in $his cum. You turn around and order the exhausted $girl to clean $his cum off your hand<<if $PC.dick == 1>> and to finish off $his twitching dick<</if>>; $he might not be a submissive, but $he is @@.hotpink;willing to let you have your way@@ with $his body used and may even grow to enjoy it.
+		<<set $activeSlave.devotion += 5>>
+		<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
+			<<set $activeSlave.fetish = "submissive">>
+			<<set $activeSlave.fetishStrength = 20>>
 		<</if>>
-	</span>
-<<else>>
-	you quickly bind the base of $his penis, denying $him release. You grind your cunt into $his face, letting $him know that YOU are the one who'll be orgasming here, not $him. Only once you have initiated the new slave by soaking $his face in your cum do you release $his dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in $his cum. You turn around and order the exhausted $girl to clean $his cum off your hand<<if $PC.dick == 1>> and to finish off $his twitching dick<</if>>; $he might not be a submissive, but $he is @@.hotpink;willing to let you have your way@@ with $his body used and may even grow to enjoy it.
-	<<set $activeSlave.devotion += 5>>
-	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
-		<<set $activeSlave.fetish = "submissive">>
-		<<set $activeSlave.fetishStrength = 20>>
 	<</if>>
-<</if>>
 <</replace>>
 <</link>>
 <</if>>
@@ -871,7 +877,7 @@ As $he begins to moan with lust, you grip down tightly and force $him to the flo
 <<replace "#result">>
 You beckon the curious $girl to your hefty breasts, having noticed how hungrily $he has been <<if canSee($activeSlave)>>eying<<else>>focusing on<</if>> them. $He eagerly places $his hands to them and begins squeezing and massaging them, quickly becoming aroused $himself. $He pays close attention to your nipples, <<if $PC.lactation > 0>> squealing happily when milk begins to flow from them<<set $PC.lactationDuration = 2>><<else>> grumbling unhappily when $he finds no milk within<</if>>.
 <<if (overpowerCheck($activeSlave, $PC) < random(1,100)) && $activeSlave.muscles > 30 && $incubatorReproductionSetting > 0 && canAchieveErection($activeSlave)>>
-	Suddenly, $he shoves you onto your back and begins enthusiastically fucking your breasts. Before you can push $him off, $he thrusts hard and unloads $his pent up orgasm deep into your cleavage and across your face. $He sits back with a huge smile on $his face and a @@.hotpink;new connection to you.@@ $He @@.gold;recoils in surprise and fear@@ when you respond by slapping $him across the face for $his impudence. $He might not look like a dom, but $he may turn into one.
+	Suddenly, $he shoves you onto your back and begins enthusiastically fucking your breasts. Before you can push $him off, $he thrusts hard and unloads $his pent-up orgasm deep into your cleavage and across your face. $He sits back with a huge smile on $his face and a @@.hotpink;new connection to you.@@ $He @@.gold;recoils in surprise and fear@@ when you respond by slapping $him across the face for $his impudence. $He might not look like a dom, but $he may turn into one.
 	<<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.trust -= 5>>
 	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
@@ -879,6 +885,12 @@ You beckon the curious $girl to your hefty breasts, having noticed how hungrily
 		<<set $activeSlave.fetishStrength = 20>>
 	<</if>>
 	<span id="result2">
+		<br><<link "Let it slide for now">>
+			<<replace "#result2">>
+				You decide to yourself that it may be for the best to just send $him on $his way for now. You quietly order $activeSlave.slaveName out into the penthouse, while you fetch a towel to wipe off $his seed. You can't reasonably expect $him to know the full ramifications of what $he did; $he can't exactly be considered an adult<<if $activeSlave.physicalAge < 18>>, by any means<</if>>. Indeed, the $girl is mostly just bewildered by your sudden change in mood, but seems pretty sure that @@.orangered;$he had nothing to do with it.@@
+				<<set $activeSlave.trust += 25>>
+			<</replace>>
+		<</link>>
 		<br><<link "Teach $him what $he did wrong">>
 			<<replace "#result2">>
 				$His language skills may be undeveloped, but the tank instilled certain phrases into $him as it raised $him. Taking advantage of those commands, you chastise $him for $his impudence and instruct $him that only you may decide if $he is allowed to do that. $He @@.hotpink;nods along to your words@@ understanding concepts but mostly following along @@.gold;in fear@@ of you.
@@ -939,28 +951,28 @@ You beckon the curious $girl to your hefty breasts, having noticed how hungrily
 <<if $PC.pregMood == 2>>
 	<br><<link "Teach $him how to satisfy a pregnant _womanP">>
 	<<replace "#result">>
-	You beckon the curious $girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> knocking $him to the ground. <<if canPenetrate($activeSlave)>>A simple stroke is all it takes to get $him hard, so you quickly mount and begin riding $him. $He @@.hotpink;happily@@ runs $his hands across the underside of your belly as $he gets into the rhythm of thrusting up into you. After an unsatisfyingly short amount of time, $he cums deep in you<<else>>You quickly mount $his face and force $him to eat you out. $He @@.hotpink;happily@@ runs $his hands across the underside your belly as $he gets into the rhythm of penetrating you. It doesn't take long for the poor $girl to be out of breath and panicking<</if>>. Sighing, you pull the spent $girl upright so $he can fondle your belly and hopefully recover enough for a second go. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one.
-	<<set $activeSlave.devotion += 5>>
-	<<if canPenetrate($activeSlave)>>
-		<<set $activeSlave.counter.penetrative++, $penetrativeTotal++>>
-	<<else>>
-		<<set $activeSlave.counter.oral++, $oralTotal++>>
-	<</if>>
-	<<if random(1,100) > 40 && $activeSlave.fetish == "none">>
-		<<set $activeSlave.fetish = "pregnancy">>
-		<<set $activeSlave.fetishStrength = 20>>
-	<</if>>
+		You beckon the curious $girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> knocking $him to the ground. <<if canPenetrate($activeSlave)>>A simple stroke is all it takes to get $him hard, so you quickly mount and begin riding $him. $He @@.hotpink;happily@@ runs $his hands across the underside of your belly as $he gets into the rhythm of thrusting up into you. After an unsatisfyingly short amount of time, $he cums deep in you<<else>>You quickly mount $his face and force $him to eat you out. $He @@.hotpink;happily@@ runs $his hands across the underside your belly as $he gets into the rhythm of penetrating you. It doesn't take long for the poor $girl to be out of breath and panicking<</if>>. Sighing, you pull the spent $girl upright so $he can fondle your belly and hopefully recover enough for a second go. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one.
+		<<set $activeSlave.devotion += 5>>
+		<<if canPenetrate($activeSlave)>>
+			<<set $activeSlave.counter.penetrative++, $penetrativeTotal++>>
+		<<else>>
+			<<set $activeSlave.counter.oral++, $oralTotal++>>
+		<</if>>
+		<<if random(1,100) > 40 && $activeSlave.fetish == "none">>
+			<<set $activeSlave.fetish = "pregnancy">>
+			<<set $activeSlave.fetishStrength = 20>>
+		<</if>>
 	<</replace>>
 	<</link>>
 <<elseif $PC.pregMood == 1>>
 	<br><<link "Nurse $him">>
 	<<replace "#result">>
-	You beckon the curious $girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until $he has no choice but to wrap $his arms around it. $He happily runs $his hands across your belly, cooing with delight at the tautness and warmth. $He jumps back with a gasp the first time $he is met with a kick from within you, but @@.hotpink;giggles pleasantly@@ as you help $him back to $his feet and pull $him into an embrace, guiding $him to the couch. You tweak one of your nipples, encouraging your milk to flow and enticing <<if $activeSlave.mother == -1>>your daughter to suckle from $his mother<<else>>the $girl to suckle from your aching breasts<</if>>. $He eagerly complies, drinking deeply as you stroke $his head.<<if canPenetrate($activeSlave)>> Before long, you feel something hard prodding your leg; it seems someone is getting turned on by all this. As you shift $him to your other breast, you reach down and begin stroking $his erection. You can feel $his gulps become erratic as $his cock begins throbbing in your grip. $He moans lewdly as $he cums, but makes sure not to miss a single drop of your milk in the process.<</if>> Once $he drains you of your supply, you @@.mediumaquamarine;cuddle up to $him@@ and allow $him to caress your body. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one.
-	<<set $activeSlave.devotion += 15, $activeSlave.trust += 15>>
-	<<if random(1,100) > 40 && $activeSlave.fetish == "none">>
-		<<set $activeSlave.fetish = "pregnancy">>
-		<<set $activeSlave.fetishStrength = 20>>
-	<</if>>
+		You beckon the curious $girl to your weighty pregnancy and as $he approaches push it directly into $his <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until $he has no choice but to wrap $his arms around it. $He happily runs $his hands across your belly, cooing with delight at the tautness and warmth. $He jumps back with a gasp the first time $he is met with a kick from within you, but @@.hotpink;giggles pleasantly@@ as you help $him back to $his feet and pull $him into an embrace, guiding $him to the couch. You tweak one of your nipples, encouraging your milk to flow and enticing <<if $activeSlave.mother == -1>>your daughter to suckle from $his mother<<else>>the $girl to suckle from your aching breasts<</if>>. $He eagerly complies, drinking deeply as you stroke $his head.<<if canPenetrate($activeSlave)>> Before long, you feel something hard prodding your leg; it seems someone is getting turned on by all this. As you shift $him to your other breast, you reach down and begin stroking $his erection. You can feel $his gulps become erratic as $his cock begins throbbing in your grip. $He moans lewdly as $he cums, but makes sure not to miss a single drop of your milk in the process.<</if>> Once $he drains you of your supply, you @@.mediumaquamarine;cuddle up to $him@@ and allow $him to caress your body. $He spends a lot of time comparing your belly to $his own, $he might not be a pregnancy fetishist, but it seems likely $he may become one.
+		<<set $activeSlave.devotion += 15, $activeSlave.trust += 15>>
+		<<if random(1,100) > 40 && $activeSlave.fetish == "none">>
+			<<set $activeSlave.fetish = "pregnancy">>
+			<<set $activeSlave.fetishStrength = 20>>
+		<</if>>
 	<</replace>>
 	<</link>>
 <</if>>
@@ -1009,7 +1021,7 @@ You beckon the curious $girl to your hefty breasts, having noticed how hungrily
 		<<set $activeSlave.health -= 10>>
 		<<set $activeSlave.trust -= 5>>
 		<<replace "#result">>
-			You escort $him to the remote surgery and strap $him face-down with $his legs bare. $He doesn't understand what's coming for a while, but giggles as $his lower legs are carefully cleaned and disinfected. $He can't see the approaching surgical manipulators, but eventually $he feels a tugging at $his lower legs even through the local anesthetic. $He gets one squeal of protest out before the surgery begins to apply healing agents. $He now requires special heels to walk, and will @@.gold;remember your power@@ with every @@.red;painful@@ step $he takes. $He seems @@.hotpink;inappropriately happy@@ about getting to wear pretty shoes when $he can no longer walk without them.
+			You escort $him to the remote surgery and strap $him face-down with $his legs bare. $He doesn't understand what's coming for a while, but giggles as $his lower legs are carefully cleaned and disinfected. $He can't see the approaching surgical manipulators, <<if !canSee($activeSlave)>>of course, <</if>>but eventually $he feels a tugging at $his lower legs even through the local anesthetic. $He gets one squeal of protest out before the surgery begins to apply healing agents. $He now requires special heels to walk, and will @@.gold;remember your power@@ with every @@.red;painful@@ step $he takes. $He seems @@.hotpink;inappropriately happy@@ about getting to wear pretty shoes when $he can no longer walk without them.
 		<</replace>>
 		<</link>>
 	<</if>>
@@ -1018,17 +1030,17 @@ You beckon the curious $girl to your hefty breasts, having noticed how hungrily
 <<if $arcologies[0].FSRestart >= 10>>
 	<<if $activeSlave.preg != -2 && $activeSlave.ovaries > 0>>
 		<<if $activeSlave.breedingMark == 0 || $propOutcome == 0>>
-		<br><<link "Sterilize $him">>
+			<br><<link "Sterilize $him">>
 			<<set $activeSlave.preg = -2>>
 			<<set $activeSlave.pregType = 0>>
 			<<set $activeSlave.ovaries = 0>>
 			<<set $activeSlave.devotion -= 100>>
 			<<set $activeSlave.health -= 10>>
 			<<set $activeSlave.trust -= 100>>
-		<<replace "#result">>
-			You escort $him to the remote surgery and strap $his face up with $his stomach bare. $He doesn't understand what's coming for a while, even giggling as $his belly is carefully cleaned and disinfected. $He begins to panic at the sight of the approaching surgical manipulators, screaming out as they cut into $his abdomen. $He squeals in horror as $his womb and ovaries are extracted before $his eyes. $He will never bear children, and will @@.mediumorchid;remember $his status@@ with every fucking $he receives. Your absolute power is rightfully @@.gold;terrifying@@ to $his undeveloped mind.
-		<</replace>>
-		<</link>>
+			<<replace "#result">>
+				You escort $him to the remote surgery and strap $his face up with $his stomach bare. $He doesn't understand what's coming for a while, even giggling as $his belly is carefully cleaned and disinfected. $He begins to panic at the sight of the approaching surgical manipulators, screaming out as they cut into $his abdomen. $He squeals in horror as $his womb and ovaries are extracted before $his eyes. $He will never bear children, and will @@.mediumorchid;remember $his status@@ with every fucking $he receives. Your absolute power is rightfully @@.gold;terrifying@@ to $his undeveloped mind.
+			<</replace>>
+			<</link>>
 		<</if>>
 	<</if>>
 <</if>>
@@ -1068,7 +1080,7 @@ You beckon the curious $girl to your hefty breasts, having noticed how hungrily
 			<<set $activeSlave.counter.anal += 10, $analTotal += 10>>
 			<<= assignJob($activeSlave, "dairy")>>
 			<<replace "#result">>
-				Making use of $his blissful ignorance, you restrain $him on one of the chairs in your office in an approximation of the position $he'll occupy in $dairyName. Then you put a mask on $him, like the ones the machines there feature, and turn it on, watching the slave squirm against $his restraints under the sudden bombardment of garish hardcore porn. Finally, you add a dildo gag, both to mimic the dildo that will feed $him, and to keep your office reasonably quiet. Then, for the rest of the day, you use $his vulnerable <<if $activeSlave.vagina > -1>>holes<<else>>asshole<</if>> as an outlet for your sexual energy. You are not gentle; in fact, the point of the whole exercise is to gape $him. By the evening $he's been fucked so hard that $he's stopped jerking against the chair when you pound <<if $PC.dick == 1>>your huge cock<<else>>a huge strap-on<</if>> in and out of $him, so you're obliged to get creative, sliding fingers in alongside <<if $PC.dick == 1>>yourself<<else>>it<</if>> to really blow $him out. Once that gets too easy, you start adding dildos for double penetration. By the night $he's properly prepared to take $dairyName's giant phalli, and you're bored, so you consign $him to $his fate. $He might have some opinion on how $he's spent $his day, but it's unlikely $he'll remember it by tomorrow, what with the forearm-sized dildos sliding in and out of $his<<if $activeSlave.vagina > -1>> cunt,<</if>> throat, and asshole.
+				Making use of $his blissful ignorance, you restrain $him on one of the chairs in your office in an approximation of the position $he'll occupy in $dairyName. Then you put a mask on $him, like the ones the machines there feature, and turn it on, watching the slave squirm against $his restraints under the sudden bombardment of garish hardcore porn. Finally, you add a dildo gag, both to mimic the dildo that will feed $him, and to keep your office reasonably quiet. Then, for the rest of the day, you use $his vulnerable <<if $activeSlave.vagina > -1>>holes<<else>>asshole<</if>> as an outlet for your sexual energy. You are not gentle; in fact, the point of the whole exercise is to gape $him. By the evening $he's been fucked so hard that $he's stopped jerking against the chair when you pound <<if $PC.dick == 1>>your huge cock<<else>>a huge strap-on<</if>> in and out of $him, so you're obliged to get creative, sliding fingers in alongside <<if $PC.dick == 1>>yourself<<else>>it<</if>> to really blow $him out. Once that gets too easy, you start adding dildos for double penetration. By the night $he's properly prepared to take $dairyName's giant phalli, and you're bored, so you consign $him to $his fate. $He might have some opinion on how $he's spent $his day, but it's unlikely $he'll remember it by tomorrow, what with the forearm-sized dildos sliding in and out of $his throat<<if $activeSlave.vagina > -1>>, cunt,<</if>> and asshole.
 			<</replace>>
 			<</link>>
 		<</if>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 92d9cf411ebbb16b6bfb63d41a65ab0185b10fa1..cb6fdd3bba84e979101b75ffd4723e25c36ef53c 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -909,15 +909,15 @@ As if the invitation wasn't already blindingly clear, $he reaches a hand down wi
 $He pulls the buttock closest to you aside, giving you a clear view of $his
 <<if canDoVaginal($activeSlave)>>
 	<<if $activeSlave.vagina == 10>>
-		gaping birth hole<<if $activeSlave.belly >= 100000>> and nearly prolapsing cervix<</if>>. $He runs $his fingers around its edge before sinking $his fist into it and preparing $himself like a good slavegirl for $his <<= WrittenMaster()>>.
+		gaping birth hole<<if $activeSlave.belly >= 100000>> and nearly prolapsing cervix<</if>>. $He runs $his fingers around its edge before sinking $his fist into it and preparing $himself like a good slave<<= $girl>> for $his <<= WrittenMaster()>>.
 	<<elseif $activeSlave.vagina > 2>>
-		lewd, well traveled pussy. $He traces a finger around it before sinking $his hand into it and spreading $himself wide like a good slavegirl for $his <<= WrittenMaster()>>.
+		lewd, well traveled pussy. $He traces a finger around it before sinking $his hand into it and spreading $himself wide like a good slave<<= $girl>> for $his <<= WrittenMaster()>>.
 	<<elseif $activeSlave.vagina > 1>>
-		loose pussy. $He traces a finger around it before spreading $himself wide like a good slavegirl for $his <<= WrittenMaster()>>.
+		loose pussy. $He traces a finger around it before spreading $himself wide like a good slave<<= $girl>> for $his <<= WrittenMaster()>>.
 	<<elseif $activeSlave.vagina > 0>>
-		tight pussy. $He traces a finger around it before spreading $himself like a good slavegirl for $his <<= WrittenMaster()>>.
+		tight pussy. $He traces a finger around it before spreading $himself like a good slave<<= $girl>> for $his <<= WrittenMaster()>>.
 	<<else>>
-		virgin pussy. $He traces a finger around it before spreading $himself like a good slavegirl for $his <<= WrittenMaster()>>.
+		virgin pussy. $He traces a finger around it before spreading $himself like a good slave<<= $girl>> for $his <<= WrittenMaster()>>.
 	<</if>>
 <<else>>
 	<<if $activeSlave.anus > 2>>
@@ -4744,7 +4744,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 	<<if !canTalk($activeSlave)>>
 		$His expression shifts to confusion.
 	<<else>>
-		"What<<s>> that mean <<Master>>?"
+		"What'<<s>> that mean, <<Master>>?"
 	<</if>>
 	You quickly approach and catch $him, forcing $his <<if $activeSlave.belly >= 1500>><<if $activeSlave.bellyPreg >= 1500>>gravid <<else>>distended <</if>><</if>>body face up onto the couch. $He <<if canSee($activeSlave)>>watches you carefully<<elseif canHear($activeSlave)>>listens to your movements<<else>>waits with trepidation<</if>> as you size up $his fully erect
 	<<if $activeSlave.dick == 1>>
@@ -4967,37 +4967,68 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 	<<link "Fight $him off as much as you can">>
 		<<EventNameDelink $activeSlave>>
 		<<replace "#result">>
-		You know your own body well, at least enough to be able to make it as difficult as possible for $him to use you. If $he were to loosen $his grip by a little, you'd be quick to shake $him off, but the position $he's got you in doesn't leave much room to fight back. When you start to tire, $he pushes you to the wall and starts rubbing $his
-		<<if $activeSlave.dick == 1>>
-			pathetic
-		<<elseif $activeSlave.dick == 2>>
-			little
-		<<elseif $activeSlave.dick == 3>>
-		<<elseif $activeSlave.dick == 4>>
-			big
-		<<elseif $activeSlave.dick == 5>>
-			impressive
-		<<elseif $activeSlave.dick == 6>>
-			huge
-		<<elseif $activeSlave.dick == 7>>
-			gigantic
-		<<elseif $activeSlave.dick == 8>>
-			titanic
-		<<elseif $activeSlave.dick == 9>>
-			absurd
-		<<elseif $activeSlave.dick == 10>>
-			inhuman
-		<<else>>
-			hypertrophied
+		<<if overpowerCheck($activeSlave, $PC) >= random(1,100)>>
+			You know your own body well, at least enough to be able to make it as difficult as possible for $him to use you. If $he were to loosen $his grip by a little, you'd be quick to shake $him off, but the position $he's got you in doesn't leave much room to fight back. When you start to tire, $he pushes you to the wall and starts rubbing $his
+			<<if $activeSlave.dick == 1>>
+				pathetic
+			<<elseif $activeSlave.dick == 2>>
+				little
+			<<elseif $activeSlave.dick == 3>>
+			<<elseif $activeSlave.dick == 4>>
+				big
+			<<elseif $activeSlave.dick == 5>>
+				impressive
+			<<elseif $activeSlave.dick == 6>>
+				huge
+			<<elseif $activeSlave.dick == 7>>
+				gigantic
+			<<elseif $activeSlave.dick == 8>>
+				titanic
+			<<elseif $activeSlave.dick == 9>>
+				absurd
+			<<elseif $activeSlave.dick == 10>>
+				inhuman
+			<<else>>
+				hypertrophied
+			<</if>>
+			dick on your lower body, thrusting blindly around your belly, before lodging $himself between your thighs. You have a hard time fighting against $him in your position, but you're not about to let $him dominate you either. You continue trying to shake $him off, making sure at the same time that your movements are as aggressive as possible to try and distract $him with pain or pleasure. You feel $his grip loosen as $his body tenses before pending orgasm, so you strongly push into $him, knocking $him off balance and to the floor. $He spills $his seed all over $himself and you as you wrestle $him into a chokehold. Now that you have $him restrained, it's time $he learned $his place.
+		<<else>>
+			You know your own body well, but $activeSlave.slaveName is much stronger than you had thought. $His grip shows little sign of loosening despite your struggle, and $he's got you in a position that allows for little other options to fight back. When you soon start to tire, $he pushes you to the wall, tears off your clothing, and starts rubbing $his
+			<<if $activeSlave.dick == 1>>
+				pathetic
+			<<elseif $activeSlave.dick == 2>>
+				little
+			<<elseif $activeSlave.dick == 3>>
+			<<elseif $activeSlave.dick == 4>>
+				big
+			<<elseif $activeSlave.dick == 5>>
+				impressive
+			<<elseif $activeSlave.dick == 6>>
+				huge
+			<<elseif $activeSlave.dick == 7>>
+				gigantic
+			<<elseif $activeSlave.dick == 8>>
+				titanic
+			<<elseif $activeSlave.dick == 9>>
+				absurd
+			<<elseif $activeSlave.dick == 10>>
+				inhuman
+			<<else>>
+				hypertrophied
+			<</if>>
+			dick on your lower body, thrusting blindly around your belly, before suddenly lodging $himself in your pussy. You have an even harder time fighting against $him in this position, especially since your aggressive movements seem to send a pleasurable sensation to $his cock. You only manage to find an opportunity to free yourself when $he reaches orgasm, shooting $his seed deep inside you. As $he cums, you strongly push into $him, knocking $him off balance and to the floor. By sheer luck, $his head strikes a large paperweight that was thrown across the room in your struggle, knocking $him unconscious long enough for you to dislodge yourself and tie $him up. Now that you have $him restrained, it's time $he learned $his place.
+			<<if canImpreg($PC, $activeSlave)>>
+				<<= knockMeUp($PC, 50, 0, $activeSlave.ID)>>
+			<</if>>
+			<<set $activeSlave.counter.penetrative++, $penetrativeTotal++>>
 		<</if>>
-		dick on your lower body, thrusting blindly around your belly, before lodging $himself between your thighs. You have a hard time fighting against $him in your position, but you're not about to let $him dominate you either. You continue trying to shake $him off, making sure at the same time that your movements are as aggressive as possible to try and distract $him with pain or pleasure. You feel $his grip loosen as $his body tenses before pending orgasm, so you strongly push into $him, knocking $him off balance and to the floor. $He spills $his seed all over $himself and you as you wrestle $him into a chokehold. Now that you have $him restrained, it's time $he learned $his place.
 		<<set $mutinery = 2>>
 
 		<br><br><span id="result2">
 		<<if $mutinery != 1>>
 			<br><<link "Lock $his dick in chastity">>
 				<<replace "#result2">>
-				You simply clamp a chastity cage onto $his limp dick; $he'll be taking a little break from fucking girls for the time being. When $he comes to and finds $himself locked in chastity, immediately begins fiddling with it in an attempt to remove it. $He feels this punishment is laughable and only @@.mediumaquamarine;grows more defiant.@@ Word spreads through your chattel that the only downside of trying to rape <<= WrittenMaster()>> is getting locked in chastity, @@.mediumaquamarine;spreading defiance@@ through your rebellious slaves.
+				You simply clamp a chastity cage onto $his limp dick; $he'll be taking a little break from fucking girls for the time being. When $he comes to and finds $himself locked in chastity, $he immediately begins fiddling with it in an attempt to remove it. $He feels this punishment is laughable and only @@.mediumaquamarine;grows more defiant.@@ Word spreads through your chattel that the only downside of trying to rape <<= WrittenMaster()>> is getting locked in chastity, @@.mediumaquamarine;spreading defiance@@ through your rebellious slaves.
 				<<set $activeSlave.trust += 10, $activeSlave.chastityPenis = 1>>
 				<<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 5; } })>>
 				<</replace>>
@@ -5062,7 +5093,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 	<br><<link "Try to talk it out">>
 		<<EventNameDelink $activeSlave>>
 		<<replace "#result">>
-		You start trying to talk $him down, hoping to persuade $him that you might reconsider your punishment if they stopped this foolishness; $he doesn't seem too keen on <<if canHear($activeSlave)>>listening to<<else>>acknowledging<</if>> you, instead pushing you against a wall and tearing your clothes off. Ignoring your words, $he forces $his
+		You start trying to talk $him down, hoping to persuade $him that you might reconsider your punishment if $he stopped this foolishness; $he doesn't seem too keen on <<if canHear($activeSlave)>>listening to<<else>>acknowledging<</if>> you, instead pushing you against a wall and tearing your clothes off. Ignoring your words, $he forces $his
 		<<if $activeSlave.dick == 1>>
 			pathetic
 		<<elseif $activeSlave.dick == 2>>
@@ -5091,13 +5122,14 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 			<<= knockMeUp($PC, 100, 0, $activeSlave.ID)>>
 		<</if>>
 		Once spent, $he shoves you to the ground and crashes into your office chair. The moment $he lets down $his guard, you slam the heaviest object you can find into $his head. Now that you have $him controlled, it's time $he learned $his place; when $he wakes up, of course. It's more fun that way.
+		<<set $activeSlave.counter.penetrative++, $penetrativeTotal++>>
 		<<set $mutinery = 2>>
 
 		<br><br><span id="result2">
 		<<if $mutinery != 1>>
 			<br><<link "Lock $his dick in chastity">>
 				<<replace "#result2">>
-				You simply clamp a chastity cage onto $his limp dick; $he'll be taking a little break from fucking girls for the time being. When $he comes to and finds $himself locked in chastity, immediately begins fiddling with it in an attempt to remove it. $He feels this punishment is laughable and only @@.mediumaquamarine;grows more defiant.@@ Word spreads through your chattel that the only downside of trying to rape <<= WrittenMaster()>> is getting locked in chastity, @@.mediumaquamarine;spreading defiance@@ through your rebellious slaves.
+				You simply clamp a chastity cage onto $his limp dick; $he'll be taking a little break from fucking girls for the time being. When $he comes to and finds $himself locked in chastity, $he immediately begins fiddling with it in an attempt to remove it. $He feels this punishment is laughable and only @@.mediumaquamarine;grows more defiant.@@ Word spreads through your chattel that the only downside of trying to rape <<= WrittenMaster()>> is getting locked in chastity, @@.mediumaquamarine;spreading defiance@@ through your rebellious slaves.
 				<<set $activeSlave.trust += 10, $activeSlave.chastityPenis = 1>>
 				<<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 5; } })>>
 				<</replace>>
@@ -5185,14 +5217,14 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 		<<else>>
 			hypertrophied
 		<</if>>
-		dick inside your<<if $PC.career == "escort" || $PC.career == "servant">> expert<</if>> mouth. You diligently suck until you feel $him begin to tense up; this is your chance. You clamp down on $his cock while simultaneously punching $him in the balls. $He howls in pain, until you headbutt $him in the stomach and knock the wind out of $him. You quickly pull $him into an arm lock and force $him over your desk. Now that you have $him restrained, it's time $he learned $his place; after you've gotten the taste of the slut out of your mouth, that is.
+		dick inside your<<if $PC.career == "escort" || $PC.career == "servant">> expert<</if>> mouth. You diligently suck until you feel $him begin to tense up; this is your chance. You clamp down on $his cock while simultaneously punching $him in the balls. $He howls in pain, until you headbutt $him in the stomach and knock the wind out of $him. You quickly pull $him into an arm lock and force $him over your desk. Now that you have $him restrained, it's time $he learned $his place — after you've gotten the taste of the slut out of your mouth, that is.
 		<<set $mutinery = 2>>
 
 		<br><br><span id="result2">
 		<<if $mutinery != 1>>
 			<br><<link "Lock $his dick in chastity">>
 				<<replace "#result2">>
-				You simply clamp a chastity cage onto $his limp dick; $he'll be taking a little break from fucking girls for the time being. When $he comes to and finds $himself locked in chastity, immediately begins fiddling with it in an attempt to remove it. $He feels this punishment is laughable and only @@.mediumaquamarine;grows more defiant.@@ Word spreads through your chattel that the only downside of trying to rape <<= WrittenMaster()>> is getting locked in chastity, @@.mediumaquamarine;spreading defiance@@ through your rebellious slaves.
+				You simply clamp a chastity cage onto $his limp dick; $he'll be taking a little break from fucking girls for the time being. When $he comes to and finds $himself locked in chastity, $he immediately begins fiddling with it in an attempt to remove it. $He feels this punishment is laughable and only @@.mediumaquamarine;grows more defiant.@@ Word spreads through your chattel that the only downside of trying to rape <<= WrittenMaster()>> is getting locked in chastity, @@.mediumaquamarine;spreading defiance@@ through your rebellious slaves.
 				<<set $activeSlave.trust += 10, $activeSlave.chastityPenis = 1>>
 				<<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 5; } })>>
 				<</replace>>
@@ -5262,7 +5294,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 	<<if $mutinery != 1>>
 		<br><<link "Lock $his dick in chastity">>
 			<<replace "#result2">>
-			You simply clamp a chastity cage onto $his limp dick; $he'll be taking a little break from fucking girls for the time being. When $he comes to and finds $himself locked in chastity, immediately begins fiddling with it in an attempt to remove it. $He feels this punishment is laughable and only @@.mediumaquamarine;grows more defiant.@@ Word spreads through your chattel that the only downside of trying to rape <<= WrittenMaster()>> is getting locked in chastity, @@.mediumaquamarine;spreading defiance@@ through your rebellious slaves.
+			You simply clamp a chastity cage onto $his limp dick; $he'll be taking a little break from fucking girls for the time being. When $he comes to and finds $himself locked in chastity, $he immediately begins fiddling with it in an attempt to remove it. $He feels this punishment is laughable and only @@.mediumaquamarine;grows more defiant.@@ Word spreads through your chattel that the only downside of trying to rape <<= WrittenMaster()>> is getting locked in chastity, @@.mediumaquamarine;spreading defiance@@ through your rebellious slaves.
 			<<set $activeSlave.trust += 10, $activeSlave.chastityPenis = 1>>
 			<<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 5; } })>>
 			<</replace>>
@@ -5383,7 +5415,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 		<</if>>
 	<</replace>>
 <</link>>
-<br><<link "Take it like a good girl">>
+<br><<link "Take it like a good _girlP">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 		$He is far stronger than you expected and has you trapped in a compromising position. You've seen $activeSlave.slaveName fuck before; $he's a quick shot, only in it to get $his mate pregnant. You question what you are thinking as $his gigantic dick pokes at your crotch, eager to find the egg at the end of the tunnel. $He lacks even the basic understanding of foreplay, you realize, as $he drives $his cock deep into your pussy. You groan with pain at the sheer size of the rod stretching out your poor hole and struggle to hold back the tears once $he starts thrusting. There is no pleasure for you here as $he batters your cervix; you barely stop yourself from screaming out as $he slams through your final defense and cums directly into your exposed womb.
@@ -7626,7 +7658,14 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 <<link "Force $him out of bed and humiliate $him publicly">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You drag $him unceremoniously out of bed and straight down into the public areas of $arcologies[0].name. $His struggles and protests grow more frantic as $he <<if canSee($activeSlave)>>sees the first passersby beginning to stare at the little spectacle<<elseif canHear($activeSlave)>>begins to hear the various catcalls and other comments directed at $him<<else>>feels the outdoor air on $his body<</if>>. You force $him right there, thoroughly raping the struggling $girl in public. @@.gold;$He learns the consequences of refusal,@@ but @@.red;your reputation has been decreased by the unseemly commotion.@@
+	You drag $him unceremoniously out of bed and straight down into the public areas of $arcologies[0].name. $His struggles and protests grow more frantic as $he <<if canSee($activeSlave)>>sees the first passersby beginning to stare at the little spectacle<<elseif canHear($activeSlave)>>begins to hear the various catcalls and other comments directed at $him<<else>>feels the outdoor air on $his body<</if>>. You force $him right there, thoroughly raping the struggling $girl in public. @@.gold;$He learns the consequences of refusal,@@ 
+	<<if $arcologies[0].FSDegradationist !== "unset">>
+		and @@.green;your citizens certainly enjoy the public spectacle.@@
+		<<run repX(100, "event", $activeSlave)>>
+	<<else>>
+		but @@.red;your reputation has been decreased by the unseemly commotion.@@
+		<<run repX(forceNeg(100), "event", $activeSlave)>>
+	<</if>>
 	<<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>
 		<<= BothVCheck()>>
 	<<elseif canDoVaginal($activeSlave)>>
@@ -7637,16 +7676,25 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 		<<set $activeSlave.counter.oral++, $oralTotal++>>
 	<</if>>
 	<<set $activeSlave.trust -= 5>>
-	<<run repX(-100, "event", $activeSlave)>>
 	<</replace>>
-<</link>><<if (($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))) && $seePee == 1>> //This option will take virginity//<</if>>
-<br><<link "Let $him stay in bed, but move it to a public restroom">>
+<</link>><<if (($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave)))>> //This option will take virginity//<</if>>
+<br><<link "Let $him stay in bed">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You quickly pin the blanket to the mattress, securing $him in place. You direct that a urinal in one of $arcologies[0].name's public restrooms be unbolted and replaced by the mattress, slave and all. $He's been swearing and threatening all this time, but the calumny reaches a shrieking crescendo (though muffled by the blanket) when $he feels urine beginning to soak through the blanket. After an hour or so $he's begging to be let out, @@.gold;swearing $he'll improve $his conduct.@@
-	<<set $activeSlave.trust -= 5>>
+		You shrug and walk out of the room and back to your office; you've got more important things to worry about than this drowsy brat. $activeSlave.slaveName, for $his part, gets out of bed not long after you leave, but is surprised at @@.orangered;how easily $he got away with this,@@ and is wondering @@.mediumorchid;what else $he could get away with.@@
+		<<set $activeSlave.trust += 10>>
+		<<set $activeSlave.devotion -= 10>>
 	<</replace>>
 <</link>>
+<<if $seePee == 1>>
+	<br><<link "Let $him stay in bed, but move it to a public restroom">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+			You quickly pin the blanket to the mattress, securing $him in place. You direct that a urinal in one of $arcologies[0].name's public restrooms be unbolted and replaced by the mattress, slave and all. $He's been swearing and threatening all this time, but the calumny reaches a shrieking crescendo (though muffled by the blanket) when $he feels urine beginning to soak through the blanket. After an hour or so $he's begging to be let out, @@.gold;swearing $he'll improve $his conduct.@@
+			<<set $activeSlave.trust -= 5>>
+		<</replace>>
+	<</link>>
+<</if>>
 <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>>
 <br><<link "Let $him stay in bed, but move it to a whorehouse">>
 	<<EventNameDelink $activeSlave>>
@@ -7695,30 +7743,30 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take virginity//<</if>>
 <</if>>
 <<if $arcade > 0>>
-<br><<link "Sentence $him to a month in the arcade">>
-	<<EventNameDelink $activeSlave>>
-	<<replace "#result">>
-	$activeSlave.slaveName screams and begs when $he realizes what $his punishment is, but you are obdurate.
-	<<if ($activeSlave.muscles > 30)>>
-		$His powerful form has to be sedated for immurement in the arcade.
-	<<elseif ($activeSlave.weight >= 190)>>
-		$He is so massively fat that immuring $him in the arcade is a struggle, even when $he isn't trying to.
-	<<elseif $activeSlave.belly >= 120000>>
-		$He is so enormously gravid that immuring $him in the arcade is a hassle, even though $his _belly middle limits $his ability to struggle.
-	<<elseif ($activeSlave.weight >= -10)>>
-		$His desperate struggles make immuring $him in the arcade difficult.
-	<<elseif $activeSlave.belly >= 1500>>
-		$His <<if $activeSlave.bellyPreg >= 3000>>pregnant<<else>>_belly<</if>> body makes it slightly difficult to fit $him properly into the restraints for immurement in the arcade.
-	<<elseif $activeSlave.muscles < -15>>
-		$His weak body makes immuring $him in the arcade pathetically easy.
-	<<else>>
-		$His thin form makes immuring $him in the arcade pathetically easy.
-	<</if>>
-	After $he's properly confined, the only sign of $his discomfiture is a slight movement of $his $activeSlave.skin butt as $he wriggles desperately against $his restraints.
-	<<= assignJob($activeSlave, "be confined in the arcade")>>
-	<<set $activeSlave.sentence = 4>>
-	<</replace>>
-<</link>>
+	<br><<link "Sentence $him to a month in the arcade">>
+		<<EventNameDelink $activeSlave>>
+		<<replace "#result">>
+		$activeSlave.slaveName screams and begs when $he realizes what $his punishment is, but you are obdurate.
+		<<if ($activeSlave.muscles > 30)>>
+			$His powerful form has to be sedated for immurement in the arcade.
+		<<elseif ($activeSlave.weight >= 190)>>
+			$He is so massively fat that immuring $him in the arcade is a struggle, even when $he isn't trying to.
+		<<elseif $activeSlave.belly >= 120000>>
+			$He is so enormously gravid that immuring $him in the arcade is a hassle, even though $his _belly middle limits $his ability to struggle.
+		<<elseif ($activeSlave.weight >= -10)>>
+			$His desperate struggles make immuring $him in the arcade difficult.
+		<<elseif $activeSlave.belly >= 1500>>
+			$His <<if $activeSlave.bellyPreg >= 3000>>pregnant<<else>>_belly<</if>> body makes it slightly difficult to fit $him properly into the restraints for immurement in the arcade.
+		<<elseif $activeSlave.muscles < -15>>
+			$His weak body makes immuring $him in the arcade pathetically easy.
+		<<else>>
+			$His thin form makes immuring $him in the arcade pathetically easy.
+		<</if>>
+		After $he's properly confined, the only sign of $his discomfiture is a slight movement of $his $activeSlave.skin butt as $he wriggles desperately against $his restraints.
+		<<= assignJob($activeSlave, "be confined in the arcade")>>
+		<<set $activeSlave.sentence = 4>>
+		<</replace>>
+	<</link>>
 <</if>>
 
 <<case "escapee">>
@@ -7789,6 +7837,13 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<= AnalVCheck()>>
 	<</replace>>
 <</link>>
+<br><<link "Allow $him to resume $his birth name">>
+	<<EventNameDelink $activeSlave>>
+	<<replace "#result">>
+	You calmly and charitably tell $him that that's acceptable; $he can be $activeSlave.birthName again. $He has the wit to be worried, but $he soon finds that $his fears are unjustified. You offer no condition or "catch" with this bit of generosity; it seems all $he really had to do was ask. You usher the stunned $desc out of your office and on to $his duties before $he can even offer a perfunctory "thanks". Over the next week, it's clear that while $activeSlave.slaveName — no, $activeSlave.birthName — is @@.mediumorchid;not sure what to think of you now,@@ it's clear that $he is at least @@.orangered;less afraid of you.@@
+	<<set $activeSlave.trust += 25, $activeSlave.devotion -= 15, $activeSlave.slaveName = $activeSlave.birthName>>
+	<</replace>>
+<</link>>
 <br><<link "Allow $him to resume $his birth name, but make it publicly humiliating">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
@@ -8416,20 +8471,20 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take virginity//<</if>>
 	<</if>>
 	<<if $PC.vagina == 1>>
-	<br><<link "Exploit $his need for personal contact by giving $him a pussy to lick">>
-		<<EventNameDelink $activeSlave>>
-		<<replace "#result">>
-		Without a word, you push your eager pussy up against the hole. After a moment's pause, you feel $him begin to orally service you with almost desperate concentration. You climax quickly to $his manic efforts, and begin to rise. As you do, $he tearfully begs you not to go. $He promises to do better, to try to get you off harder, so you lower yourself back into position. You have to exert yourself to hold this position, so it better be worth it. You begin to back off whenever $he shows $himself any mercy, so $he eats you out so zealously that $he sobs a little when $he tries to catch $his breath. With $his mouth so busy, $he doesn't even have the time to talk to you, the lifeline $he so needs, but $he doesn't seem to notice. @@.hotpink;$His submission to you has increased.@@
-		<<set $activeSlave.devotion += 10>>
-		<</replace>>
-	<</link>>
+		<br><<link "Exploit $his need for personal contact by giving $him a pussy to lick">>
+			<<EventNameDelink $activeSlave>>
+			<<replace "#result">>
+			Without a word, you push your eager pussy up against the hole. After a moment's pause, you feel $him begin to orally service you with almost desperate concentration. You climax quickly to $his manic efforts, and begin to rise. As you do, $he tearfully begs you not to go. $He promises to do better, to try to get you off harder, so you lower yourself back into position. You have to exert yourself to hold this position, so it better be worth it. You begin to back off whenever $he shows $himself any mercy, so $he eats you out so zealously that $he sobs a little when $he tries to catch $his breath. With $his mouth so busy, $he doesn't even have the time to talk to you, the lifeline $he so needs, but $he doesn't seem to notice. @@.hotpink;$His submission to you has increased.@@
+			<<set $activeSlave.devotion += 10>>
+			<</replace>>
+		<</link>>
 	<</if>>
 <</if>>
 <<if $PC.preg > 30 && $PC.pregMood == 1 && $PC.boobs == 1 && $PC.boobsImplant == 0 && $PC.boobsBonus >= 0>>
 	<br><<link "$He just needs a mother's touch">> <<EventNameDelink $activeSlave>> <<replace "#result">>
 		You reassure the frightened $desc and beckon $him to return to the hole before settling your gravid body before the door and pushing a fat, milk-laden breast through the gap. You coax the nervous $girl to drink $his fill; $he must be starving in there, after all. After some hesitation, you finally feel a pair of lips wrap themselves around your erect nipple and begin to drink deep. You talk to the suckling slave, explaining to $him just what $he needs to do to thrive in $his new life, shushing $him whenever $he tries to object and asking $him to just listen. Before long, your teat is drained of all its mother's milk, and as you move to shift to the other closer to the door, the desperate slave begs you not to go. You slip a hand through the slat, caressing $his face as you let $him know you're just turning around. As $he suckles your remaining milk, you feel $him @@.mediumaquamarine;relax and lower $his guard.@@ $He needed to connect to someone and $he didn't expect it to be you, especially like not this. @@.hotpink;$His willingness to listen to you has increased.@@
 		<<set $activeSlave.devotion += 15, $activeSlave.trust += 5>>
-		<</replace>> <</link>>
+	<</replace>> <</link>>
 <</if>>
 
 <<case "scrubbing">>
@@ -8705,7 +8760,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	<<if $activeSlave.belly >= 600000>>
-		You struggle to heft $his overfilled body up, eliciting whimpers of joy at the impending relief and the pressure removed from $his body, and carefully secure $him with a few straps so $he can serve as your living cocksleeve. $He's attached to the front of your torso<<if $activeSlave.belly >= 5000>>, $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>stomach<</if>> forcing you to experience what it is like to carry $activeSlave.pregType children,<</if>> with your cock up inside $him, and the gentle motion of your member as you waddle outside brings $him to climax within a few steps. You carefully stroll around the nicer levels of the arcology, admiring the views and <<if canSee($activeSlave)>>showing $activeSlave.slaveName the sights $he now requires assistance to see<<elseif canHear($activeSlave)>>explaining the sights as $activeSlave.slaveName soaks in the sounds <<if canSmell($activeSlave)>>and smells <</if>>$he now requires assistance to experience<<else>>explaining everything around $him as $he basks in the feeling of the fresh air on $his $activeSlave.skin skin<</if>> and leaving a large wake as people make room for your gravid mass. @@.hotpink;$He has become more devoted to you.@@ The sight of you waddling around with a living fucktoy on your cock @@.green;certainly cements your reputation as an arcology owner who has everything,@@ once they figure out that the belly attached to you is, in fact, owned by a barely visible slavegirl.
+		You struggle to heft $his overfilled body up, eliciting whimpers of joy at the impending relief and the pressure removed from $his body, and carefully secure $him with a few straps so $he can serve as your living cocksleeve. $He's attached to the front of your torso<<if $activeSlave.belly >= 5000>>, $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>stomach<</if>> forcing you to experience what it is like to carry $activeSlave.pregType children,<</if>> with your cock up inside $him, and the gentle motion of your member as you waddle outside brings $him to climax within a few steps. You carefully stroll around the nicer levels of the arcology, admiring the views and <<if canSee($activeSlave)>>showing $activeSlave.slaveName the sights $he now requires assistance to see<<elseif canHear($activeSlave)>>explaining the sights as $activeSlave.slaveName soaks in the sounds <<if canSmell($activeSlave)>>and smells <</if>>$he now requires assistance to experience<<else>>explaining everything around $him as $he basks in the feeling of the fresh air on $his $activeSlave.skin skin<</if>> and leaving a large wake as people make room for your gravid mass. @@.hotpink;$He has become more devoted to you.@@ The sight of you waddling around with a living fucktoy on your cock @@.green;certainly cements your reputation as an arcology owner who has everything,@@ once they figure out that the belly attached to you is, in fact, owned by a barely visible slave<<= $girl>>.
 	<<elseif $activeSlave.belly >= 300000>>
 		You heft $his heavy body $him up, eliciting whimpers of joy at the impending relief, and carefully secure $him with a few straps so $he can serve as your living cocksleeve. $He's attached to the front of your torso<<if $activeSlave.belly >= 5000>>, $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>stomach<</if>> massively jutting out in front of you,<</if>> with your cock up inside $him, and the gentle motion of your member as you waddle outside brings $him to climax within a few steps. You carefully stroll around the nicer levels of the arcology, admiring the views and <<if canSee($activeSlave)>>showing $activeSlave.slaveName the sights $he now requires assistance to see<<elseif canHear($activeSlave)>>explaining the sights as $activeSlave.slaveName soaks in the sounds <<if canSmell($activeSlave)>>and smells <</if>>$he now requires assistance to experience<<else>>explaining everything around $him as $he basks in the feeling of the fresh air on $his $activeSlave.skin skin<</if>>. @@.hotpink;$He has become more devoted to you.@@ The sight of you waddling around with a living fucktoy on your cock @@.green;certainly cements your reputation as an arcology owner who has everything.@@
 	<<else>>
@@ -17779,56 +17834,10 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<= knockMeUp($activeSlave, 100, 2, -2, 1)>>
 	<<run cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave)>>
 	<<set $activeSlave.health -= 20>>
-	<<if ($arcologies[0].FSSubjugationistRace == "white")>>
-		<<set $activeSlave.race = "white">>
-		<<set $activeSlave.skin = either("fair", "light", "pale")>>
-		<<set $activeSlave.eyeColor = either("blue", "brown", "green")>>
-		<<set $activeSlave.hColor = either("black", "blonde", "brown", "red")>>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "latina")>>
-		<<set $activeSlave.race = "latina">>
-		<<set $activeSlave.skin = either("brown", "dark brown", "dark olive", "light olive", "tan")>>
-		<<set $activeSlave.hColor = either("black", "black", "brown", "brown")>>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "black")>>
-		<<set $activeSlave.race = "black">>
-		<<set $activeSlave.skin = either("black", "brown", "dark brown")>>
-		<<set $activeSlave.hColor = either("black", "black", "black", "brown")>>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "asian")>>
-		<<set $activeSlave.race = "asian">>
-		<<set $activeSlave.skin = either("dark olive", "light olive", "light")>>
-		<<set $activeSlave.hColor = either("black")>>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "middle eastern")>>
-		<<set $activeSlave.race = "middle eastern">>
-		<<set $activeSlave.skin = either("dark olive", "light olive", "tan")>>
-		<<set $activeSlave.hColor = "black">>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "indo-aryan")>>
-		<<set $activeSlave.race = "indo-aryan">>
-		<<set $activeSlave.skin = either("dark", "light")>>
-		<<set $activeSlave.hColor = "black">>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "amerindian")>>
-		<<set $activeSlave.race = "amerindian">>
-		<<set $activeSlave.skin = either("dark", "light", "tan")>>
-		<<set $activeSlave.hColor = either("black")>>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "pacific islander")>>
-		<<set $activeSlave.race = "pacific islander">>
-		<<set $activeSlave.skin = either("dark olive", "dark", "light olive")>>
-		<<set $activeSlave.hColor = either("black")>>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "malay")>>
-		<<set $activeSlave.race = "malay">>
-		<<set $activeSlave.skin = either("dark olive", "light olive", "light")>>
-		<<set $activeSlave.hColor = either("black")>>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "southern european")>>
-		<<set $activeSlave.race = "southern european">>
-		<<set $activeSlave.skin = either("dark olive", "light olive", "light")>>
-		<<set $activeSlave.hColor = either("black")>>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "semitic")>>
-		<<set $activeSlave.race = "semitic">>
-		<<set $activeSlave.skin = either("dark olive", "light olive", "tan")>>
-		<<set $activeSlave.hColor = either("black")>>
-	<<elseif ($arcologies[0].FSSubjugationistRace == "mixed race")>>
-		<<set $activeSlave.race = "mixed race">>
-		<<set $activeSlave.skin = either("brown", "dark")>>
-		<<set $activeSlave.hColor = either("black")>>
-	<</if>>
+	<<set $activeSlave.race = $arcologies[0].FSSubjugationistRace>>
+	<<set $activeSlave.skin = randomRaceSkin($arcologies[0].FSSubjugationistRace)>>
+	<<set $activeSlave.eyeColor = randomRaceEye($arcologies[0].FSSubjugationistRace)>>
+	<<set $activeSlave.hColor = randomRaceHair($arcologies[0].FSSubjugationistRace)>>
 	<</replace>>
 <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take virginity and ignore chastity//<</if>>
 <br><<link "No surgery today, but give $him something to think about">>
@@ -18488,7 +18497,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 			<<case "torpedo-shaped">>
 				$His torpedoes are long enough that the weights are a long way from $his chest, allowing them to tug $his nipples a long way down.
 			<<case "wide-set">>
-				$His wide-set its are dragged together for once as their nipples are tugged downward.
+				$His wide-set tits are dragged together for once as their nipples are tugged downward.
 			<<case "saggy">>
 				$His poor, saggy boobs cause $his real trouble, letting the weights tug $his nipples quite a ways down.
 			<<default>>
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index b72e274b6fe00a82e0c58c335d8b8c81c9ae65a9..7b5f22f7ebecfc3241d4a14959bd89bed679ba41 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -428,22 +428,22 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 			<</if>>
 		<</if>>
 		<<if _understands < 1>>
-			$He has heard that you like little girls and is @@.mediumaquamarine;reassured@@ because $he misunderstands what this means.
+			$He has heard that you like little <<= $girl>>s and is @@.mediumaquamarine;reassured@@ because $he misunderstands what this means.
 			<<set $activeSlave.trust += 2>>
 		<<elseif ($activeSlave.sexualQuirk == "perverted")>>
-			$He has heard that you like little girls and @@.mediumaquamarine;hopes@@ that matching your taste means $he will be treated well.
+			$He has heard that you like little <<= $girl>>s and @@.mediumaquamarine;hopes@@ that matching your taste means $he will be treated well.
 			<<set $activeSlave.trust += 2>>
 		<<elseif ($activeSlave.sexualQuirk == "size queen") && $PC.dick == 1>>
-			$He has heard that you like little girls and @@.hotpink;bites $his lip@@ at the thought of how big your dick will be inside $him.
+			$He has heard that you like little <<= $girl>>s and @@.hotpink;bites $his lip@@ at the thought of how big your dick will be inside $him.
 			<<set $activeSlave.devotion += 2>>
 		<<elseif ($activeSlave.sexualFlaw == "repressed") || ($activeSlave.sexualFlaw == "shamefast") || ($activeSlave.behavioralFlaw == "devout")>>
-			$He has heard that you like little girls and is @@.gold;terrified@@ because $he understands exactly what that means.
+			$He has heard that you like little <<= $girl>>s and is @@.gold;terrified@@ because $he understands exactly what that means.
 			<<set $activeSlave.trust -= 5>>
 		<<elseif ($activeSlave.sexualFlaw == "hates oral") || ($activeSlave.sexualFlaw == "hates anal") || ($activeSlave.sexualFlaw == "hates penetration") || (isSexuallyPure($activeSlave) && (50 >= random(1, 100)))>>
-			$He has heard that you like little girls and @@.gold;fears@@ what you might do to $him.
+			$He has heard that you like little <<= $girl>>s and @@.gold;fears@@ what you might do to $him.
 			<<set $activeSlave.trust -= 4>>
 		<<else>>
-			$He has heard that you like little girls and @@.mediumaquamarine;hopes@@ that matching your taste means $he will be treated well.
+			$He has heard that you like little <<= $girl>>s and @@.mediumaquamarine;hopes@@ that matching your taste means $he will be treated well.
 			<<set $activeSlave.trust += 2>>
 		<</if>>
 		/% end is a child block %/
@@ -581,7 +581,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Brand $him to introduce $him to life as a slave whore">>
 		<<replace "#introResult">>
-			You tell $him you'll be marking $him as one of your working girls. $He looks resigned as $he follows you to the body modification studio, and lets you strap $him down with $his $brandTarget bare. $He understands what's coming. You've got $him positioned just right<<if canDoAnal($activeSlave)>>, so your cock slides up $his experienced asshole easily<</if>>. You bring the brand in close so $he can feel the radiated heat, which breaks through even $his jaded exterior and makes $him tighten with fear. When you're close, you apply the brand<<if canDoAnal($activeSlave)>>, making the poor whore cinch $his sphincter down hard in agony, bringing you to climax<</if>>. $He knows you know how to @@.gold;apply pain,@@ now, and $he @@.mediumorchid;learns to dislike you@@ even as $his @@.red;wound@@ heals.
+			You tell $him you'll be marking $him as one of your working <<= $girl>>s. $He looks resigned as $he follows you to the body modification studio, and lets you strap $him down with $his $brandTarget bare. $He understands what's coming. You've got $him positioned just right<<if canDoAnal($activeSlave)>>, so your cock slides up $his experienced asshole easily<</if>>. You bring the brand in close so $he can feel the radiated heat, which breaks through even $his jaded exterior and makes $him tighten with fear. When you're close, you apply the brand<<if canDoAnal($activeSlave)>>, making the poor whore cinch $his sphincter down hard in agony, bringing you to climax<</if>>. $He knows you know how to @@.gold;apply pain,@@ now, and $he @@.mediumorchid;learns to dislike you@@ even as $his @@.red;wound@@ heals.
 		<</replace>>
 		<<set $activeSlave.brand = $brandDesign>>
 		<<set $activeSlave.brandLocation = $brandTarget>>
@@ -837,7 +837,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Clean up $his whorish appearance">>
 		<<replace "#introResult">>
-			$He's totally unsurprised when you send $him to the salon for a makeover. It takes several days of work before $he's brought back in for another inspection; when $he arrives, you wordlessly point $him to a full length mirror. $He <<if canSee($activeSlave)>>sees $himself<<else>> <<if $activeSlave.amp != 1>>tenderly uses $his hands and finds $himself<<else>> stoically waits while you vividly describe $his new appearance. One<</if>> <</if>> without tattoos, a hooker's haircut and piercings, a conventionally pretty $girl with subtle implants and a clean appearance. $He gasps <<if $activeSlave.amp != 0>>and covers $his mouth with a hand <<else>> but quickly closes $his mouth<</if>>, and then suddenly bursts into tears. "Thank you, <<Master>>," $he sobs. "I never would have thought." <<if $activeSlave.amp != 1>> $He reaches out to touch $his reflection.<</if>> "I <<if canSee($activeSlave)>> look <<else>> would look<</if>> like a nice $girl." $He is @@.hotpink;grateful to you@@ for <<if canSee($activeSlave)>>showing $him<<else>> <<if $activeSlave.amp != 1>> letting $him feel <<else>> detailing <</if>> <</if>> this new side of $himself, and has @@.mediumaquamarine;begun to trust@@ that being your slave will be less degrading than being a free prostitute.
+			$He's totally unsurprised when you send $him to the salon for a makeover. It takes several days of work before $he's brought back in for another inspection; when $he arrives, you wordlessly point $him to a full length mirror. $He <<if canSee($activeSlave)>>sees $himself<<else>><<if $activeSlave.amp != 1>>tenderly uses $his hands and finds $himself<<else>>stoically waits while you vividly describe $his new appearance. One<</if>><</if>> without tattoos, a hooker's haircut and piercings, a conventionally pretty $girl with subtle implants and a clean appearance. $He gasps <<if $activeSlave.amp != 0>>and covers $his mouth with a hand<<else>>but quickly closes $his mouth<</if>>, and then suddenly bursts into tears. "Thank you, <<Master>>," $he sobs. "I never would have thought."<<if $activeSlave.amp != 1>>$He reaches out to touch $his reflection. <<else>>$He pauses for just a moment. <</if>>I <<if canSee($activeSlave)>>look<<else>>feel<</if>> like a nice $girl." $He is @@.hotpink;grateful to you@@ for <<if canSee($activeSlave)>>showing $him<<else>><<if $activeSlave.amp != 1>>letting $him feel<<else>>detailing<</if>><</if>> this new side of $himself, and has @@.mediumaquamarine;begun to trust@@ that being your slave will be less degrading than being a free prostitute.
 		<</replace>>
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 4>>
@@ -1010,7 +1010,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</link>>
 <</if>>
 
- | <<link "Brand $him">>
+| <<link "Brand $him">>
 	<<replace "#introResult">>
 		You drag $him to the body modification studio and strap $him down with $his $brandTarget clear and defenseless. $He doesn't understand what's coming for a while, even as disinfectant is applied to $his $brandTarget. $He can't see the approaching brand, <<if !canSee($activeSlave)>>of course, <</if>>but eventually $he feels the radiated heat on $his skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If $he didn't know $he was a slave before, @@.mediumorchid;$he does now,@@ and $he's got the @@.gold;agonizing@@ @@.red;injury@@ to prove it.
 		<<if ($arcologies[0].FSSubjugationistRace == $activeSlave.race) && ($arcologies[0].FSSubjugationist > 0)>>
@@ -1161,7 +1161,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Clip $his Achilles tendons">>
 		<<replace "#introResult">>
-			You drag $him to the remote surgery and strap $him face-down with $his legs bare. $He doesn't understand what's coming for a while, even as $his lower legs are carefully cleaned and disinfected. $He can't see the approaching surgical manipulators, but eventually $he feels a tugging at $his lower legs even through the local anesthetic. $He gets one squeal of protest out before the surgery begins to apply healing agents. $He now requires special heels to walk, and will @@.mediumorchid;remember $his status@@ with every @@.red;painful@@ step $he takes. $He's barefoot, crawling, and @@.gold;frightened@@ for now, until you decide to give $him heels — if you ever do.
+			You drag $him to the remote surgery and strap $him face-down with $his legs bare. $He doesn't understand what's coming for a while, even as $his lower legs are carefully cleaned and disinfected. $He can't see the approaching surgical manipulators, <<if !canSee($activeSlave)>>of course, <</if>>but eventually $he feels a tugging at $his lower legs even through the local anesthetic. $He gets one squeal of protest out before the surgery begins to apply healing agents. $He now requires special heels to walk, and will @@.mediumorchid;remember $his status@@ with every @@.red;painful@@ step $he takes. $He's barefoot, crawling, and @@.gold;frightened@@ for now, until you decide to give $him heels — if you ever do.
 		<</replace>>
 		<<set $activeSlave.heels = 1>>
 		<<set $activeSlave.devotion -= 5>>
@@ -1170,7 +1170,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</link>>
 <</if>>
 
-<<if $activeSlave.lactation !== 2 && $activeSlave.indentureRestrictions <= 0>>
+<<if $activeSlave.lactation != 2 && $activeSlave.indentureRestrictions <= 0>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Implant $him with slow release lactation drugs">>
 		<<replace "#introResult">>
@@ -1292,107 +1292,98 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 <</if>>
 
 <<if $seePreg != 0>>
-<<if isFertile($activeSlave) && $activeSlave.womb.length == 0 && $PC.dick == 1 && $activeSlave.ballType == "human">>
-	| <<link "Impregnate $him">>
-	<<replace "#introResult">>
-		You perform a careful medical examination to verify fertility, and then <<if ($activeSlave.devotion > 20) || ($activeSlave.trust < -20)>>lay the obedient $desc across your desk<<else>>restrain the resistant $desc in your office with $his ass in the air<</if>> and gently slide your hard cock <<if $activeSlave.mpreg == 1>>up $his butt<<else>>inside $his womanhood<</if>>. You take $him with care, enjoying $his body <<if ($activeSlave.devotion > 20) || ($activeSlave.trust < -20)>>and doing your best to give $him pleasure, too<<else>>without hurting $him<</if>>. You empty your balls inside $him, thrusting in as far as you can go as you climax. When $he feels the hot liquid jet into $him,
-		<<if $activeSlave.devotion > 20>>
-			<<if $activeSlave.fetish == "pregnancy">>
-				<<if $activeSlave.fetishKnown == 0>>
-					$he gasps with unaccustomed pleasure, and climaxes so strongly that $he cries a little from the pain in $his flexing abs. @@.green;$He's an impregnation fetishist!@@
-					<<set $activeSlave.fetishKnown = 1>>
+	<<if isFertile($activeSlave) && $activeSlave.womb.length == 0 && $PC.dick == 1 && $activeSlave.ballType == "human">>
+		| <<link "Impregnate $him">>
+		<<replace "#introResult">>
+			You perform a careful medical examination to verify fertility, and then <<if ($activeSlave.devotion > 20) || ($activeSlave.trust < -20)>>lay the obedient $desc across your desk<<else>>restrain the resistant $desc in your office with $his ass in the air<</if>> and gently slide your hard cock <<if $activeSlave.mpreg == 1>>up $his butt<<else>>inside $his womanhood<</if>>. You take $him with care, enjoying $his body <<if ($activeSlave.devotion > 20) || ($activeSlave.trust < -20)>>and doing your best to give $him pleasure, too<<else>>without hurting $him<</if>>. You empty your balls inside $him, thrusting in as far as you can go as you climax. When $he feels the hot liquid jet into $him,
+			<<if $activeSlave.devotion > 20>>
+				<<if $activeSlave.fetish == "pregnancy">>
+					<<if $activeSlave.fetishKnown == 0>>
+						$he gasps with unaccustomed pleasure, and climaxes so strongly that $he cries a little from the pain in $his flexing abs. @@.green;$He's an impregnation fetishist!@@
+						<<set $activeSlave.fetishKnown = 1>>
+					<<else>>
+						$he climaxes, $his impregnation fetish displayed cutely on $his face.
+					<</if>>
+					As you let $him go, $he feels your cum dripping out of $him, and $he @@.hotpink;feels like your property.@@
+					<<set $activeSlave.devotion += 5>>
 				<<else>>
-					$he climaxes, $his impregnation fetish displayed cutely on $his face.
+					$he gasps and does $his best to relax, accepting the flow. <<if $activeSlave.fetishKnown == 0>>It seems $he<<else>>$He<</if>> isn't an impregnation fetishist, but $he is @@.hotpink;willing to submit@@ to have $his body used as your receptacle.
+					<<set $activeSlave.devotion += 4>>
 				<</if>>
-				As you let $him go, $he feels your cum dripping out of $him, and $he @@.hotpink;feels like your property.@@
-				<<set $activeSlave.devotion += 5>>
 			<<else>>
-				$he gasps and does $his best to relax, accepting the flow. <<if $activeSlave.fetishKnown == 0>>It seems $he<<else>>$He<</if>> isn't an impregnation fetishist, but $he is @@.hotpink;willing to submit@@ to have $his body used as your receptacle.
-				<<set $activeSlave.devotion += 4>>
-			<</if>>
-		<<else>>
-			<<if $activeSlave.fetish == "pregnancy">>
-				<<if $activeSlave.fetishKnown == 0>>
-					$he shudders with a sensation of perverted pleasure, and climaxes despite all $his feelings about the situation. @@.green;$He's an impregnation fetishist!@@
-					<<set $activeSlave.fetishKnown = 1>>
+				<<if $activeSlave.fetish == "pregnancy">>
+					<<if $activeSlave.fetishKnown == 0>>
+						$he shudders with a sensation of perverted pleasure, and climaxes despite all $his feelings about the situation. @@.green;$He's an impregnation fetishist!@@
+						<<set $activeSlave.fetishKnown = 1>>
+					<<else>>
+						$he climaxes, $his impregnation fetish forcing $him to feel pleasure $his mind would prefer to reject.
+					<</if>>
+					As you let $him go, $he cries openly, your cum dripping out of $him, and $he @@.hotpink;feels like your property.@@
+					<<set $activeSlave.devotion += 4>>
 				<<else>>
-					$he climaxes, $his impregnation fetish forcing $him to feel pleasure $his mind would prefer to reject.
+					$he groans and struggles a little, disgusted to be filled by your fluids so immediately. <<if $activeSlave.fetishKnown == 0>>It seems $he<<else>>$He<</if>> isn't an impregnation fetishist, and is @@.gold;afraid@@ that $he'll be treated as nothing more than your receptacle.
+					<<set $activeSlave.trust -= 4>>
 				<</if>>
-				As you let $him go, $he cries openly, your cum dripping out of $him, and $he @@.hotpink;feels like your property.@@
-				<<set $activeSlave.devotion += 4>>
+			<</if>>
+			<br><br>
+			Whenever you feel able, you drain your balls into $his <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>, only releasing $him for other duties when scans verify a fertilized ovum.
+			<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -50>>
+				$He didn't properly understand the scans, so $he just thought it was bound, forced sex; $he won't realize what happened for some weeks at least.
+			<<elseif $activeSlave.fetish == "pregnancy">>
+				$He is thrilled to imagine $he might be pregnant.
 			<<else>>
-				$he groans and struggles a little, disgusted to be filled by your fluids so immediately. <<if $activeSlave.fetishKnown == 0>>It seems $he<<else>>$He<</if>> isn't an impregnation fetishist, and is @@.gold;afraid@@ that $he'll be treated as nothing more than your receptacle.
-				<<set $activeSlave.trust -= 4>>
+				$He wasn't sure what this was all about, but $he has $his suspicions.
 			<</if>>
-		<</if>>
-		<br><br>
-		Whenever you feel able, you drain your balls into $his <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>, only releasing $him for other duties when scans verify a fertilized ovum.
-		<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -50>>
-			$He didn't properly understand the scans, so $he just thought it was bound, forced sex; $he won't realize what happened for some weeks at least.
-		<<elseif $activeSlave.fetish == "pregnancy">>
-			$He is thrilled to imagine $he might be pregnant.
-		<<else>>
-			$He wasn't sure what this was all about, but $he has $his suspicions.
-		<</if>>
-
 
-		<<if $activeSlave.mpreg == 1>>
-			<<= AnalVCheck()>>
-		<<else>>
-			<<= VaginalVCheck()>>
-		<</if>>
-		<<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>>
-			The Societal Elite @@.green;disapprove@@ of this breach of eugenics.
-			<<set $failedElite += 5>>
-		<<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $activeSlave.mpreg == 0>>
-			Society @@.green;approves@@ of your promptly putting a new slave in $him; this advances the idea that all slaves should bear their masters' babies.
-			<<= FSChange("GenderFundamentalist", 2)>>
-		<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-			Society @@.red;is disgusted@@ by you promptly knocking up $his ass; babies come from women, not men.
-			<<= FSChange("GenderFundamentalist", -2)>>
-		<</if>>
-	<</replace>>
-	<<set $activeSlave.preg = 1>>
-	<<set $activeSlave.pregType = setPregType($activeSlave)>>
-	<<set $activeSlave.pregWeek = 1>>
-	<<set $activeSlave.pregKnown = 1>>
-	<<set $activeSlave.pregSource = -1>>
-	<<set WombImpregnate($activeSlave, $activeSlave.pregType, -1, 1)>>
-	<</link>>
-<</if>>
-<</if>>
 
-<<if ($activeSlave.devotion < -10) && ($activeSlave.vagina == 0)>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<link "Tie $him up and take $his virginity">>
-		<<replace "#introResult">>
-			<<if $activeSlave.amp == 1>>
-				You secure $his struggling, screeching body to the couch next to your desk with $his vagina exposed.
+			<<if $activeSlave.mpreg == 1>>
+				<<= AnalVCheck()>>
 			<<else>>
-				You cuff $his wrists and ankles and secure $his struggling, screeching body to the couch next to your desk with $his legs spread.
+				<<= VaginalVCheck()>>
+			<</if>>
+			<<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>>
+				The Societal Elite @@.green;disapprove@@ of this breach of eugenics.
+				<<set $failedElite += 5>>
+			<<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $activeSlave.mpreg == 0>>
+				Society @@.green;approves@@ of your promptly putting a new slave in $him; this advances the idea that all slaves should bear their masters' babies.
+				<<= FSChange("GenderFundamentalist", 2)>>
+			<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
+				Society @@.red;is disgusted@@ by you promptly knocking up $his ass; babies come from women, not men.
+				<<= FSChange("GenderFundamentalist", -2)>>
 			<</if>>
-			$He wriggles and protests as you take $his virginity. $He's certainly entered your service in a way that colors $his impression of you @@.mediumorchid;with hatred@@ and @@.gold;fear.@@ @@.lime;$His tight little pussy has been broken in.@@
 		<</replace>>
-		<<set $activeSlave.devotion -= 5>>
-		<<set $activeSlave.trust -= 10>>
-		<<set $activeSlave.vagina = 1>>
-		<<= VaginalVCheck()>>
-	<</link>>
-<<elseif ($activeSlave.vagina == 0)>>
+		<<set $activeSlave.preg = 1>>
+		<<set $activeSlave.pregType = setPregType($activeSlave)>>
+		<<set $activeSlave.pregWeek = 1>>
+		<<set $activeSlave.pregKnown = 1>>
+		<<set $activeSlave.pregSource = -1>>
+		<<set WombImpregnate($activeSlave, $activeSlave.pregType, -1, 1)>>
+		<</link>>
+	<</if>>
+<</if>>
+
+<<if ($activeSlave.vagina == 0)>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Tie $him up and take $his virginity">>
 		<<replace "#introResult">>
-			<<if $activeSlave.amp == 1>>
-				You secure $his unresisting body to the couch next to your desk with $his vagina exposed.
+			<<if ($activeSlave.devotion < -10)>>
+				<<if $activeSlave.amp == 1>>
+					You secure $his struggling, screeching body to the couch next to your desk with $his vagina exposed.
+				<<else>>
+					You cuff $his wrists and ankles and secure $his struggling, screeching body to the couch next to your desk with $his legs spread.
+				<</if>>
+				$He wriggles and protests as you take $his virginity. $He's certainly entered your service in a way that colors $his impression of you @@.mediumorchid;with hatred@@ and @@.gold;fear.@@ @@.lime;$His tight little pussy has been broken in.@@
+				<<set $activeSlave.devotion -= 5>>
 			<<else>>
-				You cuff $his wrists and ankles and secure $his unresisting body to the couch next to your desk with $his legs spread.
+				<<if $activeSlave.amp == 1>>
+					You secure $his unresisting body to the couch next to your desk with $his vagina exposed.
+				<<else>>
+					You cuff $his wrists and ankles and secure $his unresisting body to the couch next to your desk with $his legs spread.
+				<</if>>
+				$He writhes and moans as you enter $his virgin pussy. You might not have even had to restrain $him for this, but being tied up and deflowered sends $him a message. $He's certainly entered your service in a way that colors $his impression of you @@.hotpink;with pain@@ and @@.gold;fear.@@ @@.lime;$His tight little pussy has been broken in.@@
+				<<set $activeSlave.devotion += 5>>
 			<</if>>
-			$He writhes and moans as you enter $his virgin pussy. You might not have even had to restrain $him for this, but being tied up and deflowered sends $him a message. $He's certainly entered your service in a way that colors $his impression of you @@.hotpink;with pain@@ and @@.gold;fear.@@ @@.lime;$His tight little pussy has been broken in.@@
 		<</replace>>
-		<<set $activeSlave.devotion += 5>>
-		<<set $activeSlave.trust -= 10>>
-		<<set $activeSlave.vagina = 1>>
-		<<= VaginalVCheck()>>
 	<</link>>
 <</if>>
 
@@ -1538,7 +1529,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 				<<else>>
 					$His breast fixation makes this teasing quite pleasurable for $him, almost as good as a handjob. Before long, an orgasm convulses $his entire body, jiggling the feminine flesh under your hand delightfully.
 				<</if>>
-				When you tell $him to go, $he carefully rolls off your desk in such a way that, @@.hotpink;$his nipples graze your cheek.@@
+				When you tell $him to go, $he carefully rolls off your desk in such a way that @@.hotpink;$his nipples graze your cheek.@@
 				<<set $activeSlave.devotion += 5>>
 			<<else>>
 				$He accepts being treated as a desktop stress relief toy. $He's no breast fetishist, but $he's @@.hotpink;willing to be used@@ as a sex object.
@@ -1567,20 +1558,20 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<<link "Dominate $his penis and demonstrate $his place">>
 		<<replace "#introResult">>
 			As you inspect $him, you take note of $his fully functional <<if $activeSlave.dick == 1>>tiny dick<<elseif $activeSlave.dick == 2>>cute dick<<elseif $activeSlave.dick == 3>>dick<<elseif $activeSlave.dick == 4>>big dick<<elseif $activeSlave.dick == 5>>impressive dick<<elseif $activeSlave.dick == 6>>huge dick<</if>>. You roughly push $him up against a wall and begin fondling $his penis, grinning at the look of panic growing on $his face.
-		<<if $activeSlave.dick == 1>>
-		You scoff at $him as $his micropenis barely fills your palm.
-		<<elseif $activeSlave.dick == 2>>
-		You laugh at $him as $his small penis fills your palm.
-		<<elseif $activeSlave.dick == 3>>
-		You nod at $him as $his penis fills your hand.
-		<<elseif $activeSlave.dick == 4>>
-		You smirk at $him as $his big penis fills your hand.
-		<<elseif $activeSlave.dick == 5>>
-		You smile widely at $him, a dangerous look in your eyes, as you bring another hand to $his impressive dick.
-		<<elseif $activeSlave.dick == 6>>
-		You grin sadistically at $him as $his massive dick fills both of your hands.
-		<</if>>
-		As $he begins to moan with lust, you grip down tightly and force $him to the floor. You straddle $him and lower your dripping pussy onto $his face<<if $PC.dick == 1>>, your erect cock coming to rest on $his forehead<</if>>. You continue stroking your toy's rod as $he eagerly begins eating you out. As $his cock begins to throb, anticipating $his upcoming orgasm, you quickly bind the base of $his penis, denying $his release. You grind your cunt into $his face, telling $him that YOU are the one who'll be orgasming here, not $him. Only once you have initiated the new slave by soaking $his face in your cum do you release $his dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in $his cum. You turn around and order the exhausted $girl to clean $his cum off your hand<<if $PC.dick == 1>> and to finish off $his twitching dick<</if>>; $he @@.hotpink;complies meekly,@@ knowing you are the @@.gold;dominant force@@ in $his life now.
+			<<if $activeSlave.dick == 1>>
+				You scoff at $him as $his micropenis barely fills your palm.
+			<<elseif $activeSlave.dick == 2>>
+				You laugh at $him as $his small penis fills your palm.
+			<<elseif $activeSlave.dick == 3>>
+				You nod at $him as $his penis fills your hand.
+			<<elseif $activeSlave.dick == 4>>
+				You smirk at $him as $his big penis fills your hand.
+			<<elseif $activeSlave.dick == 5>>
+				You smile widely at $him, a dangerous look in your eyes, as you bring another hand to $his impressive dick.
+			<<elseif $activeSlave.dick == 6>>
+				You grin sadistically at $him as $his massive dick fills both of your hands.
+			<</if>>
+			As $he begins to moan with lust, you grip down tightly and force $him to the floor. You straddle $him and lower your dripping pussy onto $his face<<if $PC.dick == 1>>, your erect cock coming to rest on $his forehead<</if>>. You continue stroking your toy's rod as $he eagerly begins eating you out. As $his cock begins to throb, anticipating $his upcoming orgasm, you quickly bind the base of $his penis, denying $his release. You grind your cunt into $his face, telling $him that YOU are the one who'll be orgasming here, not $him. Only once you have initiated the new slave by soaking $his face in your cum do you release $his dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in $his cum. You turn around and order the exhausted $girl to clean $his cum off your hand<<if $PC.dick == 1>> and to finish off $his twitching dick<</if>>; $he @@.hotpink;complies meekly,@@ knowing you are the @@.gold;dominant force@@ in $his life now.
 		<</replace>>
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust -= 3>>
@@ -1612,7 +1603,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 					$He groans with disappointment as your pregnant pussy leaves $his reach, though $his displeasure is short lived as you greedily take $his entire dick into your aching snatch. You ride $him mercilessly, frequently smacking $him with your heavy belly. $He loves every minute of it, especially when $he feels your body tense up as $he lets loose $his load deep into you. Where most slaves would be begging for mercy, $he @@.hotpink;eagerly complies@@ as you adjust yourself and begin round two. You don't know what came over you, but when you wake up, you find $he's resting peacefully under your gravid mass. <<if $activeSlave.fetishKnown == 0>>It seems $he likes @@.green;being a pregnant _womanP's plaything.@@<<set $activeSlave.fetishKnown = 1>><<else>>You knew $he had a pregnancy fetish and the look on $his face confirms it.<</if>> A kick from within startles you from your thoughts; it would appear your child<<if $PC.pregType > 1>>ren<</if>> agree<<if $PC.pregType == 1>>s<</if>> that you'll have to have another ride sometime.
 					<<set $activeSlave.devotion += 15>>
 				<<else>>
-					$He coughs as your pregnant pussy vacates $his face, though $his relief is short lived as you greedily slam yourself down onto $his waiting dick. You ride $him mercilessly, frequently smacking $him with your heavy belly. $He hates every minute of it, choosing to alternate between begging you to stop and just openly weeping. You cum hard as you watch the look on $his face as $he unwillingly cums deep inside you. $He cries out in protest as you continue raping $him, but you don't care. All that matters is your satisfaction. You are eventually awoken by desperate struggle to escape from beneath your gravid mass; $he quickly regrets $his choices as you remount $him for one last go. $He now @@.hotpink;better understands $his place as a toy@@ and is @@.gold;terrified@@ of your insatiable lust.
+					$He coughs as your pregnant pussy vacates $his face, though $his relief is short lived as you greedily slam yourself down onto $his waiting dick. You ride $him mercilessly, frequently smacking $him with your heavy belly. $He hates every minute of it, choosing to alternate between begging you to stop and just openly weeping. You cum hard as you watch the look on $his face as $he unwillingly cums deep inside you. $He cries out in protest as you continue raping $him, but you don't care. All that matters is your satisfaction. This continues until you pass out from orgasmic exhaustion with $him still inside you. You are eventually awoken by $his desperate struggle to escape from beneath your gravid mass; $he quickly regrets $his choices as you remount $him for one last go. $He now @@.hotpink;better understands $his place as a toy@@ and is @@.gold;terrified@@ of your insatiable lust.
 					<<set $activeSlave.devotion += 5, $activeSlave.trust -= 15>>
 				<</if>>
 				<<set $activeSlave.counter.penetrative += 5, $penetrativeTotal += 5>>
@@ -1675,7 +1666,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</link>>
 <</if>>
 
-<<if ($activeSlave.accent >= 3) && ($activeSlave.anus < 2) && ($activeSlave.intelligence+$activeSlave.intelligenceImplant <= 50) && ($activeSlave.devotion < 10) && ($activeSlave.amp != 1)>>
+<<if ($activeSlave.accent >= 3) && ($activeSlave.anus < 2) && ($activeSlave.intelligence+$activeSlave.intelligenceImplant <= 50) && ($activeSlave.devotion < 10) && ($activeSlave.amp != 1) && (canSee($activeSlave))>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Force understanding of $his situation past the language barrier">>
 		<<replace "#introResult">>
@@ -1702,7 +1693,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 			<<else>>
 				takes a bite. $He gasps in surprise at the taste before greedily shoving the entire thing into $his mouth and reaching for another.
 			<</if>>
-			In minutes, $he's managed to devour every last cookie on the plate. Before $he can even pout that they're all gone, you place another pair of plates under $his nose. $He promptly rushes for them,
+			In minutes, $he's managed to devour every last cookie on the plate. Before $he can even pout that they're all gone, you place another pair of plates <<if canSmell($activeSlave)>>under $his nose<<else>>in front of $him<</if>>. $He promptly rushes for them,
 			<<if $activeSlave.behavioralFlaw == "gluttonous">>
 				paying no mind to $his bloated belly bumping into your desk, and resumes stuffing $himself.
 			<<elseif $activeSlave.behavioralFlaw == "anorexic">>
@@ -1847,7 +1838,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 			<<set $analTotal += 1>>
 		<</if>>
 		with no room to spare.
-		Your choices attach to long tubes, and with a fiendish smile you turn a valve. The lines run white with a mixture of fluids from your slaves, and your slave begins to fill.
+		Your choices attach to long tubes, and with a fiendish smile you turn a valve. The lines run white with a mixture of fluids from your other slaves, and your newest slave begins to fill.
 		<<if $activeSlave.devotion > 20>>
 			<<if $activeSlave.fetish == "cumslut">>
 				<<if $activeSlave.fetishKnown == 0>>
@@ -1944,7 +1935,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 				<<set $activeSlave.counter.anal += 10, $analTotal += 10>>
 				<<= assignJob($activeSlave, "dairy")>>
 				<<replace "#introResult">>
-					Making use of <<if ($activeSlave.trust < -20) || ($activeSlave.devotion > 20)>>$his obedience<<else>>the compliance systems<</if>>, you restrain $him on one of the chairs in your office in an approximation of the position $he'll occupy in $dairyName. Then you put a mask on $him, like the ones the machines there feature, and turn it on, watching the slave squirm against $his restraints under the sudden bombardment of garish hardcore porn. Finally, you add a dildo gag, both to mimic the dildo that will feed $him, and to keep your office reasonably quiet. Then, for the rest of the day, you use $his vulnerable <<if $activeSlave.vagina > -1>>holes<<else>>asshole<</if>> as an outlet for your sexual energy. You are not gentle; in fact, the point of the whole exercise is to gape $him. By the evening $he's been fucked so hard that $he's stopped jerking against the chair when you pound <<if $PC.dick == 1>>your huge cock<<else>>a huge strap-on<</if>> in and out of $him, so you're obliged to get creative, sliding fingers in alongside <<if $PC.dick == 1>>yourself<<else>>it<</if>> to really blow $him out. Once that gets too easy, you start adding dildos for double penetration. By the night $he's properly prepared to take $dairyName's giant phalli, and you're bored, so you consign $him to $his fate. $He might have some opinion on how $he's spent $his day, but it's unlikely $he'll remember it by tomorrow, what with the forearm-sized dildos sliding in and out of $his<<if $activeSlave.vagina > -1>> cunt,<</if>> throat, and asshole.
+					Making use of <<if ($activeSlave.trust < -20) || ($activeSlave.devotion > 20)>>$his obedience<<else>>the compliance systems<</if>>, you restrain $him on one of the chairs in your office in an approximation of the position $he'll occupy in $dairyName. Then you put a mask on $him, like the ones the machines there feature, and turn it on, watching the slave squirm against $his restraints under the sudden bombardment of garish hardcore porn. Finally, you add a dildo gag, both to mimic the dildo that will feed $him, and to keep your office reasonably quiet. Then, for the rest of the day, you use $his vulnerable <<if $activeSlave.vagina > -1>>holes<<else>>asshole<</if>> as an outlet for your sexual energy. You are not gentle; in fact, the point of the whole exercise is to gape $him. By the evening $he's been fucked so hard that $he's stopped jerking against the chair when you pound <<if $PC.dick == 1>>your huge cock<<else>>a huge strap-on<</if>> in and out of $him, so you're obliged to get creative, sliding fingers in alongside <<if $PC.dick == 1>>yourself<<else>>it<</if>> to really blow $him out. Once that gets too easy, you start adding dildos for double penetration. By the night $he's properly prepared to take $dairyName's giant phalli, and you're bored, so you consign $him to $his fate. $He might have some opinion on how $he's spent $his day, but it's unlikely $he'll remember it by tomorrow, what with the forearm-sized dildos sliding in and out of $his throat<<if $activeSlave.vagina > -1>>, cunt,<</if>> and asshole.
 				<</replace>>
 			<</link>>
 		<</if>>
@@ -1962,15 +1953,15 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 			<<if $activeSlave.devotion > 20>>
 				<<if $activeSlave.fetish == "cumslut">>
 					<<if $activeSlave.fetishKnown == 0>>
-						Stunningly, once $he gets over the impact of the wave of fresh semen, $he seems genuinely eager to hold as much of the fluid as $he can, stretching contentedly till $his reasonable limit. @@.green;$He's a cum fetishist!@@
+						Stunningly, once $he gets over the impact of the wave of fresh semen, $he seems genuinely eager to hold as much of the fluid as $he can, stretching contentedly to $his reasonable limit. @@.green;$He's a cum fetishist!@@
 						<<set $activeSlave.fetishKnown = 1>>
 					<<else>>
-						$His belly steadily swells from a few months of apparent pregnancy, to "spent too much time at the buffet", till it finally stops wobbling, grows taut and forces $his belly button into an outie. Your cow groans not only with the weight and mounting pressure, but with guilt as well. Before long, $he reaches a quivering orgasm.
+						$His belly steadily swells from a few months of apparent pregnancy, to "spent too much time at the buffet", until it finally stops wobbling, grows taut and forces $his belly button into an outie. Your cow groans not only with the weight and mounting pressure, but with guilt as well. Before long, $he reaches a quivering orgasm.
 					<</if>>
 					You stroke $his gurgling stomach slowly, before turning off the valve, unfastening $his binds and leaving your @@.hotpink;very pleased@@ cum balloon to savor $his meal. You'll make sure to set aside enough cum from your cumslaves for $him to drink $himself stupid with, and, glancing over your shoulder, find $him eagerly masturbating to $his cum filled gut. $He'll probably intend to keep $himself filled to the brim, which is fine by you.
 					<<set $activeSlave.devotion += 5>>
 				<<else>>
-					<<if $activeSlave.eyes == -2>>$His face swells<<else>>$His eyes swell<</if>> with horror, but $he does not flinch or make a sound. $His belly also swells, from a few months of apparent pregnancy, to "spent too much time at the buffet", till it finally stops wobbling, grows taut and forces $his belly button into an outie. Satisfied, you shut off the valve, deciding to leave $him to consider $his cum filled middle. Time passes. $His<<if $activeSlave.eyes == -2>> blind face is distant<<else>> eyes are glazed over<</if>> but $he tolerates you slowly stroking $his stomach @@.hotpink;without apparent resentment.@@ You'll make sure to keep $him like this for the time being.
+					<<if $activeSlave.eyes == -2>>$His face swells<<else>>$His eyes swell<</if>> with horror, but $he does not flinch or make a sound. $His belly also swells, from a few months of apparent pregnancy, to "spent too much time at the buffet", till it finally stops wobbling, grows taut and forces $his belly button into an outie. Satisfied, you shut off the valve, deciding to leave $him to consider $his cum filled middle. Time passes. $His<<if $activeSlave.eyes == -2>> blind face is distant<<else>> eyes are glazed over<</if>>, but $he tolerates you slowly stroking $his stomach @@.hotpink;without apparent resentment.@@ You'll make sure to keep $him like this for the time being.
 					<<set $activeSlave.devotion += 4>>
 				<</if>>
 			<<else>>
@@ -1984,7 +1975,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 					Time passes, marked only by the slowing growth of $his waistline and the gurgling deep within $him. However, $he @@.hotpink;submits@@ to an uncomfortable groping of $his fluid distended stomach, which is pleasingly taut from $his massive cum meal. You decide to make it abundantly clear that if a single drop of cum leaves $his gullet, $he's getting the hose again, impressing on $him still more that $his fate is out of $his control.
 					<<set $activeSlave.devotion += 4>>
 				<<else>>
-					$He gasps in horror, and starts to struggle frantically against $his bonds, <<if $activeSlave.voice != 0>>struggling to scream in panic.<<else>>$his whole body begging to scream.<</if>> However, as the fluid reaches $him $he seems to despair and resigns $himself to $his fate. As $his belly swells, you find yourself comparing $him first to a binge eater, then some of the chubbier citizens you've seen, a large pregnancy, and finally a water balloon ready to burst. You stop the flow, and rest a hand on $his heaving stomach. $His @@.gold;terrified@@ breathing and distant expression are clearly due to the pain, not lust, but it's also now quite clear to $him who is in charge here. You have little intent on letting $his stomach empty and will be setting aside enough cum to keep $him bloated into submission.
+					$He gasps in horror, and starts to struggle frantically against $his bonds, <<if $activeSlave.voice != 0>>struggling to scream in panic.<<else>>$his whole body begging to scream.<</if>> However, as the fluid reaches $him, $he seems to despair and resigns $himself to $his fate. As $his belly swells, you find yourself comparing $him first to a binge eater, then some of the chubbier citizens you've seen, a large pregnancy, and finally a water balloon ready to burst. You stop the flow, and rest a hand on $his heaving stomach. $His @@.gold;terrified@@ breathing and distant expression are clearly due to the pain, not lust, but it's also now quite clear to $him who is in charge here. You have little intent on letting $his stomach empty and will be setting aside enough cum to keep $him bloated into submission.
 					<<set $activeSlave.trust -= 4>>
 				<</if>>
 			<</if>>
@@ -1993,6 +1984,25 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 		<</replace>>
 	<</link>>
 	<</if>>
+	<<if (($milkPipeline > 88 && $milkPipeline != 0) || $arcologies[0].FSPastoralistLaw == 1) && $activeSlave.preg < 1 && $activeSlave.inflation == 0 && $activeSlave.bellyImplant <= 0>>
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;
+	<<link "Give $him all the milk $he can drink">>
+		<<replace "#introResult">>
+			You securely restrain your new slave; for both $his own safety and so $he can't object to $his meal. You reassure $him and order $him to close $his eyes and open wide for a treat.<<if $activeSlave.eyes == -2>> Blind as $he is,<<else>> Since $his eyes are contentedly closed,<</if>> $he doesn't see you reach for one of the phallus-tipped feeding tubes located throughout your penthouse. Before $he knows what's happening, you've forced the cocktube firmly into $his gaping maw and anchored it to $his head, causing $his entire body to tense up <<if $activeSlave.devotion <= 20>>in panic <</if>>once more.
+			<br><br>
+			You pause to examine the tap, making sure it is set to milk, before releasing the valve and unleashing a steady flow. The feeder bucks against $his face as creamy, white liquid rushes downward towards the helpless slave.
+			<<if $activeSlave.behavioralFlaw == "gluttonous">>
+				<<if $activeSlave.eyes == -2>>$His face swells<<else>>$His eyes swell<</if>> with horror, but $he does not flinch or make a sound. $His belly also swells, from a few months of apparent pregnancy, to "spent too much time at the buffet", till it finally stops wobbling, grows taut and forces $his belly button into an outie. Satisfied, you shut off the valve, deciding to leave $him to consider $his milk filled middle. Time passes. $His<<if $activeSlave.eyes == -2>> blind face is distant<<else>> eyes are glazed over<</if>>, but $he tolerates you slowly stroking $his stomach @@.hotpink;without apparent resentment.@@ You'll make sure to keep $him like this for the time being.
+				<<set $activeSlave.devotion += 5>>
+			<<else>>
+				$He gasps in horror, and starts to struggle frantically against $his bonds, <<if $activeSlave.voice != 0>>struggling to scream in panic.<<else>>$his whole body begging to scream.<</if>> However, as the fluid reaches $him, $he seems to despair and resigns $himself to $his fate. As $his belly swells, you find yourself comparing $him first to a binge eater, then some of the chubbier citizens you've seen, a large pregnancy, and finally a water balloon ready to burst. You stop the flow, and rest a hand on $his heaving stomach. $His @@.gold;terrified@@ breathing and distant expression are clearly due to the pain, not lust, but it's also now quite clear to $him who is in charge here. You have little intent on letting $his stomach empty and will be setting aside enough milk to keep $him bloated into submission.
+				<<set $activeSlave.trust -= 3>>
+			<</if>>
+			<<set $activeSlave.inflation = 3, $activeSlave.inflationType = "milk", $activeSlave.inflationMethod = 1>>
+			<<run SetBellySize($activeSlave)>>
+		<</replace>>
+	<</link>>
+	<</if>>
 <</if>>
 
 <<if ($arcade > 0) && ($seeExtreme == 1)>>
@@ -2001,7 +2011,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<<link "Threaten $him with the Arcade">>
 		<<setNonlocalPronouns $seeDicks>>
 		<<replace "#introResult">>
-			You tell $him that it's in $his interests to be a good $girl. $He does not react immediately, perhaps wondering if you think such a trite statement will have a real impact, but then you point at a wallscreen behind $him. $He turns, and beholds a live feed from $arcadeName. $He gazes at the row of butts sticking out of the wall at dick height, not quite realizing what $he's seeing. Then $he notices that there are citizens pumping away in front of two of the butts, and $he understands. As $he watches, terrified, first one citizen and then the other finishes and steps away. The first arcade inmate's <<if $seeDicks != 100>>pussy<<else>>butt<</if>> is left looking sore until $arcadeName's systems cover _himU for a quick cleaning, and the second inmate's asshole <<if $seeDicks != 0>>has obviously seen severe use, since the poor _girlU doesn't have a pussy to spread the load<<else>>is loose enough that the machines have to clean up the cum it drools onto the floor<</if>>. $activeSlave.slaveName lets out a huge sob and turns to you, @@.gold;fear suffusing $him@@ as $he promises to @@.hotpink;be a good $girl.@@
+			You tell $him that it's in $his best interests to be a good $girl. $He does not react immediately, perhaps wondering if you think such a trite statement will have a real impact, but then you point at a wallscreen behind $him. $He turns, and beholds a live feed from $arcadeName. $He gazes at the row of butts sticking out of the wall at dick height, not quite realizing what $he's seeing. Then $he notices that there are citizens pumping away in front of two of the butts, and $he understands. As $he watches, terrified, first one citizen and then the other finishes and steps away. The first arcade inmate's <<if $seeDicks != 100>>pussy<<else>>butt<</if>> is left looking sore until $arcadeName's systems cover _himU for a quick cleaning, and the second inmate's asshole <<if $seeDicks != 0>>has obviously seen severe use, since the poor _girlU doesn't have a pussy to spread the load<<else>>is loose enough that the machines have to clean up the cum it drools onto the floor<</if>>. $activeSlave.slaveName lets out a huge sob and turns to you, @@.gold;fear suffusing $him@@ as $he promises to @@.hotpink;be a good $girl.@@
 		<</replace>>
 		<<set $activeSlave.devotion += 10>>
 		<<set $activeSlave.trust -= 10>>
diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index 7de3d2e89ad0bb082f22638c26357f4efd3f2a7a..d0883332485a18eb327b1e9a417bca75072a0c77 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -109,12 +109,12 @@
 		<<run delete $slaves[_i].curBabies>>
 	<</if>>
 	<<if $seeAge != 0>>
-	<<set $slaves[_i].birthWeek++>>
+		<<set $slaves[_i].birthWeek++>>
 		<<if $slaves[_i].birthWeek >= 52>>
 			<<set $slaves[_i].birthWeek = 0>>
 			<<if $seeAge == 1>>
 				<<set $slaves[_i].physicalAge += 1, $slaves[_i].actualAge += 1>>
-				/* Note Induced NCS completely takes over visual aging, so the increment from pre-existing code simply is trapped behind a !NCS test. Additionally, because of the neotony aspects of NCS, ovaries don't age quite as fast. */
+				/* Note Induced NCS completely takes over visual aging, so the increment from pre-existing code simply is trapped behind a !NCS test. Additionally, because of the neoteny aspects of NCS, ovaries don't age quite as fast. */
 				<<if $slaves[_i].geneMods.NCS == 0>>
 					<<set $slaves[_i].visualAge += 1>>
 					/* (prev comment) Hopefully this works. It is intended, over a slave's lifetime, to cause her menopause to shift. */
@@ -173,11 +173,20 @@
 	<<elseif $slaves[_i].rivalry < 0>>
 		<<set $slaves[_i].rivalryTarget = 0, $slaves[_i].rivalry = 0>>
 	<</if>>
-	<<if $slaves[_i].vagina < 0 && ($slaves[_i].vaginalAccessory != "none" || $slaves[_i].chastityVagina != 0)>>
-		<<set $slaves[_i].vaginalAccessory = "none", $slaves[_i].chastityVagina = 0>>
+	<<if $slaves[_i].vagina < 0>>
+		<<set $slaves[_i].vaginalAccessory = "none", $slaves[_i].chastityVagina = 0, $slaves[_i].vaginaPiercing = 0, $slaves[_i].clit = 0, $slaves[_i].clitPiercing = 0>>
 	<</if>>
-	<<if $slaves[_i].dick == 0 && ($slaves[_i].dickAccessory != "none" || $slaves[_i].chastityPenis != 0)>>
-		<<set $slaves[_i].dickAccessory = "none", $slaves[_i].chastityPenis = 0>>
+	<<if $slaves[_i].dick == 0>>
+		<<set $slaves[_i].dickAccessory = "none", $slaves[_i].chastityPenis = 0, $slaves[_i].dickTat = 0, $slaves[_i].dickPiercing = 0>>
+	<</if>>
+	<<if $slaves[_i].amp == 1>>
+		<<set $activeSlave.missingArms = 3, $activeSlave.missingLegs = 3>>
+	<</if>>
+	<<if $slaves[_i].missingArms == 3>>
+		<<set $slaves[_i].armsTat = 0, $slaves[_i].nails = 0>>
+	<</if>>
+	<<if $slaves[_i].missingLegs == 3>>
+		<<set $slaves[_i].heels = 0, $slaves[_i].shoes = "none", $slaves[_i].legsAccessory = "none", $slaves[_i].legsTat = 0>>
 	<</if>>
 	/% Fix some possible floating point rounding errors, and bring precision to one decimal place. %/
 	<<run SlaveStatClamp($slaves[_i])>>
diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw
index 5d6d623dc0d9de2ac65aae3462d0c1196b46efdc..f9042f49b12961a8fb96b4b2ca1fdce7ae39adf8 100644
--- a/src/uncategorized/randomNonindividualEvent.tw
+++ b/src/uncategorized/randomNonindividualEvent.tw
@@ -615,7 +615,7 @@
 		<</if>>
 		<<if $arcologyUpgrade.drones == 1>>
 			<<set _recruitEvents.push("RE malefactor")>>
-			<<set $malefactor = ["liberator", "whore", "businesswoman", "addict"]>>
+			<<set $malefactor = ["addict", "businesswoman", "liberator", "whore"]>>
 			<<if $seePreg != 0>>
 				<<set $malefactor.push("anchorBaby")>>
 				<<if $arcologies[0].FSRepopulationFocus < 50>>
@@ -631,6 +631,9 @@
 			<<if $arcologies[0].FSPaternalist < 50>>
 				<<set $malefactor.push("escapee")>>
 			<</if>>
+			<<if $arcologies[0].FSSupremacistLawME + $arcologies[0].FSSubjugationistLawME > 0>>
+				<<set $malefactor.push("passfail")>>
+			<</if>>
 			<<set $malefactor = $malefactor.random()>>
 			<<if ($rep/150) > random(1,100)>>
 				<<set _recruitEvents.push("RE malefactor")>>
diff --git a/src/uncategorized/reFullBed.tw b/src/uncategorized/reFullBed.tw
index 13cf97a063d3ce6387db82a92e78169053cc4212..5902b056c5be8766366cc5e3699ec33bfa851a66 100644
--- a/src/uncategorized/reFullBed.tw
+++ b/src/uncategorized/reFullBed.tw
@@ -32,7 +32,7 @@ Today was an unusually relaxing day, and you aren't particularly tired.
 <span id="result">
 <<link "Take a slave in each hand">>
 	<<replace "#result">>
-		With each of your arm around a slave, you begin to run your hands across their bodies. They snuggle closer to you, their nipples growing hard and their hips grinding against you. As your grasp runs lower and lower, cupping and massaging their buttocks, they begin to kiss the chest against which their adoring faces are pressed, and reach down <<if $PC.dick == 0>>to your pussy<<else>><<if $PC.vagina == 1>>towards your cock and cunt<<else>>for your member<</if>><</if>>. The more manually skilled begins to give you a gentle stroke, while the other softly massages your <<if ($PC.dick == 0)>>mons<<else>>testicles<</if>>. They stiffen in unison when you hook two fingers up each asshole, but immediately relax and begin to work you harder. They orgasm one after the other, their butts clenching against your intruding fingers, and then eagerly clean you with their mouths when you climax yourself. They have become @@.hotpink;still more devoted to you.@@
+		With each of your arms around a slave, you begin to run your hands across their bodies. They snuggle closer to you, their nipples growing hard and their hips grinding against you. As your grasp runs lower and lower, cupping and massaging their buttocks, they begin to kiss the chest against which their adoring faces are pressed, and reach down <<if $PC.dick == 0>>to your pussy<<else>><<if $PC.vagina == 1>>towards your cock and cunt<<else>>for your member<</if>><</if>>. The more manually skilled begins to give you a gentle stroke, while the other softly massages your <<if ($PC.dick == 0)>>mons<<else>>testicles<</if>>. They stiffen in unison when you hook two fingers up each asshole, but immediately relax and begin to work you harder. They orgasm one after the other, their butts clenching against your intruding fingers, and then eagerly clean you with their mouths when you climax yourself. They have become @@.hotpink;still more devoted to you.@@
 		<<set $slaves[_bedSlaveOne].devotion += 4, $slaves[_bedSlaveTwo].devotion += 4>>
 		<<set $slaves[_bedSlaveOne].counter.anal++, $slaves[_bedSlaveTwo].counter.anal++>>
 		<<set $analTotal += 2>>
diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw
index 2bbdfd1598cbf546581a85263a195552dc3d22f5..59a0e199416685d2ba2b88890a33a012c3aa56e8 100644
--- a/src/uncategorized/reMalefactor.tw
+++ b/src/uncategorized/reMalefactor.tw
@@ -144,7 +144,7 @@
 <<set $activeSlave.career = "a criminal businesswoman">>
 <<set $activeSlave.devotion = random(-75,-60)>>
 <<set $activeSlave.trust = random(-15,0)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.vagina = 2>>
 <<set $activeSlave.preg = -1>>
 <<set $activeSlave.skill.vaginal = 15>>
@@ -173,7 +173,7 @@
 <<set $activeSlave.career = "a prostitute">>
 <<set $activeSlave.devotion = random(-75,-60)>>
 <<set $activeSlave.trust = random(-15,0)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.health = random(-40,-20)>>
 <<set $activeSlave.anus = 2>>
 <<if $activeSlave.dick == 0>>
@@ -215,7 +215,7 @@
 <<set $activeSlave.origin = "You sentenced her to enslavement as a punishment for rape of a free woman.">>
 <<set $activeSlave.devotion = random(-75,-60)>>
 <<set $activeSlave.trust = random(-15,0)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.health = random(0,20)>>
 <<set $activeSlave.anus = 0>>
 <<set $activeSlave.balls = random(2,4)>>
@@ -271,7 +271,7 @@
 <<set $activeSlave.career = "an antislavery activist">>
 <<set $activeSlave.devotion = random(-75,-60)>>
 <<set $activeSlave.trust = random(-15,0)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.muscles = 50>>
 <<set $activeSlave.weight = random(-20,30)>>
 <<set $activeSlave.waist = random(-10,10)>>
@@ -287,6 +287,37 @@
 <<set $activeSlave.hStyle = "shaved into a mohawk">>
 <<set $activeSlave.custom.tattoo = "$He seems to have had slave tattoos at one time, but has had them cheaply removed.">>
 
+<<case "passfail">>
+
+<<set $oneTimeDisableDisability = 1>>
+<<if $arcologies[0].FSSubjugationistLawME == 1>>
+	<<set _realRace = $arcologies[0].FSSubjugationistRace>>
+<<elseif $arcologies[0].FSSupremacistLawME == 1>>
+	<<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSupremacistRace)>>
+	<<set _realRace = _races.random()>>
+<</if>>
+<<set $fixedRace = _realRace>>
+<<set $activeSlave = GenerateNewSlave()>>
+<<set $activeSlave.origin = "You sentenced her to enslavement as a punishment for defying local racial segregation laws.">>
+<<set $activeSlave.career = setup.educatedCareers.random()>>
+<<set $activeSlave.devotion = random(-75,-50)>>
+<<set $activeSlave.trust = random(-75,-50)>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.health = random(-40,-20)>>
+<<set $activeSlave.intelligence = random(51,95)>>
+<<set $activeSlave.intelligenceImplant = 15>>
+<<if $arcologies[0].FSSupremacistLawME == 1>>
+	<<set _fakeRace = $arcologies[0].FSSupremacistRace>>
+<<elseif $arcologies[0].FSSubjugationistLawME == 1>>
+	<<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>>
+	<<set _fakeRace = _races.random()>>
+<</if>>
+<<set $activeSlave.race = _fakeRace>>
+<<set $activeSlave.skin = randomRaceSkin(_fakeRace)>>
+<<set $activeSlave.eyeColor = randomRaceEye(_fakeRace)>>
+<<set $activeSlave.hColor = randomRaceHair(_fakeRace)>>
+<<set $activeSlave.override_Race = 1, $activeSlave.override_Skin = 1, $activeSlave.override_H_Color = 1, $activeSlave.override_Eye_Color = 1>>
+
 <</switch>>
 
 <<setLocalPronouns $activeSlave>>
@@ -311,7 +342,7 @@
 
 <<case "businesswoman">>
 
-<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Nevertheless, it seems one of your tenants, a hitherto well-respected businesswoman, has left the straight and narrow. It seems $his business affairs took a decisive turn for the worse, so $he attempted to drain $his clients' funds and leave your arcology before anyone was the wiser. Unfortunately for $him, your security drones, controlled by $assistantName, were very much the wiser. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> has with machine efficiency compiled the completest proofs of corporate malfeasance you have ever seen. Your wretched tenant signed a contract with you that included provisions forbidding theft. $He is entirely at your mercy.
+<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Nevertheless, it seems one of your tenants, a hitherto well-respected business<<= $woman>>, has left the straight and narrow. It seems $his business affairs took a decisive turn for the worse, so $he attempted to drain $his clients' funds and leave your arcology before anyone was the wiser. Unfortunately for $him, your security drones, controlled by $assistantName, were very much the wiser. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> has with machine efficiency compiled the completest proofs of corporate malfeasance you have ever seen. Your wretched tenant signed a contract with you that included provisions forbidding theft. $He is entirely at your mercy.
 
 <<case "whore">>
 
@@ -334,7 +365,11 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 <<case "liberator">>
 
 <<setNonlocalPronouns $seeDicks>>
-<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, but this is a special case. A well-muscled, well-armed $woman was caught attempting to smuggle a slave owned by one of your tenants out of the arcology. Though the slave surrendered immediately (and will be dealt with by _hisU owner), the would-be liberatrix was caught by your security drones. $He destroyed two of them and caused @@.red;other minor damage@@<<run cashX(-1000, "event", $activeSlave)>> that will require a small sum to repair, but was eventually subdued. The drones had to expend a great deal of nonlethal ordnance to bring $him down and keep $him down, but $he is now entirely at your mercy.
+<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, but this is a special case. A well-muscled, well-armed $woman was caught attempting to smuggle a slave owned by one of your tenants out of the arcology. Though the slave surrendered immediately (and will be dealt with by _hisU owner), the would-be liberatrix was caught by your security drones. $He destroyed two of them and caused @@.red;other minor damage@@<<run cashX(forceNeg(1000), "event", $activeSlave)>> that will require a small sum to repair, but was eventually subdued. The drones had to expend a great deal of nonlethal ordnance to bring $him down and keep $him down, but $he is now entirely at your mercy.
+
+<<case "passfail">>
+
+<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Nevertheless, it seems one of your tenants, a rather ordinary white collar worker, has been severely wounded in a freak industrial accident, to the point that a blood transfusion was needed. In the course of doing so, an arcology hospital's autosurgery noted several genetic discrepancies and alerted a few nearby drones. Simply put, while the $woman appears to be a normal _fakeRace $woman, this is the result of numerous cosmetic surgeries; $he is actually _realRace. The laws of your arcology hold that members of the _realRace race are fit only for slavery, quite unlike the superior _fakeRace people. That a _realRace $girl would gain a position of relatively high class and power through such deception and fraud is considered an outrage by many of your citizens, and so $he was place under arrest before $he even awoke from surgery. $He is now entirely at your mercy.
 
 <</switch>>
 
@@ -366,7 +401,7 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 			You complete the legalities and biometric scanning quickly and without fuss. $He sobs throughout the process, though stops once $he realizes being a slave means free food.
 		<<case "anchorBaby">>
 			You complete the legalities and biometric scanning quickly and without fuss. $He doesn't stop screaming "citizenship" until $his children are taken from $him and $he is shoved off to the penthouse for basic slave induction.
-		<<case "businesswoman" "mule" "rapist" "whore">>
+		<<case "businesswoman" "mule" "passfail" "rapist" "whore">>
 			You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction.
 		<<case "liberator">>
 			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. Based on the drone logs, $he is likely to be violent when $he does.
@@ -417,6 +452,8 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 			You declare $his holes fair game for the entire arcology as punishment for trying to smuggle in a load instead of taking one. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 		<<case "liberator">>
 			Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. $His holes are thus fair game for the entire arcology. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around.
+		<<case "passfail">>
+			You declare $his holes fair game for the entire arcology; after all, $he did want to be around lots of _fakeRace people, didn't $he? $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 		<</switch>>
 		<<run repX(500, "event", $activeSlave)>>
 		<<set $arcologies[0].prosperity += 2>>
@@ -437,7 +474,7 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 			You complete the legalities and biometric scanning quickly, and tell the crowd that $his holes will be available at the arcade within the hour. The public @@.green;looks forward@@ to seeing $him there, angrily suspecting $him of being an escapee and glad that they'll be able to take part in $his punishment.
 		<<case "anchorBaby">>
 			You complete the legalities and biometric scanning quickly and have $his children taken away. The condemned screeches $his displeasure throughout the process until you grow tired of the whining and sedate $him for immurement in the arcade. The public @@.green;looks forward@@ to seeing $him there and vying to see who gets to fill $his womb with another child.
-		<<case "businesswoman" "mule" "rapist" "whore">>
+		<<case "businesswoman" "mule" "passfail" "rapist" "whore">>
 			You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate $him for immurement in the arcade. The public @@.green;looks forward@@ to seeing $him there and getting some of their own back.
 		<<case "liberator">>
 			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. It would be best to have $him restrained for public use in the arcade first. The public @@.green;looks forward@@ to seeing $him there.
@@ -471,6 +508,8 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the rapist's <<if $dairyStimulatorsSetting > 1>>agony as $his anus adapts to accommodate rectal dildo hydration<<else>>newly growing breasts as they are roughly milked<</if>>.
 		<<case "liberator">>
 			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>, together with a report on the likely productivity of such a fit body capable of withstanding the stress of high throughput.
+		<<case "passfail">>
+			You complete the legalities and biometric scanning quickly. The condemned is too weak to resist as $he is installed in $dairyName but $he weeps the entire time. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as $his pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as $his anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>.
 		<</switch>>
 		<<run repX(250, "event", $activeSlave)>>
 		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
@@ -491,7 +530,7 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 		<<case "addict">>
 			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs for a fix until $he realizes what's coming, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
 		<<case "escapee">>
-			An example must be made. If $he escaped once with $his tendons clipped, $he must be rather talented at it. It remains to be seen if $he can manage to escape with nor arms and legs, so you announce $his sentence to the crowd and send $his unconscious form for reduction. Of course, @@.red;$his health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
+			An example must be made. If $he escaped once with $his tendons clipped, $he must be rather talented at it. It remains to be seen if $he can manage to escape with neither arms nor legs, so you announce $his sentence to the crowd and send $his unconscious form for reduction. Of course, @@.red;$his health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
 		<<case "orphanloli">>
 			An example must be made. If $he thinks $he can escape captivity and steal to survive, let's see $him try without arms and legs, so you announce $his sentence to the crowd and send $his unconscious form for reduction. Of course, @@.red;$his health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
 		<<case "anchorBaby">>
@@ -506,6 +545,8 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 			An example must be made. With the quantity of drugs consumed in the arcology, quality is everything and attempting to undermine that is unforgivable. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he can hardly haul contraband into your arcology without the ability to move $himself.
 		<<case "liberator">>
 			An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he will scarcely be able to liberate anyone without arms or legs.
+		<<case "passfail">>
+			An example must be made. The citizens of your arcology must be assured that the racially inferior will not try to rise above their station, no matter their deceptions. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
 		<</switch>>
 		<<run repX(500, "event", $activeSlave)>>
 		<<include "New Slave Intro">>
@@ -540,7 +581,7 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 				<<run repX(500, "event", $activeSlave)>>
 			<<else>>
 				@@.red;feels you let this criminal off too easy.@@
-				<<run repX(-100, "event", $activeSlave)>>
+				<<run repX(forceNeg(100), "event", $activeSlave)>>
 			<</if>>
 		<<include "New Slave Intro">>
 		<</replace>>
@@ -561,7 +602,7 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 				<<run repX(100, "event", $activeSlave)>>
 			<<else>>
 				@@.red;feels you let this criminal off too easy.@@
-				<<run repX(-100, "event", $activeSlave)>>
+				<<run repX(forceNeg(100), "event", $activeSlave)>>
 			<</if>>
 		<</replace>>
 	<</link>>
@@ -581,6 +622,8 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
 	<<case "mule" "rapist" "whore">>
 		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
+	<<case "passfail">>
+		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that _realRace scum won't steal their livelihoods. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
 	<<case "liberator">>
 		An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
 	<</switch>>
@@ -611,7 +654,7 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 			You complete the legalities and biometric scanning quickly and without fuss. $He sobs throughout the process, though stops once $he realizes being a slave means free food. $He starts crying again once $he realizes $he is heading for the slave markets.
 		<<case "anchorBaby">>
 			You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale. $His children <<if $cash4Babies == 1>>head off to be sold as well<<else>>will be sent to a slave orphanage for future sale<</if>>.
-		<<case "businesswoman" "mule" "rapist" "whore">>
+		<<case "businesswoman" "mule" "passfail" "rapist" "whore">>
 			You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale.
 		<<case "liberator">>
 			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. Based on the drone logs, $he is likely to be violent when $he does. You make sure that $he isn't going to get loose as $he is sent off to the slave market; the public would not be pleased if $he went on another rampage.
diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 65ff68bcb9be9d8da67d6207d6da610a65a4d10d..8253abdfb4cfeaedba17ddbc36cd79ca87b5e14d 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -265,7 +265,7 @@ On formal occasions, you are announced as $PCTitle.
 			Your reputation is so strong that society has accepted your <<print $PC.race>>ness despite you being an inferior race.
 		<<else>>
 			Society @@.red;loathes;@@ being lead by an inferior $PC.race, believing that any other race would make a far better leader than you.
-			<<run repX(-200*($arcologies[0].FSSubjugationist/$FSLockinLevel), "PCappearance")>>
+			<<run repX(forceNeg(200*($arcologies[0].FSSubjugationist/$FSLockinLevel)), "PCappearance")>>
 		<</if>>
 	<</if>>
 <</if>>
@@ -286,11 +286,11 @@ On formal occasions, you are announced as $PCTitle.
 <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 	<<if $PC.boobsBonus > 1>>
 		Society finds big breasts unsightly and you are no exception; your <<if $PC.boobsImplant == 1>>chest balloons<<else>>fat tits<</if>> @@.red;harm@@ your public image.
-		<<run repX(-10*$PC.boobsBonus, "PCappearance")>>
+		<<run repX(forceNeg(10*$PC.boobsBonus), "PCappearance")>>
 	<</if>>
 	<<if $PC.butt == 3>>
 		Society finds big butts unsightly and you are no exception; your <<if $PC.buttImplant == 1>>inflated ass<<else>>fat ass<</if>> @@.red;harms@@ your public image.
-		<<run repX(-10*$PC.butt, "PCappearance")>>
+		<<run repX(forceNeg(10*$PC.butt), "PCappearance")>>
 	<</if>>
 <</if>>
 
@@ -320,15 +320,15 @@ On formal occasions, you are announced as $PCTitle.
 <<elseif $arcologies[0].FSBodyPurist != "unset">>
 	<<if $PC.boobsImplant == 1>>
 		Society finds fake breasts repulsive and yours are no exception; your balloon-like breasts @@.red;harm@@ your public image.
-		<<run repX(-10*$PC.boobsBonus, "PCappearance")>>
+		<<run repX(forceNeg(10*$PC.boobsBonus), "PCappearance")>>
 	<</if>>
 	<<if $PC.buttImplant == 1>>
 		Society finds fake butts unsightly and yours is no exception; your inflated ass @@.red;harms@@ your public image.
-		<<run repX(-10*$PC.butt, "PCappearance")>>
+		<<run repX(forceNeg(10*$PC.butt), "PCappearance")>>
 	<</if>>
 	<<if $PC.ballsImplant > 1 && $PC.balls == 0>>
 		Society finds everything unnatural disgusting and the grotesque bulge in your crotch is no exception; your gel filled balls @@.red;harm@@ your public image.
-		<<run repX(-10*($PC.ballsImplant-$PC.balls), "PCappearance")>>
+		<<run repX(forceNeg(10*($PC.ballsImplant-$PC.balls)), "PCappearance")>>
 	<</if>>
 	<<if ($arcologies[0].FSRepopulationFocus != "unset") && $PC.boobsBonus > 0 && $PC.boobsImplant == 0>>
 		Society approves of anything that helps the repopulation efforts. Your large breasts promise plentiful milk and @@.green;improve@@ your public image.
@@ -361,7 +361,7 @@ On formal occasions, you are announced as $PCTitle.
 					<<set $failedElite += 100>>
 				<</if>>
 			<<else>>
-				Since it is public knowledge that you are carrying a child in the name of eugenics; society views you as a bearer of the future and @@.green;celebrates@@ your contributions to society.
+				Since it is public knowledge that you are carrying a child in the name of eugenics, society views you as a bearer of the future and @@.green;celebrates@@ your contributions to society.
 				<<run repX(200, "PCappearance")>>
 				<<set $failedElite -= 10>>
 			<</if>>
@@ -596,7 +596,6 @@ On formal occasions, you are announced as $PCTitle.
 		<</if>>
 		<<set $arcologies[0].FSRestart -= $FSSingleSlaveRep>>
 		<<run repX(forceNeg((5*$FSSingleSlaveRep*($arcologies[0].FSRestart/$FSLockinLevel))+($rep/40)), "babyTransfer")>>
-		<<run repX(-50, "PCactions")>>
 	<<elseif $arcologies[0].FSPaternalist != "unset">>
 		Society @@.red;greatly despises@@ your poor treatment of slave infants.
 		<<run repX(forceNeg((25*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel))+($rep/20)), "babyTransfer")>>
@@ -678,23 +677,23 @@ On formal occasions, you are announced as $PCTitle.
 <<if $PC.degeneracy > 0>>
 	<<if $PC.degeneracy > 100>>
 		There are @@.red;severe and devastating rumors@@ about you spreading across the arcology.
-		<<run repX(-100*$PC.degeneracy, "PCactions")>>
+		<<run repX(forceNeg(100*$PC.degeneracy), "PCactions")>>
 		<<set $enduringRep = 0>>
 	<<elseif $PC.degeneracy > 75>>
 		There are @@.red;severe rumors@@ about you spreading across the arcology.
-		<<run repX(-20*$PC.degeneracy, "PCactions")>>
+		<<run repX(forceNeg(20*$PC.degeneracy), "PCactions")>>
 	<<elseif $PC.degeneracy > 50>>
 		There are @@.red;bad rumors@@ about you spreading across the arcology.
-		<<run repX(-10*$PC.degeneracy, "PCactions")>>
+		<<run repX(forceNeg(10*$PC.degeneracy), "PCactions")>>
 	<<elseif $PC.degeneracy > 25>>
 		There are @@.red;rumors@@ about you spreading across the arcology.
-		<<run repX(-5*$PC.degeneracy, "PCactions")>>
+		<<run repX(forceNeg(5*$PC.degeneracy)), "PCactions")>>
 	<<elseif $PC.degeneracy > 10>>
 		There are @@.red;minor rumors@@ about you spreading across the arcology.
-		<<run repX(-2*$PC.degeneracy, "PCactions")>>
+		<<run repX(forceNeg(2*$PC.degeneracy), "PCactions")>>
 	<<else>>
 		The occasional rumor about you can be heard throughout the arcology.
-		<<run repX(-1*$PC.degeneracy, "PCactions")>>
+		<<run repX(forceNeg(1*$PC.degeneracy), "PCactions")>>
 	<</if>>
 <</if>>
 
@@ -776,6 +775,10 @@ On formal occasions, you are announced as $PCTitle.
 			The Societal Elite @@.red;seem to dislike you.@@
 		<<elseif $failedElite > 50>>
 			The Societal Elite @@.red;mutter about you.@@
+		<<elseif $failedElite > 0>>
+			The Societal Elite @@.red;question some of your actions.@@
+		<<else>>
+			The Societal Elite hold you in high regards.
 		<</if>>
 	<<else>>
 		The Societal Elite can think what they want, they know better than to try and cross you again.
@@ -785,7 +788,7 @@ On formal occasions, you are announced as $PCTitle.
 		<<if $failedElite > 300>>
 			The Societal Elite @@.red;have departed from your arcology in disgust.@@
 			<<run FutureSocieties.remove("FSRestart")>>
-			<<run repX(-10000, "event")>>
+			<<run repX(forceNeg(10000), "event")>>
 			<<set $eliteFail = random(30,100),
 			$eliteFailTimer = 15>>
 			<<if $eliteFail > $topClass - 20>>
@@ -804,6 +807,10 @@ On formal occasions, you are announced as $PCTitle.
 			The Societal Elite @@.red;seem to dislike you.@@
 		<<elseif $failedElite > 50>>
 			The Societal Elite @@.red;mutter about you.@@
+		<<elseif $failedElite > 0>>
+			The Societal Elite @@.red;question some of your actions.@@
+		<<else>>
+			The Societal Elite hold you in warm regards.
 		<</if>>
 	<<else>>
 		The Societal Elite can think what they want, they know better than to try and cross you again.