diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw
index f94ce92d74def5ebeba3618ed294f862a6bc3f73..36e3c059ae03d7bf0a3511114ab43b0d6c947e6a 100644
--- a/src/cheats/mod_EditChildCheatNew.tw
+++ b/src/cheats/mod_EditChildCheatNew.tw
@@ -1804,15 +1804,15 @@
 
 	''Pregnancy Level (-2: sterile, -1: contraceptives, 0: not pregnant, 1 to 25: pregnant):''
 	<<if $tempSlave.preg > 20>>
-	@@.yellow;Advanced@@.
+		@@.yellow;Advanced@@.
 	<<elseif $tempSlave.preg > 5>>
-	@@.yellow;Early@@.
+		@@.yellow;Early@@.
 	<<elseif $tempSlave.preg == 0>>
-	@@.yellow;None@@.
+		@@.yellow;None@@.
 	<<elseif $tempSlave.preg == -1>>
-	@@.yellow;Using contraceptives@@.
+		@@.yellow;Using contraceptives@@.
 	<<else>>
-	@@.yellow;Sterile@@.
+		@@.yellow;Sterile@@.
 	<</if>>
 	<<textbox "$tempSlave.preg" $tempSlave.preg>>
 
@@ -1854,27 +1854,27 @@
 	<br>
 	''Penis (none:0, 1 to 10):''
 	<<if $tempSlave.dick == 0>>
-	@@.yellow;None@@.
+		@@.yellow;None@@.
 	<<elseif $tempSlave.dick == 1>>
-	@@.yellow;Tiny@@.
+		@@.yellow;Tiny@@.
 	<<elseif $tempSlave.dick == 2>>
-	@@.yellow;Small@@.
+		@@.yellow;Small@@.
 	<<elseif $tempSlave.dick == 3>>
-	@@.yellow;Normal@@.
+		@@.yellow;Normal@@.
 	<<elseif $tempSlave.dick == 4>>
-	@@.yellow;Large@@.
+		@@.yellow;Large@@.
 	<<elseif $tempSlave.dick == 5>>
-	@@.yellow;Massive@@.
+		@@.yellow;Massive@@.
 	<<elseif $tempSlave.dick == 6>>
-	@@.yellow;Huger@@
+		@@.yellow;Huger@@
 	<<elseif $tempSlave.dick == 7>>
-	@@.yellow;Still huge@@.
+		@@.yellow;Still huge@@.
 	<<elseif $tempSlave.dick == 8>>
-	@@.yellow;Enormous@@.
+		@@.yellow;Enormous@@.
 	<<elseif $tempSlave.dick == 9>>
-	@@.yellow;Monstrous@@.
+		@@.yellow;Monstrous@@.
 	<<else>>
-	@@.yellow;Big McLargeHuge@@.
+		@@.yellow;Big McLargeHuge@@.
 	<</if>>
 	<<textbox "$tempSlave.dick" $tempSlave.dick>>
 	<br>
@@ -1922,19 +1922,19 @@
 
 	''Testicles (0 to 6):''
 	<<if $tempSlave.balls == 0>>
-	@@.yellow;None@@.
+		@@.yellow;None@@.
 	<<elseif $tempSlave.balls == 1>>
-	@@.yellow;Vestigial@@.
+		@@.yellow;Vestigial@@.
 	<<elseif $tempSlave.balls == 2>>
-	@@.yellow;Small@@.
+		@@.yellow;Small@@.
 	<<elseif $tempSlave.balls == 3>>
-	@@.yellow;Normal@@.
+		@@.yellow;Normal@@.
 	<<elseif $tempSlave.balls == 4>>
-	@@.yellow;Large@@.
+		@@.yellow;Large@@.
 	<<elseif $tempSlave.balls == 5>>
-	@@.yellow;Huge@@.
+		@@.yellow;Huge@@.
 	<<else>>
-	@@.yellow;Titanic@@.
+		@@.yellow;Titanic@@.
 	<</if>>
 	<<textbox "$tempSlave.balls" $tempSlave.balls>>
 	<br>
@@ -1950,23 +1950,23 @@
 
 	''Ballsack (0 to 8):''
 	<<if $tempSlave.scrotum == 0>>
-	@@.yellow;None@@.
+		@@.yellow;None@@.
 	<<elseif $tempSlave.scrotum == 1>>
-	@@.yellow;Vestigial@@.
+		@@.yellow;Vestigial@@.
 	<<elseif $tempSlave.scrotum == 2>>
-	@@.yellow;Small@@.
+		@@.yellow;Small@@.
 	<<elseif $tempSlave.scrotum == 3>>
-	@@.yellow;Normal@@.
+		@@.yellow;Normal@@.
 	<<elseif $tempSlave.scrotum == 4>>
-	@@.yellow;Large@@.
+		@@.yellow;Large@@.
 	<<elseif $tempSlave.scrotum == 5>>
-	@@.yellow;Huge@@.
+		@@.yellow;Huge@@.
 	<<elseif $tempSlave.scrotum == 6>>
-	@@.yellow;Massive@@.
+		@@.yellow;Massive@@.
 	<<elseif $tempSlave.scrotum == 7>>
-	@@.yellow;Enormous@@.
+		@@.yellow;Enormous@@.
 	<<else>>
-	@@.yellow;Monstrous@@.
+		@@.yellow;Monstrous@@.
 	<</if>>
 	<<textbox "$tempSlave.scrotum" $tempSlave.scrotum>>
 	<br>
@@ -1998,11 +1998,11 @@
 
 	''Puberty (pre: 0 | post: 1):''
 	<<if ($tempSlave.pubertyXY == 1)||(ndef $tempSlave.pubertyXY)>>
-	@@.yellow;Post puberty@@
-	<<checkbox "$tempSlave.pubertyXY" 0 1 checked>>
+		@@.yellow;Post puberty@@
+		<<checkbox "$tempSlave.pubertyXY" 0 1 checked>>
 	<<else>>
-	@@.yellow;Pre puberty@@
-	<<checkbox "$tempSlave.pubertyXY" 0 1>>
+		@@.yellow;Pre puberty@@
+		<<checkbox "$tempSlave.pubertyXY" 0 1>>
 	<</if>>
 
 	<br>
@@ -2015,15 +2015,15 @@
 	<br>
 	''Oral sex (0 to 100):''
 	<<if $tempSlave.oralSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.oralSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.oralSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.oralSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.oralSkill" $tempSlave.oralSkill>>
 	<br>
@@ -2038,15 +2038,15 @@
 
 	''Vaginal sex (0 to 100):''
 	<<if $tempSlave.vaginalSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.vaginalSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.vaginalSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.vaginalSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.vaginalSkill" $tempSlave.vaginalSkill>>
 	<br>
@@ -2061,15 +2061,15 @@
 
 	''Anal sex (0 to 100):''
 	<<if $tempSlave.analSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.analSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.analSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.analSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.analSkill" $tempSlave.analSkill>>
 	<br>
@@ -2081,15 +2081,15 @@
 	<br>
 	''Prostitution (0 to 100):''
 	<<if $tempSlave.whoreSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.whoreSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.whoreSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.whoreSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.whoreSkill" $tempSlave.whoreSkill>>
 	<br>
@@ -2103,15 +2103,15 @@
 
 	''Entertainment (0 to 100):''
 	<<if $tempSlave.entertainSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.entertainSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.entertainSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.entertainSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.entertainSkill" $tempSlave.entertainSkill>>
 	<br>
@@ -2125,9 +2125,9 @@
 
 	''Combat (0,1):''
 	<<if $tempSlave.combatSkill == 0>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<else>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<</if>>
 	<<radiobutton "$tempSlave.combatSkill" 0>> Unskilled
 	<<radiobutton "$tempSlave.combatSkill" 1>> Skilled
@@ -2138,19 +2138,19 @@
 	<br>
 	''Intelligence (-100 to 100):''
 	<<if $tempSlave.intelligence > 95>>
-	@@.deepskyblue;Brilliant.@@
+		@@.deepskyblue;Brilliant.@@
 	<<elseif $tempSlave.intelligence > 50>>
-	@@.deepskyblue;Very Smart.@@
+		@@.deepskyblue;Very Smart.@@
 	<<elseif $tempSlave.intelligence > 15>>
-	@@.deepskyblue;Smart.@@
+		@@.deepskyblue;Smart.@@
 	<<elseif $tempSlave.intelligence >= -15>>
-	@@.yellow;Average@@.
+		@@.yellow;Average@@.
 	<<elseif $tempSlave.intelligence >= -50>>
-	@@.orangered;Stupid.@@
+		@@.orangered;Stupid.@@
 	<<elseif $tempSlave.intelligence >= -95>>
-	@@.orangered;Very Stupid.@@
+		@@.orangered;Very Stupid.@@
 	<<else>>
-	@@.orangered;Moronic.@@
+		@@.orangered;Moronic.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.intelligence" -100>> Moronic
@@ -2189,9 +2189,9 @@
 	<br>
 
 	<<if $tempSlave.fetish == "none">>
-	''Fetish:'' @@.pink;$tempSlave.fetish.@@
+		''Fetish:'' @@.pink;$tempSlave.fetish.@@
 	<<else>>
-	''Fetish:'' @@.lightcoral;$tempSlave.fetish.@@
+		''Fetish:'' @@.lightcoral;$tempSlave.fetish.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.fetish" "none">> None
@@ -2209,11 +2209,11 @@
 
 	''Fetish strength (0 to 100):''
 	<<if $tempSlave.fetishStrength > 95>>
-	@@.lightcoral;High.@@
+		@@.lightcoral;High.@@
 	<<elseif $tempSlave.fetishStrength <= 60>>
-	@@.pink;Low.@@
+		@@.pink;Low.@@
 	<<else>>
-	@@.hotpink;Normal.@@
+		@@.hotpink;Normal.@@
 	<</if>>
 	<<textbox "$tempSlave.fetishStrength" $tempSlave.fetishStrength>>
 	<br>
@@ -2326,9 +2326,9 @@
 	<br>
 	''Behavioral Flaw:''
 	<<if $tempSlave.behavioralFlaw == "none">>
-	//$tempSlave.behavioralFlaw.//
+		//$tempSlave.behavioralFlaw.//
 	<<else>>
-	@@.red;$tempSlave.behavioralFlaw.@@
+		@@.red;$tempSlave.behavioralFlaw.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.behavioralFlaw" "none">> None
@@ -2346,9 +2346,9 @@
 
 	''Behavioral Quirk:''
 	<<if $tempSlave.behavioralQuirk == "none">>
-	//$tempSlave.behavioralQuirk.//
+		//$tempSlave.behavioralQuirk.//
 	<<else>>
-	@@.green;$tempSlave.behavioralQuirk.@@
+		@@.green;$tempSlave.behavioralQuirk.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.behavioralQuirk" "none">> None
@@ -2362,16 +2362,16 @@
 	<<radiobutton "$tempSlave.behavioralQuirk" "sinful">> Sinful
 	<<radiobutton "$tempSlave.behavioralQuirk" "advocate">> Advocate
 	<<if $tempSlave.behavioralQuirk != "none">>
-	<<set $tempSlave.behavioralFlaw = "none">>
+		<<set $tempSlave.behavioralFlaw = "none">>
 	<</if>>
 
 	<br><br>
 
 	''Sexual Flaw / Paraphilias:''
 	<<if $tempSlave.sexualFlaw == "none">>
-	//$tempSlave.sexualFlaw.//
+		//$tempSlave.sexualFlaw.//
 	<<else>>
-	@@.red;$tempSlave.sexualFlaw.@@
+		@@.red;$tempSlave.sexualFlaw.@@
 	<</if>>
 	<br>
 	Flaws:
@@ -2402,9 +2402,9 @@
 
 	''Sexual Quirk:''
 	<<if $tempSlave.sexualQuirk == "none">>
-	//$tempSlave.sexualQuirk.//
+		//$tempSlave.sexualQuirk.//
 	<<else>>
-	@@.green;$tempSlave.sexualQuirk.@@
+		@@.green;$tempSlave.sexualQuirk.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.sexualQuirk" "none">> None
@@ -2458,73 +2458,73 @@
 	<br>
 	''Full-body Tattoos:''<br>
 	<<link "[Tribal patterns]">>
-	<<set $tempSlave.boobsTat = "tribal patterns">><<set $tempSlave.buttTat = "tribal patterns">><<set $tempSlave.vaginaTat = "tribal patterns">>
-	<<set $tempSlave.dickTat = "tribal patterns">><<set $tempSlave.lipsTat = "tribal patterns">><<set $tempSlave.anusTat = "tribal patterns">>
-	<<set $tempSlave.shouldersTat = "tribal patterns">><<set $tempSlave.backTat = "tribal patterns">><<set $tempSlave.armsTat = "tribal patterns">>
-	<<set $tempSlave.legsTat = "tribal patterns">><<set $tempSlave.stampTat = "tribal patterns">>
+		<<set $tempSlave.boobsTat = "tribal patterns">><<set $tempSlave.buttTat = "tribal patterns">><<set $tempSlave.vaginaTat = "tribal patterns">>
+		<<set $tempSlave.dickTat = "tribal patterns">><<set $tempSlave.lipsTat = "tribal patterns">><<set $tempSlave.anusTat = "tribal patterns">>
+		<<set $tempSlave.shouldersTat = "tribal patterns">><<set $tempSlave.backTat = "tribal patterns">><<set $tempSlave.armsTat = "tribal patterns">>
+		<<set $tempSlave.legsTat = "tribal patterns">><<set $tempSlave.stampTat = "tribal patterns">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Flowers]">>
-	<<set $tempSlave.boobsTat = "flowers">><<set $tempSlave.buttTat = "flowers">><<set $tempSlave.vaginaTat = "flowers">>
-	<<set $tempSlave.dickTat = "flowers">><<set $tempSlave.lipsTat = "flowers">><<set $tempSlave.anusTat = "flowers">>
-	<<set $tempSlave.shouldersTat = "flowers">><<set $tempSlave.backTat = "flowers">><<set $tempSlave.armsTat = "flowers">>
-	<<set $tempSlave.legsTat = "flowers">><<set $tempSlave.stampTat = "flowers">>
+		<<set $tempSlave.boobsTat = "flowers">><<set $tempSlave.buttTat = "flowers">><<set $tempSlave.vaginaTat = "flowers">>
+		<<set $tempSlave.dickTat = "flowers">><<set $tempSlave.lipsTat = "flowers">><<set $tempSlave.anusTat = "flowers">>
+		<<set $tempSlave.shouldersTat = "flowers">><<set $tempSlave.backTat = "flowers">><<set $tempSlave.armsTat = "flowers">>
+		<<set $tempSlave.legsTat = "flowers">><<set $tempSlave.stampTat = "flowers">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Scenes]">>
-	<<set $tempSlave.boobsTat = "scenes">><<set $tempSlave.buttTat = "scenes">><<set $tempSlave.vaginaTat = "scenes">>
-	<<set $tempSlave.dickTat = "scenes">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">>
-	<<set $tempSlave.shouldersTat = "scenes">><<set $tempSlave.backTat = "scenes">><<set $tempSlave.armsTat = "scenes">>
-	<<set $tempSlave.legsTat = "scenes">><<set $tempSlave.stampTat = "scenes">>
+		<<set $tempSlave.boobsTat = "scenes">><<set $tempSlave.buttTat = "scenes">><<set $tempSlave.vaginaTat = "scenes">>
+		<<set $tempSlave.dickTat = "scenes">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">>
+		<<set $tempSlave.shouldersTat = "scenes">><<set $tempSlave.backTat = "scenes">><<set $tempSlave.armsTat = "scenes">>
+		<<set $tempSlave.legsTat = "scenes">><<set $tempSlave.stampTat = "scenes">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Asian art]">>
-	<<set $tempSlave.boobsTat = "Asian art">><<set $tempSlave.buttTat = "Asian art">><<set $tempSlave.vaginaTat = "Asian art">>
-	<<set $tempSlave.dickTat = "Asian art">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">>
-	<<set $tempSlave.shouldersTat = "Asian art">><<set $tempSlave.backTat = "Asian art">><<set $tempSlave.armsTat = "Asian art">>
-	<<set $tempSlave.legsTat = "Asian art">><<set $tempSlave.stampTat = "Asian art">>
+		<<set $tempSlave.boobsTat = "Asian art">><<set $tempSlave.buttTat = "Asian art">><<set $tempSlave.vaginaTat = "Asian art">>
+		<<set $tempSlave.dickTat = "Asian art">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">>
+		<<set $tempSlave.shouldersTat = "Asian art">><<set $tempSlave.backTat = "Asian art">><<set $tempSlave.armsTat = "Asian art">>
+		<<set $tempSlave.legsTat = "Asian art">><<set $tempSlave.stampTat = "Asian art">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Degradation]">>
-	<<set $tempSlave.boobsTat = "degradation">><<set $tempSlave.buttTat = "degradation">><<set $tempSlave.vaginaTat = "degradation">>
-	<<set $tempSlave.dickTat = "degradation">><<set $tempSlave.lipsTat = "degradation">><<set $tempSlave.anusTat = "degradation">>
-	<<set $tempSlave.shouldersTat = "degradation">><<set $tempSlave.backTat = "degradation">><<set $tempSlave.armsTat = "degradation">>
-	<<set $tempSlave.legsTat = "degradation">><<set $tempSlave.stampTat = "degradation">>
+		<<set $tempSlave.boobsTat = "degradation">><<set $tempSlave.buttTat = "degradation">><<set $tempSlave.vaginaTat = "degradation">>
+		<<set $tempSlave.dickTat = "degradation">><<set $tempSlave.lipsTat = "degradation">><<set $tempSlave.anusTat = "degradation">>
+		<<set $tempSlave.shouldersTat = "degradation">><<set $tempSlave.backTat = "degradation">><<set $tempSlave.armsTat = "degradation">>
+		<<set $tempSlave.legsTat = "degradation">><<set $tempSlave.stampTat = "degradation">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Counting]">>
-	<<set $tempSlave.boobsTat = "counting">><<set $tempSlave.buttTat = "counting">><<set $tempSlave.vaginaTat = "counting">>
-	<<set $tempSlave.dickTat = "counting">><<set $tempSlave.lipsTat = "counting">><<set $tempSlave.anusTat = "counting">>
-	<<set $tempSlave.shouldersTat = "counting">><<set $tempSlave.backTat = "counting">><<set $tempSlave.armsTat = "counting">>
-	<<set $tempSlave.legsTat = "counting">><<set $tempSlave.stampTat = "counting">>
+		<<set $tempSlave.boobsTat = "counting">><<set $tempSlave.buttTat = "counting">><<set $tempSlave.vaginaTat = "counting">>
+		<<set $tempSlave.dickTat = "counting">><<set $tempSlave.lipsTat = "counting">><<set $tempSlave.anusTat = "counting">>
+		<<set $tempSlave.shouldersTat = "counting">><<set $tempSlave.backTat = "counting">><<set $tempSlave.armsTat = "counting">>
+		<<set $tempSlave.legsTat = "counting">><<set $tempSlave.stampTat = "counting">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Advertisements]">>
-	<<set $tempSlave.boobsTat = "advertisements">><<set $tempSlave.buttTat = "advertisements">><<set $tempSlave.vaginaTat = "advertisements">>
-	<<set $tempSlave.dickTat = "advertisements">><<set $tempSlave.lipsTat = "advertisements">><<set $tempSlave.anusTat = "advertisements">>
-	<<set $tempSlave.shouldersTat = "advertisements">><<set $tempSlave.backTat = "advertisements">><<set $tempSlave.armsTat = "advertisements">>
-	<<set $tempSlave.legsTat = "advertisements">><<set $tempSlave.stampTat = "advertisements">>
+		<<set $tempSlave.boobsTat = "advertisements">><<set $tempSlave.buttTat = "advertisements">><<set $tempSlave.vaginaTat = "advertisements">>
+		<<set $tempSlave.dickTat = "advertisements">><<set $tempSlave.lipsTat = "advertisements">><<set $tempSlave.anusTat = "advertisements">>
+		<<set $tempSlave.shouldersTat = "advertisements">><<set $tempSlave.backTat = "advertisements">><<set $tempSlave.armsTat = "advertisements">>
+		<<set $tempSlave.legsTat = "advertisements">><<set $tempSlave.stampTat = "advertisements">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Rude Words]">>
-	<<set $tempSlave.boobsTat = "rude words">><<set $tempSlave.buttTat = "rude words">><<set $tempSlave.vaginaTat = "rude words">>
-	<<set $tempSlave.dickTat = "rude words">><<set $tempSlave.lipsTat = "rude words">><<set $tempSlave.anusTat = "rude words">>
-	<<set $tempSlave.shouldersTat = "rude words">><<set $tempSlave.backTat = "rude words">><<set $tempSlave.armsTat = "rude words">>
-	<<set $tempSlave.legsTat = "rude words">><<set $tempSlave.stampTat = "rude words">>
+		<<set $tempSlave.boobsTat = "rude words">><<set $tempSlave.buttTat = "rude words">><<set $tempSlave.vaginaTat = "rude words">>
+		<<set $tempSlave.dickTat = "rude words">><<set $tempSlave.lipsTat = "rude words">><<set $tempSlave.anusTat = "rude words">>
+		<<set $tempSlave.shouldersTat = "rude words">><<set $tempSlave.backTat = "rude words">><<set $tempSlave.armsTat = "rude words">>
+		<<set $tempSlave.legsTat = "rude words">><<set $tempSlave.stampTat = "rude words">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Cow Pattern]">>
-	<<set $tempSlave.boobsTat = "bovine patterns">><<set $tempSlave.buttTat = "bovine patterns">><<set $tempSlave.vaginaTat = "bovine patterns">>
-	<<set $tempSlave.dickTat = "bovine patterns">><<set $tempSlave.lipsTat = "bovine patterns">><<set $tempSlave.anusTat = "bovine patterns">>
-	<<set $tempSlave.shouldersTat = "bovine patterns">><<set $tempSlave.backTat = "bovine patterns">><<set $tempSlave.armsTat = "bovine patterns">>
-	<<set $tempSlave.legsTat = "bovine patterns">><<set $tempSlave.stampTat = "bovine patterns">>
+		<<set $tempSlave.boobsTat = "bovine patterns">><<set $tempSlave.buttTat = "bovine patterns">><<set $tempSlave.vaginaTat = "bovine patterns">>
+		<<set $tempSlave.dickTat = "bovine patterns">><<set $tempSlave.lipsTat = "bovine patterns">><<set $tempSlave.anusTat = "bovine patterns">>
+		<<set $tempSlave.shouldersTat = "bovine patterns">><<set $tempSlave.backTat = "bovine patterns">><<set $tempSlave.armsTat = "bovine patterns">>
+		<<set $tempSlave.legsTat = "bovine patterns">><<set $tempSlave.stampTat = "bovine patterns">>
 	<</link>>
 	<<print " | ">>
 	<<link "[No Tattoos]">>
-	<<set $tempSlave.boobsTat = 0>><<set $tempSlave.buttTat = 0>><<set $tempSlave.vaginaTat = 0>>
-	<<set $tempSlave.dickTat = 0>><<set $tempSlave.lipsTat = 0>><<set $tempSlave.anusTat = 0>>
-	<<set $tempSlave.shouldersTat = 0>><<set $tempSlave.backTat = 0>><<set $tempSlave.armsTat = 0>>
-	<<set $tempSlave.legsTat = 0>><<set $tempSlave.stampTat = 0>><<set $tempSlave.bellyTat = 0>>
+		<<set $tempSlave.boobsTat = 0>><<set $tempSlave.buttTat = 0>><<set $tempSlave.vaginaTat = 0>>
+		<<set $tempSlave.dickTat = 0>><<set $tempSlave.lipsTat = 0>><<set $tempSlave.anusTat = 0>>
+		<<set $tempSlave.shouldersTat = 0>><<set $tempSlave.backTat = 0>><<set $tempSlave.armsTat = 0>>
+		<<set $tempSlave.legsTat = 0>><<set $tempSlave.stampTat = 0>><<set $tempSlave.bellyTat = 0>>
 	<</link>>
 
 	<br><br>
diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
index 0ecfe0db4f7af62e88b6915d25b92f9601608266..d4e358b389e6612496853e6b325b9b550de1d8aa 100644
--- a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
+++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
@@ -173,7 +173,7 @@
 	<<print "Slaves physical Age is equal or higher than male Puberty Age, Puberty set to 1 (Post Puberty)" >><br>
 	<<set $tempSlave.pubertyXY = 1>>
 <</if>>
-<<if $tempSlave.breedingMark == 1 && ["whore", "serve the public", "work a glory hole", "work in the dairy", "serve in the club", "be the DJ", "be the Madam", "live with your Head Girl", "be confined in the arcade", "work in the brothel", "be a subordinate slave"].includes($tempSlave.assignment)>>
+<<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>
 	<<= assignJob($tempSlave, "rest")>>
 <</if>>
diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index bf8f0ef20eb6001a00d7bab0c1a8e42fade86e7b..24c39f3723d6cd57901c3c37d22783790e57bfda 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -2589,10 +2589,10 @@
 	''Ovaries (none: 0 | exist: 1):''
 	<<if $tempSlave.ovaries == 1>>
 		@@.yellow;exist@@
-	<<checkbox "$tempSlave.ovaries" 0 1 checked>>
+		<<checkbox "$tempSlave.ovaries" 0 1 checked>>
 	<<else>>
 		@@.yellow;none@@
-	<<checkbox "$tempSlave.ovaries" 0 1>>
+		<<checkbox "$tempSlave.ovaries" 0 1>>
 	<</if>>
 
 	<br>
@@ -2608,15 +2608,15 @@
 
 	''Pregnancy Level (-2: sterile, -1: contraceptives, 0: not pregnant, 1 to 25: pregnant):''
 	<<if $tempSlave.preg > 20>>
-	@@.yellow;Advanced@@.
+		@@.yellow;Advanced@@.
 	<<elseif $tempSlave.preg > 5>>
-	@@.yellow;Early@@.
+		@@.yellow;Early@@.
 	<<elseif $tempSlave.preg == 0>>
-	@@.yellow;None@@.
+		@@.yellow;None@@.
 	<<elseif $tempSlave.preg == -1>>
-	@@.yellow;Using contraceptives@@.
+		@@.yellow;Using contraceptives@@.
 	<<else>>
-	@@.yellow;Sterile@@.
+		@@.yellow;Sterile@@.
 	<</if>>
 	<<textbox "$tempSlave.preg" $tempSlave.preg>>
 
@@ -2658,27 +2658,27 @@
 	<br>
 	''Penis (none:0, 1 to 10):''
 	<<if $tempSlave.dick == 0>>
-	@@.yellow;None@@.
+		@@.yellow;None@@.
 	<<elseif $tempSlave.dick == 1>>
-	@@.yellow;Tiny@@.
+		@@.yellow;Tiny@@.
 	<<elseif $tempSlave.dick == 2>>
-	@@.yellow;Small@@.
+		@@.yellow;Small@@.
 	<<elseif $tempSlave.dick == 3>>
-	@@.yellow;Normal@@.
+		@@.yellow;Normal@@.
 	<<elseif $tempSlave.dick == 4>>
-	@@.yellow;Large@@.
+		@@.yellow;Large@@.
 	<<elseif $tempSlave.dick == 5>>
-	@@.yellow;Massive@@.
+		@@.yellow;Massive@@.
 	<<elseif $tempSlave.dick == 6>>
-	@@.yellow;Huger@@
+		@@.yellow;Huger@@
 	<<elseif $tempSlave.dick == 7>>
-	@@.yellow;Still huge@@.
+		@@.yellow;Still huge@@.
 	<<elseif $tempSlave.dick == 8>>
-	@@.yellow;Enormous@@.
+		@@.yellow;Enormous@@.
 	<<elseif $tempSlave.dick == 9>>
-	@@.yellow;Monstrous@@.
+		@@.yellow;Monstrous@@.
 	<<else>>
-	@@.yellow;Big McLargeHuge@@.
+		@@.yellow;Big McLargeHuge@@.
 	<</if>>
 	<<textbox "$tempSlave.dick" $tempSlave.dick>>
 	<br>
@@ -2726,19 +2726,19 @@
 
 	''Testicles (0 to 6):''
 	<<if $tempSlave.balls == 0>>
-	@@.yellow;None@@.
+		@@.yellow;None@@.
 	<<elseif $tempSlave.balls == 1>>
-	@@.yellow;Vestigial@@.
+		@@.yellow;Vestigial@@.
 	<<elseif $tempSlave.balls == 2>>
-	@@.yellow;Small@@.
+		@@.yellow;Small@@.
 	<<elseif $tempSlave.balls == 3>>
-	@@.yellow;Normal@@.
+		@@.yellow;Normal@@.
 	<<elseif $tempSlave.balls == 4>>
-	@@.yellow;Large@@.
+		@@.yellow;Large@@.
 	<<elseif $tempSlave.balls == 5>>
-	@@.yellow;Huge@@.
+		@@.yellow;Huge@@.
 	<<else>>
-	@@.yellow;Titanic@@.
+		@@.yellow;Titanic@@.
 	<</if>>
 	<<textbox "$tempSlave.balls" $tempSlave.balls>>
 	<br>
@@ -2754,23 +2754,23 @@
 
 	''Ballsack (0 to 8):''
 	<<if $tempSlave.scrotum == 0>>
-	@@.yellow;None@@.
+		@@.yellow;None@@.
 	<<elseif $tempSlave.scrotum == 1>>
-	@@.yellow;Vestigial@@.
+		@@.yellow;Vestigial@@.
 	<<elseif $tempSlave.scrotum == 2>>
-	@@.yellow;Small@@.
+		@@.yellow;Small@@.
 	<<elseif $tempSlave.scrotum == 3>>
-	@@.yellow;Normal@@.
+		@@.yellow;Normal@@.
 	<<elseif $tempSlave.scrotum == 4>>
-	@@.yellow;Large@@.
+		@@.yellow;Large@@.
 	<<elseif $tempSlave.scrotum == 5>>
-	@@.yellow;Huge@@.
+		@@.yellow;Huge@@.
 	<<elseif $tempSlave.scrotum == 6>>
-	@@.yellow;Massive@@.
+		@@.yellow;Massive@@.
 	<<elseif $tempSlave.scrotum == 7>>
-	@@.yellow;Enormous@@.
+		@@.yellow;Enormous@@.
 	<<else>>
-	@@.yellow;Monstrous@@.
+		@@.yellow;Monstrous@@.
 	<</if>>
 	<<textbox "$tempSlave.scrotum" $tempSlave.scrotum>>
 	<br>
@@ -2802,11 +2802,11 @@
 
 	''Puberty (pre: 0 | post: 1):''
 	<<if ($tempSlave.pubertyXY == 1)||(ndef $tempSlave.pubertyXY)>>
-	@@.yellow;Post puberty@@
-	<<checkbox "$tempSlave.pubertyXY" 0 1 checked>>
+		@@.yellow;Post puberty@@
+		<<checkbox "$tempSlave.pubertyXY" 0 1 checked>>
 	<<else>>
-	@@.yellow;Pre puberty@@
-	<<checkbox "$tempSlave.pubertyXY" 0 1>>
+		@@.yellow;Pre puberty@@
+		<<checkbox "$tempSlave.pubertyXY" 0 1>>
 	<</if>>
 
 	<br>
@@ -2819,15 +2819,15 @@
 	<br>
 	''Oral sex (0 to 100):''
 	<<if $tempSlave.oralSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.oralSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.oralSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.oralSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.oralSkill" $tempSlave.oralSkill>>
 	<br>
@@ -2842,15 +2842,15 @@
 
 	''Vaginal sex (0 to 100):''
 	<<if $tempSlave.vaginalSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.vaginalSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.vaginalSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.vaginalSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.vaginalSkill" $tempSlave.vaginalSkill>>
 	<br>
@@ -2865,15 +2865,15 @@
 
 	''Anal sex (0 to 100):''
 	<<if $tempSlave.analSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.analSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.analSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.analSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.analSkill" $tempSlave.analSkill>>
 	<br>
@@ -2885,15 +2885,15 @@
 	<br>
 	''Prostitution (0 to 100):''
 	<<if $tempSlave.whoreSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.whoreSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.whoreSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.whoreSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.whoreSkill" $tempSlave.whoreSkill>>
 	<br>
@@ -2907,15 +2907,15 @@
 
 	''Entertainment (0 to 100):''
 	<<if $tempSlave.entertainSkill <= 10>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<elseif $tempSlave.entertainSkill <= 30>>
-	@@.cyan;Basic.@@
+		@@.cyan;Basic.@@
 	<<elseif $tempSlave.entertainSkill <= 60>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<<elseif $tempSlave.entertainSkill < 100>>
-	@@.cyan;Expert.@@
+		@@.cyan;Expert.@@
 	<<else>>
-	@@.cyan;Masterful.@@
+		@@.cyan;Masterful.@@
 	<</if>>
 	<<textbox "$tempSlave.entertainSkill" $tempSlave.entertainSkill>>
 	<br>
@@ -2929,9 +2929,9 @@
 
 	''Combat (0,1):''
 	<<if $tempSlave.combatSkill == 0>>
-	@@.yellow;Unskilled@@.
+		@@.yellow;Unskilled@@.
 	<<else>>
-	@@.cyan;Skilled.@@
+		@@.cyan;Skilled.@@
 	<</if>>
 	<<radiobutton "$tempSlave.combatSkill" 0>> Unskilled
 	<<radiobutton "$tempSlave.combatSkill" 1>> Skilled
@@ -2942,19 +2942,19 @@
 	<br>
 	''Intelligence (-100 to 100):''
 	<<if $tempSlave.intelligence > 95>>
-	@@.deepskyblue;Brilliant.@@
+		@@.deepskyblue;Brilliant.@@
 	<<elseif $tempSlave.intelligence > 50>>
-	@@.deepskyblue;Very Smart.@@
+		@@.deepskyblue;Very Smart.@@
 	<<elseif $tempSlave.intelligence > 15>>
-	@@.deepskyblue;Smart.@@
+		@@.deepskyblue;Smart.@@
 	<<elseif $tempSlave.intelligence >= -15>>
-	@@.yellow;Average@@.
+		@@.yellow;Average@@.
 	<<elseif $tempSlave.intelligence >= -50>>
-	@@.orangered;Stupid.@@
+		@@.orangered;Stupid.@@
 	<<elseif $tempSlave.intelligence >= -95>>
-	@@.orangered;Very Stupid.@@
+		@@.orangered;Very Stupid.@@
 	<<else>>
-	@@.orangered;Moronic.@@
+		@@.orangered;Moronic.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.intelligence" -100>> Moronic
@@ -2993,9 +2993,9 @@
 	<br>
 
 	<<if $tempSlave.fetish == "none">>
-	''Fetish:'' @@.pink;$tempSlave.fetish.@@
+		''Fetish:'' @@.pink;$tempSlave.fetish.@@
 	<<else>>
-	''Fetish:'' @@.lightcoral;$tempSlave.fetish.@@
+		''Fetish:'' @@.lightcoral;$tempSlave.fetish.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.fetish" "none">> None
@@ -3013,11 +3013,11 @@
 
 	''Fetish strength (0 to 100):''
 	<<if $tempSlave.fetishStrength > 95>>
-	@@.lightcoral;High.@@
+		@@.lightcoral;High.@@
 	<<elseif $tempSlave.fetishStrength <= 60>>
-	@@.pink;Low.@@
+		@@.pink;Low.@@
 	<<else>>
-	@@.hotpink;Normal.@@
+		@@.hotpink;Normal.@@
 	<</if>>
 	<<textbox "$tempSlave.fetishStrength" $tempSlave.fetishStrength>>
 	<br>
@@ -3132,9 +3132,9 @@
 	<br>
 	''Behavioral Flaw:''
 	<<if $tempSlave.behavioralFlaw == "none">>
-	//$tempSlave.behavioralFlaw.//
+		//$tempSlave.behavioralFlaw.//
 	<<else>>
-	@@.red;$tempSlave.behavioralFlaw.@@
+		@@.red;$tempSlave.behavioralFlaw.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.behavioralFlaw" "none">> None
@@ -3152,9 +3152,9 @@
 
 	''Behavioral Quirk:''
 	<<if $tempSlave.behavioralQuirk == "none">>
-	//$tempSlave.behavioralQuirk.//
+		//$tempSlave.behavioralQuirk.//
 	<<else>>
-	@@.green;$tempSlave.behavioralQuirk.@@
+		@@.green;$tempSlave.behavioralQuirk.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.behavioralQuirk" "none">> None
@@ -3168,16 +3168,16 @@
 	<<radiobutton "$tempSlave.behavioralQuirk" "sinful">> Sinful
 	<<radiobutton "$tempSlave.behavioralQuirk" "advocate">> Advocate
 	<<if $tempSlave.behavioralQuirk != "none">>
-	<<set $tempSlave.behavioralFlaw = "none">>
+		<<set $tempSlave.behavioralFlaw = "none">>
 	<</if>>
 
 	<br><br>
 
 	''Sexual Flaw / Paraphilias:''
 	<<if $tempSlave.sexualFlaw == "none">>
-	//$tempSlave.sexualFlaw.//
+		//$tempSlave.sexualFlaw.//
 	<<else>>
-	@@.red;$tempSlave.sexualFlaw.@@
+		@@.red;$tempSlave.sexualFlaw.@@
 	<</if>>
 	<br>
 	Flaws:
@@ -3208,9 +3208,9 @@
 
 	''Sexual Quirk:''
 	<<if $tempSlave.sexualQuirk == "none">>
-	//$tempSlave.sexualQuirk.//
+		//$tempSlave.sexualQuirk.//
 	<<else>>
-	@@.green;$tempSlave.sexualQuirk.@@
+		@@.green;$tempSlave.sexualQuirk.@@
 	<</if>>
 	<br>
 	<<radiobutton "$tempSlave.sexualQuirk" "none">> None
@@ -3264,73 +3264,73 @@
 	<br>
 	''Full-body Tattoos:''<br>
 	<<link "[Tribal patterns]">>
-	<<set $tempSlave.boobsTat = "tribal patterns">><<set $tempSlave.buttTat = "tribal patterns">><<set $tempSlave.vaginaTat = "tribal patterns">>
-	<<set $tempSlave.dickTat = "tribal patterns">><<set $tempSlave.lipsTat = "tribal patterns">><<set $tempSlave.anusTat = "tribal patterns">>
-	<<set $tempSlave.shouldersTat = "tribal patterns">><<set $tempSlave.backTat = "tribal patterns">><<set $tempSlave.armsTat = "tribal patterns">>
-	<<set $tempSlave.legsTat = "tribal patterns">><<set $tempSlave.stampTat = "tribal patterns">>
+		<<set $tempSlave.boobsTat = "tribal patterns">><<set $tempSlave.buttTat = "tribal patterns">><<set $tempSlave.vaginaTat = "tribal patterns">>
+		<<set $tempSlave.dickTat = "tribal patterns">><<set $tempSlave.lipsTat = "tribal patterns">><<set $tempSlave.anusTat = "tribal patterns">>
+		<<set $tempSlave.shouldersTat = "tribal patterns">><<set $tempSlave.backTat = "tribal patterns">><<set $tempSlave.armsTat = "tribal patterns">>
+		<<set $tempSlave.legsTat = "tribal patterns">><<set $tempSlave.stampTat = "tribal patterns">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Flowers]">>
-	<<set $tempSlave.boobsTat = "flowers">><<set $tempSlave.buttTat = "flowers">><<set $tempSlave.vaginaTat = "flowers">>
-	<<set $tempSlave.dickTat = "flowers">><<set $tempSlave.lipsTat = "flowers">><<set $tempSlave.anusTat = "flowers">>
-	<<set $tempSlave.shouldersTat = "flowers">><<set $tempSlave.backTat = "flowers">><<set $tempSlave.armsTat = "flowers">>
-	<<set $tempSlave.legsTat = "flowers">><<set $tempSlave.stampTat = "flowers">>
+		<<set $tempSlave.boobsTat = "flowers">><<set $tempSlave.buttTat = "flowers">><<set $tempSlave.vaginaTat = "flowers">>
+		<<set $tempSlave.dickTat = "flowers">><<set $tempSlave.lipsTat = "flowers">><<set $tempSlave.anusTat = "flowers">>
+		<<set $tempSlave.shouldersTat = "flowers">><<set $tempSlave.backTat = "flowers">><<set $tempSlave.armsTat = "flowers">>
+		<<set $tempSlave.legsTat = "flowers">><<set $tempSlave.stampTat = "flowers">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Scenes]">>
-	<<set $tempSlave.boobsTat = "scenes">><<set $tempSlave.buttTat = "scenes">><<set $tempSlave.vaginaTat = "scenes">>
-	<<set $tempSlave.dickTat = "scenes">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">>
-	<<set $tempSlave.shouldersTat = "scenes">><<set $tempSlave.backTat = "scenes">><<set $tempSlave.armsTat = "scenes">>
-	<<set $tempSlave.legsTat = "scenes">><<set $tempSlave.stampTat = "scenes">>
+		<<set $tempSlave.boobsTat = "scenes">><<set $tempSlave.buttTat = "scenes">><<set $tempSlave.vaginaTat = "scenes">>
+		<<set $tempSlave.dickTat = "scenes">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">>
+		<<set $tempSlave.shouldersTat = "scenes">><<set $tempSlave.backTat = "scenes">><<set $tempSlave.armsTat = "scenes">>
+		<<set $tempSlave.legsTat = "scenes">><<set $tempSlave.stampTat = "scenes">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Asian art]">>
-	<<set $tempSlave.boobsTat = "Asian art">><<set $tempSlave.buttTat = "Asian art">><<set $tempSlave.vaginaTat = "Asian art">>
-	<<set $tempSlave.dickTat = "Asian art">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">>
-	<<set $tempSlave.shouldersTat = "Asian art">><<set $tempSlave.backTat = "Asian art">><<set $tempSlave.armsTat = "Asian art">>
-	<<set $tempSlave.legsTat = "Asian art">><<set $tempSlave.stampTat = "Asian art">>
+		<<set $tempSlave.boobsTat = "Asian art">><<set $tempSlave.buttTat = "Asian art">><<set $tempSlave.vaginaTat = "Asian art">>
+		<<set $tempSlave.dickTat = "Asian art">><<set $tempSlave.lipsTat = "permanent makeup">><<set $tempSlave.anusTat = "bleached">>
+		<<set $tempSlave.shouldersTat = "Asian art">><<set $tempSlave.backTat = "Asian art">><<set $tempSlave.armsTat = "Asian art">>
+		<<set $tempSlave.legsTat = "Asian art">><<set $tempSlave.stampTat = "Asian art">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Degradation]">>
-	<<set $tempSlave.boobsTat = "degradation">><<set $tempSlave.buttTat = "degradation">><<set $tempSlave.vaginaTat = "degradation">>
-	<<set $tempSlave.dickTat = "degradation">><<set $tempSlave.lipsTat = "degradation">><<set $tempSlave.anusTat = "degradation">>
-	<<set $tempSlave.shouldersTat = "degradation">><<set $tempSlave.backTat = "degradation">><<set $tempSlave.armsTat = "degradation">>
-	<<set $tempSlave.legsTat = "degradation">><<set $tempSlave.stampTat = "degradation">>
+		<<set $tempSlave.boobsTat = "degradation">><<set $tempSlave.buttTat = "degradation">><<set $tempSlave.vaginaTat = "degradation">>
+		<<set $tempSlave.dickTat = "degradation">><<set $tempSlave.lipsTat = "degradation">><<set $tempSlave.anusTat = "degradation">>
+		<<set $tempSlave.shouldersTat = "degradation">><<set $tempSlave.backTat = "degradation">><<set $tempSlave.armsTat = "degradation">>
+		<<set $tempSlave.legsTat = "degradation">><<set $tempSlave.stampTat = "degradation">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Counting]">>
-	<<set $tempSlave.boobsTat = "counting">><<set $tempSlave.buttTat = "counting">><<set $tempSlave.vaginaTat = "counting">>
-	<<set $tempSlave.dickTat = "counting">><<set $tempSlave.lipsTat = "counting">><<set $tempSlave.anusTat = "counting">>
-	<<set $tempSlave.shouldersTat = "counting">><<set $tempSlave.backTat = "counting">><<set $tempSlave.armsTat = "counting">>
-	<<set $tempSlave.legsTat = "counting">><<set $tempSlave.stampTat = "counting">>
+		<<set $tempSlave.boobsTat = "counting">><<set $tempSlave.buttTat = "counting">><<set $tempSlave.vaginaTat = "counting">>
+		<<set $tempSlave.dickTat = "counting">><<set $tempSlave.lipsTat = "counting">><<set $tempSlave.anusTat = "counting">>
+		<<set $tempSlave.shouldersTat = "counting">><<set $tempSlave.backTat = "counting">><<set $tempSlave.armsTat = "counting">>
+		<<set $tempSlave.legsTat = "counting">><<set $tempSlave.stampTat = "counting">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Advertisements]">>
-	<<set $tempSlave.boobsTat = "advertisements">><<set $tempSlave.buttTat = "advertisements">><<set $tempSlave.vaginaTat = "advertisements">>
-	<<set $tempSlave.dickTat = "advertisements">><<set $tempSlave.lipsTat = "advertisements">><<set $tempSlave.anusTat = "advertisements">>
-	<<set $tempSlave.shouldersTat = "advertisements">><<set $tempSlave.backTat = "advertisements">><<set $tempSlave.armsTat = "advertisements">>
-	<<set $tempSlave.legsTat = "advertisements">><<set $tempSlave.stampTat = "advertisements">>
+		<<set $tempSlave.boobsTat = "advertisements">><<set $tempSlave.buttTat = "advertisements">><<set $tempSlave.vaginaTat = "advertisements">>
+		<<set $tempSlave.dickTat = "advertisements">><<set $tempSlave.lipsTat = "advertisements">><<set $tempSlave.anusTat = "advertisements">>
+		<<set $tempSlave.shouldersTat = "advertisements">><<set $tempSlave.backTat = "advertisements">><<set $tempSlave.armsTat = "advertisements">>
+		<<set $tempSlave.legsTat = "advertisements">><<set $tempSlave.stampTat = "advertisements">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Rude Words]">>
-	<<set $tempSlave.boobsTat = "rude words">><<set $tempSlave.buttTat = "rude words">><<set $tempSlave.vaginaTat = "rude words">>
-	<<set $tempSlave.dickTat = "rude words">><<set $tempSlave.lipsTat = "rude words">><<set $tempSlave.anusTat = "rude words">>
-	<<set $tempSlave.shouldersTat = "rude words">><<set $tempSlave.backTat = "rude words">><<set $tempSlave.armsTat = "rude words">>
-	<<set $tempSlave.legsTat = "rude words">><<set $tempSlave.stampTat = "rude words">>
+		<<set $tempSlave.boobsTat = "rude words">><<set $tempSlave.buttTat = "rude words">><<set $tempSlave.vaginaTat = "rude words">>
+		<<set $tempSlave.dickTat = "rude words">><<set $tempSlave.lipsTat = "rude words">><<set $tempSlave.anusTat = "rude words">>
+		<<set $tempSlave.shouldersTat = "rude words">><<set $tempSlave.backTat = "rude words">><<set $tempSlave.armsTat = "rude words">>
+		<<set $tempSlave.legsTat = "rude words">><<set $tempSlave.stampTat = "rude words">>
 	<</link>>
 	<<print " | ">>
 	<<link "[Cow Pattern]">>
-	<<set $tempSlave.boobsTat = "bovine patterns">><<set $tempSlave.buttTat = "bovine patterns">><<set $tempSlave.vaginaTat = "bovine patterns">>
-	<<set $tempSlave.dickTat = "bovine patterns">><<set $tempSlave.lipsTat = "bovine patterns">><<set $tempSlave.anusTat = "bovine patterns">>
-	<<set $tempSlave.shouldersTat = "bovine patterns">><<set $tempSlave.backTat = "bovine patterns">><<set $tempSlave.armsTat = "bovine patterns">>
-	<<set $tempSlave.legsTat = "bovine patterns">><<set $tempSlave.stampTat = "bovine patterns">>
+		<<set $tempSlave.boobsTat = "bovine patterns">><<set $tempSlave.buttTat = "bovine patterns">><<set $tempSlave.vaginaTat = "bovine patterns">>
+		<<set $tempSlave.dickTat = "bovine patterns">><<set $tempSlave.lipsTat = "bovine patterns">><<set $tempSlave.anusTat = "bovine patterns">>
+		<<set $tempSlave.shouldersTat = "bovine patterns">><<set $tempSlave.backTat = "bovine patterns">><<set $tempSlave.armsTat = "bovine patterns">>
+		<<set $tempSlave.legsTat = "bovine patterns">><<set $tempSlave.stampTat = "bovine patterns">>
 	<</link>>
 	<<print " | ">>
 	<<link "[No Tattoos]">>
-	<<set $tempSlave.boobsTat = 0>><<set $tempSlave.buttTat = 0>><<set $tempSlave.vaginaTat = 0>>
-	<<set $tempSlave.dickTat = 0>><<set $tempSlave.lipsTat = 0>><<set $tempSlave.anusTat = 0>>
-	<<set $tempSlave.shouldersTat = 0>><<set $tempSlave.backTat = 0>><<set $tempSlave.armsTat = 0>>
-	<<set $tempSlave.legsTat = 0>><<set $tempSlave.stampTat = 0>><<set $tempSlave.bellyTat = 0>>
+		<<set $tempSlave.boobsTat = 0>><<set $tempSlave.buttTat = 0>><<set $tempSlave.vaginaTat = 0>>
+		<<set $tempSlave.dickTat = 0>><<set $tempSlave.lipsTat = 0>><<set $tempSlave.anusTat = 0>>
+		<<set $tempSlave.shouldersTat = 0>><<set $tempSlave.backTat = 0>><<set $tempSlave.armsTat = 0>>
+		<<set $tempSlave.legsTat = 0>><<set $tempSlave.stampTat = 0>><<set $tempSlave.bellyTat = 0>>
 	<</link>>
 
 	<br><br>
diff --git a/src/npc/startingGirls/moreCustomOptions.tw b/src/npc/startingGirls/moreCustomOptions.tw
index 9b8af44787f48e973975afa02fa6d79a8e63f4a8..9301c176167f6bbce56b63ffe5105e9c1ef7a4ba 100644
--- a/src/npc/startingGirls/moreCustomOptions.tw
+++ b/src/npc/startingGirls/moreCustomOptions.tw
@@ -66,18 +66,18 @@
 | [[Birthmark|More customization options][$activeSlave.markings = "birthmark"]]
 
 <<if $activeSlave.anus > 0>>
-<br><br>
-''External appearance of anus:''
-<<if $activeSlave.analArea <= $activeSlave.anus>>
-	Recently stretched to current size.
-<<elseif $activeSlave.analArea - $activeSlave.anus == 1>>
-	Used to current size.
-<<else>>
-	Very broad.
-<</if>>
-[[Recently stretched|More customization options][$activeSlave.analArea = $activeSlave.anus]]
-| [[Used to current size|More customization options][$activeSlave.analArea = $activeSlave.anus+1]]
-| [[Very broad|More customization options][$activeSlave.analArea = $activeSlave.anus+2]]
+	<br><br>
+	''External appearance of anus:''
+	<<if $activeSlave.analArea <= $activeSlave.anus>>
+		Recently stretched to current size.
+	<<elseif $activeSlave.analArea - $activeSlave.anus == 1>>
+		Used to current size.
+	<<else>>
+		Very broad.
+	<</if>>
+	[[Recently stretched|More customization options][$activeSlave.analArea = $activeSlave.anus]]
+	| [[Used to current size|More customization options][$activeSlave.analArea = $activeSlave.anus+1]]
+	| [[Very broad|More customization options][$activeSlave.analArea = $activeSlave.anus+2]]
 <</if>>
 
 <br><br>
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index 4f65be65a8df78b0bb861d6baf826c00d33bce59..0d98ea8cb6c91d8f0f1084b46d40ca2241683c87 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -81,14 +81,14 @@
 			<<if $activeSlave.mother && $activeSlave.father>> /% Propagate missing family information across existing slaves. Assumes monogamous reproduction, e.g. all sets of siblings have a pair of exclusive parents. %/
 				<<for _i = 0; _i < $slaves.length; _i++>>
 					<<if $slaves[_i].mother == $activeSlave.mother>>
-					<<if $slaves[_i].father == 0>>
-						<<set $slaves[_i].father = $activeSlave.father>>
-					<</if>>
+						<<if $slaves[_i].father == 0>>
+							<<set $slaves[_i].father = $activeSlave.father>>
+						<</if>>
 					<</if>>
 					<<if $slaves[_i].father == $activeSlave.father>>
-					<<if $slaves[_i].mother == 0>>
-						<<set $slaves[_i].mother = $activeSlave.mother>>
-					<</if>>
+						<<if $slaves[_i].mother == 0>>
+							<<set $slaves[_i].mother = $activeSlave.mother>>
+						<</if>>
 					<</if>>
 				<</for>>
 			<</if>>
@@ -477,16 +477,16 @@ __You are customizing this slave:__
 <<link "Indentured Servant">><<set $activeSlave.indenture = 52, $activeSlave.indentureRestrictions = 0>><<replace "#legal">>Indentured servant with <<textbox "$activeSlave.indenture" $activeSlave.indenture "Starting Girls">> weeks remaining.<</replace>><<StartingGirlsCost>><</link>>
 
 <<if $activeSlave.indenture > 0>>
-<span id="restrictions">
-<br>''Indenture restrictions:''
-<<if $activeSlave.indentureRestrictions == 2>>Restrictive.
-<<elseif $activeSlave.indentureRestrictions == 1>>Protective.
-<<else>>None.
-<</if>>
-</span>
-<<link "Restrictive">><<set $activeSlave.indentureRestrictions = 2>><<replace "#restrictions">>Restrictive.<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Protective">><<set $activeSlave.indentureRestrictions = 1>><<replace "#restrictions">>Protective.<</replace>><<StartingGirlsCost>><</link>> |
-<<link "None">><<set $activeSlave.indentureRestrictions = 0>><<replace "#restrictions">>None.<</replace>><<StartingGirlsCost>><</link>>
+	<span id="restrictions">
+	<br>''Indenture restrictions:''
+	<<if $activeSlave.indentureRestrictions == 2>>Restrictive.
+	<<elseif $activeSlave.indentureRestrictions == 1>>Protective.
+	<<else>>None.
+	<</if>>
+	</span>
+	<<link "Restrictive">><<set $activeSlave.indentureRestrictions = 2>><<replace "#restrictions">>Restrictive.<</replace>><<StartingGirlsCost>><</link>> |
+	<<link "Protective">><<set $activeSlave.indentureRestrictions = 1>><<replace "#restrictions">>Protective.<</replace>><<StartingGirlsCost>><</link>> |
+	<<link "None">><<set $activeSlave.indentureRestrictions = 0>><<replace "#restrictions">>None.<</replace>><<StartingGirlsCost>><</link>>
 <</if>>
 
 <br>''Voice:''
@@ -557,14 +557,14 @@ __You are customizing this slave:__
 
 &nbsp;&nbsp;&nbsp;&nbsp;
 <<if $seeExtreme == 1>>
-''Limbs:''
-<span id="amp">
-<<if $activeSlave.amp == 1>>Amputee.
-<<else>>Normal.
-<</if>>
-</span>
-<<link "Normal">><<set $activeSlave.amp = 0>><<replace "#amp">>Normal.<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Amputee">><<set $activeSlave.amp = 1>><<replace "#amp">>Amputee.<</replace>><<StartingGirlsCost>><</link>>
+	''Limbs:''
+	<span id="amp">
+	<<if $activeSlave.amp == 1>>Amputee.
+	<<else>>Normal.
+	<</if>>
+	</span>
+	<<link "Normal">><<set $activeSlave.amp = 0>><<replace "#amp">>Normal.<</replace>><<StartingGirlsCost>><</link>> |
+	<<link "Amputee">><<set $activeSlave.amp = 1>><<replace "#amp">>Amputee.<</replace>><<StartingGirlsCost>><</link>>
 <</if>>
 
 <br>''Muscles:''
diff --git a/src/pregmod/assistantAppearancePackTwo.tw b/src/pregmod/assistantAppearancePackTwo.tw
index 164d42649eade43ae9258b012479df6bd63a8d0a..a3c59b0a52c2e55f5fbf5b16d1da06245b2cbe51 100644
--- a/src/pregmod/assistantAppearancePackTwo.tw
+++ b/src/pregmod/assistantAppearancePackTwo.tw
@@ -45,13 +45,13 @@ __Personal assistant appearances:__
 	<</replace>>
 <</link>>
 <<if $seeDicks != 0>>
-<br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Incubus">>
-	<<if $seeImages == 1>><<replace "#artFrame">><<= assistantArt(3)>><</replace>><</if>>
-	<<replace "#app">>
-	At your order, _heA installs the incubus appearance. _HeA becomes rather masculine, sporting a soft cock nearly as long as _hisA thigh. "Thank you, <<= properTitle()>>. This is going to be fun. Would you like a taste?" _HeA steadily becomes erect, a bead of precum forming at its tip. "You can always customize me from the arcology management menu," _heA adds, with a hint of disapproval.
-	<<set $assistantAppearance = "incubus">>
-	<</replace>>
-<</link>>
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Incubus">>
+		<<if $seeImages == 1>><<replace "#artFrame">><<= assistantArt(3)>><</replace>><</if>>
+		<<replace "#app">>
+		At your order, _heA installs the incubus appearance. _HeA becomes rather masculine, sporting a soft cock nearly as long as _hisA thigh. "Thank you, <<= properTitle()>>. This is going to be fun. Would you like a taste?" _HeA steadily becomes erect, a bead of precum forming at its tip. "You can always customize me from the arcology management menu," _heA adds, with a hint of disapproval.
+		<<set $assistantAppearance = "incubus">>
+		<</replace>>
+	<</link>>
 <</if>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "witch">>
 	<<if $seeImages == 1>><<replace "#artFrame">><<= assistantArt(3)>><</replace>><</if>>
diff --git a/src/pregmod/cloningWorkaround.tw b/src/pregmod/cloningWorkaround.tw
index 4c950dd4eb07d15f8ddfc7c3d062223ad616f251..1bd2d2975ef77902deb56f4e79a668c2002dfd96 100644
--- a/src/pregmod/cloningWorkaround.tw
+++ b/src/pregmod/cloningWorkaround.tw
@@ -9,10 +9,10 @@
 <br><br>
 [[Yourself|Cloning Workaround][$donatrix = $PC]]
 <<for _cw = 0; _cw < $slaves.length; _cw++>>
-<<capture _cw>>
-	<<set _name = SlaveFullName($slaves[_cw])>>
-	<br>[[_name|Cloning Workaround][$donatrix = $slaves[_cw]]]
-<</capture>>
+	<<capture _cw>>
+		<<set _name = SlaveFullName($slaves[_cw])>>
+		<br>[[_name|Cloning Workaround][$donatrix = $slaves[_cw]]]
+	<</capture>>
 <</for>>
 
 <br><br>
diff --git a/src/pregmod/fSlaveSlaveVag.tw b/src/pregmod/fSlaveSlaveVag.tw
index a2da70af1f7963f607c336fc6d17fccc9091294e..39cad9a73937d2186aa709c98a0ec6681c697e52 100644
--- a/src/pregmod/fSlaveSlaveVag.tw
+++ b/src/pregmod/fSlaveSlaveVag.tw
@@ -14,11 +14,11 @@ __Select an eligible slave:__
 
 <<for _i = 0; _i < $slaves.length; _i++>>
 	<<if (canPenetrate($slaves[_i])) || ($slaves[_i].clit >= 4)>>
-	<<if ($slaves[_i].ID != $activeSlave.ID)>>
-		<<set _name = SlaveFullName($slaves[_i])>>
-		<br><<print "[[_name|FSlaveSlaveVag Consummate][$slaverapistx = $slaves[" + _i + "]]]">>
-		<<set $eligibility = 1>>
-	<</if>>
+		<<if ($slaves[_i].ID != $activeSlave.ID)>>
+			<<set _name = SlaveFullName($slaves[_i])>>
+			<br><<print "[[_name|FSlaveSlaveVag Consummate][$slaverapistx = $slaves[" + _i + "]]]">>
+			<<set $eligibility = 1>>
+		<</if>>
 	<</if>>
 <</for>>
 <<if ($eligibility == 0)>>
diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw
index a2ea01a587145c35d0bdb0792bcefc9dea21556f..88d2629cf242a7a6aa1b8040dfe94fcd7f1892df 100644
--- a/src/pregmod/fSlaveSlaveVagConsummate.tw
+++ b/src/pregmod/fSlaveSlaveVagConsummate.tw
@@ -10,25 +10,25 @@
 <<set $slaverapistx.penetrativeCount++, $penetrativeTotal++>>
 
 <<if $slaverapistx.dick == 1>>
-		<<set _dicksize = "pathetic">>
+	<<set _dicksize = "pathetic">>
 <<elseif ($slaverapistx.dick == 2)>>
-		<<set _dicksize = "tiny">>
+	<<set _dicksize = "tiny">>
 <<elseif ($slaverapistx.dick == 3)>>
-		<<set _dicksize = "average">>
+	<<set _dicksize = "average">>
 <<elseif ($slaverapistx.dick == 4)>>
-		<<set _dicksize = "big">>
+	<<set _dicksize = "big">>
 <<elseif ($slaverapistx.dick == 5)>>
-		<<set _dicksize = "huge">>
+	<<set _dicksize = "huge">>
 <<elseif ($slaverapistx.dick == 6)>>
-		<<set _dicksize = "gigantic">>
+	<<set _dicksize = "gigantic">>
 <<elseif ($slaverapistx.dick == 7)>>
-		<<set _dicksize = "titanic">>
+	<<set _dicksize = "titanic">>
 <<elseif ($slaverapistx.dick == 8)>>
-		<<set _dicksize = "absurd">>
+	<<set _dicksize = "absurd">>
 <<elseif ($slaverapistx.dick == 9)>>
-		<<set _dicksize = "inhuman">>
+	<<set _dicksize = "inhuman">>
 <<else>>
-		<<set _dicksize = "obscene">>
+	<<set _dicksize = "obscene">>
 <</if>>
 
 <<if $activeSlave.mother == $slaverapistx.ID || $activeSlave.father == $slaverapistx.ID || $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID || (areSisters($activeSlave, $slaverapistx) > 0)>>
@@ -90,7 +90,7 @@ You take a look at the slave you selected.
 		<<elseif $slaverapistx.devotion > 60>>
 			but _his2 experience as a slave means _he2 can mostly ignore it and focus on sex.
 		<<else>>
-		and is understandably disturbed.
+			and is understandably disturbed.
 		<</if>>
 	<</if>>
 <</if>>
diff --git a/src/pregmod/huskSlaveSwapWorkaround.tw b/src/pregmod/huskSlaveSwapWorkaround.tw
index 5ff4b825fa43eb4ec54440b70e8b1422b082e585..d6aa1f3198d38d72e9f0465d39189155605bc4fe 100644
--- a/src/pregmod/huskSlaveSwapWorkaround.tw
+++ b/src/pregmod/huskSlaveSwapWorkaround.tw
@@ -2,29 +2,29 @@
 
 <<set $nextButton = "Abort Operation", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event">>
 
-"This operation is neither simple nor is it perfected. There are extreme health risks involved and no guarantee of success. Strap a slave into your remote surgery to consent to the operation. Indentured servants<<if ($incubator > 0) || ($nurseryBabies)>> and slaves with reserved children<</if>> not eligible."
+"This operation is neither simple nor is it perfected. There are extreme health risks involved and no guarantee of success. Strap a slave into your remote surgery to consent to the operation. Indentured servants<<if ($incubator > 0) || ($nurseryBabies)>> and slaves with reserved children<</if>> are not eligible."
 <br>
 //Select the slave whose mind will be transferred into the waiting husk.<<if $cyberMod == 1>> Amputated slaves must not be wearing prosthetics.<</if>> This operation will cost <<print cashFormat(10000)>>.//
 
 <br><br>
 __Select an eligible slave:__
 <<for _i = 0; _i < $slaves.length; _i++>>
-<<capture _i>>
-	<<if isSlaveAvailable($slaves[_i])>>
-	<<if $slaves[_i].fuckdoll == 0>>
-	<<if $slaves[_i].amp >= 0>>
-	<<if $slaves[_i].indenture == -1>>
-	<<if $slaves[_i].breedingMark == 0 || $propOutcome == 0>>
-	<<if WombReserveCount($slaves[_i]) == 0>>
-	<<if $slaves[_i].ID != $activeSlave.ID>>
-		<<set _name = SlaveFullName($slaves[_i])>>
-		<br>[[_name|Husk Slave Swap][$swappingSlave = $slaves[_i], cashX(-10000, "slaveSurgery", $slaves[_i])]]
-	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
-<</capture>>
+	<<capture _i>>
+		<<if isSlaveAvailable($slaves[_i])>>
+			<<if $slaves[_i].fuckdoll == 0>>
+				<<if $slaves[_i].amp >= 0>>
+					<<if $slaves[_i].indenture == -1>>
+						<<if $slaves[_i].breedingMark == 0 || $propOutcome == 0>>
+							<<if WombReserveCount($slaves[_i]) == 0>>
+								<<if $slaves[_i].ID != $activeSlave.ID>>
+									<<set _name = SlaveFullName($slaves[_i])>>
+									<br>[[_name|Husk Slave Swap][$swappingSlave = $slaves[_i], cashX(-10000, "slaveSurgery", $slaves[_i])]]
+								<</if>>
+							<</if>>
+						<</if>>
+					<</if>>
+				<</if>>
+			<</if>>
+		<</if>>
+	<</capture>>
 <</for>>
diff --git a/src/pregmod/ovaTransplantWorkaround.tw b/src/pregmod/ovaTransplantWorkaround.tw
index 870c9bde06ffbe390d79798cf1d116152bcdbdcb..e2cd4ab33c42b011bee859cc204acdf2c2cc25d3 100644
--- a/src/pregmod/ovaTransplantWorkaround.tw
+++ b/src/pregmod/ovaTransplantWorkaround.tw
@@ -11,13 +11,13 @@ __Select a slave to serve as the host__
 <br>
 
 <<for _otw = 0; _otw < $slaves.length; _otw++>>
-<<capture _otw>>
-	<<if ($donatrix.ID != $slaves[_otw].ID && $slaves[_otw].ovaries > 0 || $slaves[_otw].mpreg > 0) && isSlaveAvailable($slaves[_otw]) && $slaves[_otw].preg >= 0 && $slaves[_otw].preg < $slaves[_otw].pregData.normalBirth/10 && $slaves[_otw].pregWeek >= 0 && $slaves[_otw].pubertyXX == 1 && $slaves[_otw].pregType < 12 && $slaves[_otw].bellyImplant == -1 && $slaves[_otw].broodmother == 0 && $slaves[_otw].inflation <= 2 && $slaves[_otw].physicalAge < 70>>
-		<<set _name = SlaveFullName($slaves[_otw])>>
-		<br>[[_name|Surrogacy][$receptrix = $slaves[_otw], cashX(forceNeg($surgeryCost*2), "slaveSurgery"), $surgeryType = "transplant"]] <<if $slaves[_otw].pregType >= 4>>//Using a slave carrying multiples is unadvisable//<</if>>
-		<<set _eligibility = 1>>
-	<</if>>
-<</capture>>
+	<<capture _otw>>
+		<<if ($donatrix.ID != $slaves[_otw].ID && $slaves[_otw].ovaries > 0 || $slaves[_otw].mpreg > 0) && isSlaveAvailable($slaves[_otw]) && $slaves[_otw].preg >= 0 && $slaves[_otw].preg < $slaves[_otw].pregData.normalBirth/10 && $slaves[_otw].pregWeek >= 0 && $slaves[_otw].pubertyXX == 1 && $slaves[_otw].pregType < 12 && $slaves[_otw].bellyImplant == -1 && $slaves[_otw].broodmother == 0 && $slaves[_otw].inflation <= 2 && $slaves[_otw].physicalAge < 70>>
+			<<set _name = SlaveFullName($slaves[_otw])>>
+			<br>[[_name|Surrogacy][$receptrix = $slaves[_otw], cashX(forceNeg($surgeryCost*2), "slaveSurgery"), $surgeryType = "transplant"]] <<if $slaves[_otw].pregType >= 4>>//Using a slave carrying multiples is unadvisable//<</if>>
+			<<set _eligibility = 1>>
+		<</if>>
+	<</capture>>
 <</for>>
 <<if (_eligibility == 0)>>
 	<br>//You have no slaves capable of acting as a surrogate.//
diff --git a/src/uncategorized/saServeThePublic.tw b/src/uncategorized/saServeThePublic.tw
index 99d811a16e7abb59b410fdc83579c272099b30fa..14db2e410abd20362887d8987c589396b030244e 100644
--- a/src/uncategorized/saServeThePublic.tw
+++ b/src/uncategorized/saServeThePublic.tw
@@ -70,106 +70,106 @@ the public.
 	<</if>>
 	<<if $clubAdsSpending != 0>>
 		<<if $clubAdsStacked == 1>>
-		<<if ($slaves[$i].butt > 4)>>
-		<<if ($slaves[$i].boobs > 800)>>
-			<<set $beautyMultiplier += 0.05>>
-			$His stacked body fits $clubName's ad campaign, getting $him more attention.
-		<</if>>
-		<</if>>
+			<<if ($slaves[$i].butt > 4)>>
+				<<if ($slaves[$i].boobs > 800)>>
+					<<set $beautyMultiplier += 0.05>>
+					$His stacked body fits $clubName's ad campaign, getting $him more attention.
+				<</if>>
+			<</if>>
 		<<elseif $clubAdsStacked == -1>>
-		<<if ($slaves[$i].boobs < 500)>>
-		<<if ($slaves[$i].butt < 3)>>
-		<<if ($slaves[$i].weight <= 10)>>
-		<<if ($slaves[$i].muscles <= 30)>>
-			<<set $beautyMultiplier += 0.05>>
-			$His slim body fits $clubName's ad campaign, getting $him more attention.
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
+			<<if ($slaves[$i].boobs < 500)>>
+				<<if ($slaves[$i].butt < 3)>>
+					<<if ($slaves[$i].weight <= 10)>>
+						<<if ($slaves[$i].muscles <= 30)>>
+							<<set $beautyMultiplier += 0.05>>
+							$His slim body fits $clubName's ad campaign, getting $him more attention.
+						<</if>>
+					<</if>>
+				<</if>>
+			<</if>>
 		<</if>>
 		<<if $clubAdsPreg == 1>>
-		<<if ($slaves[$i].bellyPreg >= 5000) || ($slaves[$i].bellyImplant >= 5000)>>
-			<<set $beautyMultiplier += 0.05>>
-			$His gravid body fits $clubName's ad campaign, getting $him more attention.
-		<</if>>
+			<<if ($slaves[$i].bellyPreg >= 5000) || ($slaves[$i].bellyImplant >= 5000)>>
+				<<set $beautyMultiplier += 0.05>>
+				$His gravid body fits $clubName's ad campaign, getting $him more attention.
+			<</if>>
 		<<elseif $clubAdsPreg == -1>>
-		<<if ($slaves[$i].belly < 100) && ($slaves[$i].weight < 30) && (!setup.fakeBellies.includes($bellyAccessory)) && ($slaves[$i].bellyImplant <= 0)>>
-			<<set $beautyMultiplier += 0.05>>
-			$His flat belly fits $clubName's ad campaign, getting $him more attention.
-		<</if>>
+			<<if ($slaves[$i].belly < 100) && ($slaves[$i].weight < 30) && (!setup.fakeBellies.includes($bellyAccessory)) && ($slaves[$i].bellyImplant <= 0)>>
+				<<set $beautyMultiplier += 0.05>>
+				$His flat belly fits $clubName's ad campaign, getting $him more attention.
+			<</if>>
 		<</if>>
 		<<if $clubAdsModded == 1>>
-		<<if $modScore > 15 || ($piercingScore > 8 && $tatScore > 5)>>
-			<<set $beautyMultiplier += 0.05>>
-			Body art like $hers is a major draw.
-		<</if>>
+			<<if $modScore > 15 || ($piercingScore > 8 && $tatScore > 5)>>
+				<<set $beautyMultiplier += 0.05>>
+				Body art like $hers is a major draw.
+			<</if>>
 		<<elseif $clubAdsModded == -1>>
-		<<if $slaves[$i].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2>>
-			<<set $beautyMultiplier += 0.05>>
-			Very clean bodies like $hers are a major draw.
-		<</if>>
+			<<if $slaves[$i].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2>>
+				<<set $beautyMultiplier += 0.05>>
+				Very clean bodies like $hers are a major draw.
+			<</if>>
 		<</if>>
 		<<if $clubAdsImplanted == 1>>
-		<<if ($slaves[$i].boobsImplant > 0)>>
-		<<if ($slaves[$i].buttImplant > 0)>>
-		<<if ($slaves[$i].bellyImplant >= 1500)>>
-		<<if ($slaves[$i].waist < -10)>>
-		<<if ($slaves[$i].lipsImplant > 0)>>
-			<<set $beautyMultiplier += 0.05>>
-			Many citizens come to $clubName looking to fuck a plastic slut like $him.
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
+			<<if ($slaves[$i].boobsImplant > 0)>>
+				<<if ($slaves[$i].buttImplant > 0)>>
+					<<if ($slaves[$i].bellyImplant >= 1500)>>
+						<<if ($slaves[$i].waist < -10)>>
+							<<if ($slaves[$i].lipsImplant > 0)>>
+								<<set $beautyMultiplier += 0.05>>
+								Many citizens come to $clubName looking to fuck a plastic slut like $him.
+							<</if>>
+						<</if>>
+					<</if>>
+				<</if>>
+			<</if>>
 		<<elseif $clubAdsImplanted == -1>>
-		<<if ($slaves[$i].boobsImplant == 0)>>
-		<<if ($slaves[$i].buttImplant == 0)>>
-		<<if ($slaves[$i].waist >= -95)>>
-		<<if ($slaves[$i].lipsImplant == 0)>>
-		<<if ($slaves[$i].bellyImplant == -1)>>
-		<<if ($slaves[$i].faceImplant < 30)>>
-			<<set $beautyMultiplier += 0.05>>
-			Many citizens come to $clubName looking to get with a natural $girl like $him.
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
+			<<if ($slaves[$i].boobsImplant == 0)>>
+				<<if ($slaves[$i].buttImplant == 0)>>
+					<<if ($slaves[$i].waist >= -95)>>
+						<<if ($slaves[$i].lipsImplant == 0)>>
+							<<if ($slaves[$i].bellyImplant == -1)>>
+								<<if ($slaves[$i].faceImplant < 30)>>
+									<<set $beautyMultiplier += 0.05>>
+									Many citizens come to $clubName looking to get with a natural $girl like $him.
+								<</if>>
+							<</if>>
+						<</if>>
+					<</if>>
+				<</if>>
+			<</if>>
 		<</if>>
 		<<if $clubAdsOld == 1>>
-		<<if ($slaves[$i].physicalAge >= 30)>>
-			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $clubName, which practically exists to match citizens up with mature slaves.
-		<</if>>
+			<<if ($slaves[$i].physicalAge >= 30)>>
+				<<set $beautyMultiplier += 0.05>>
+				$He's perfect for $clubName, which practically exists to match citizens up with mature slaves.
+			<</if>>
 		<<elseif $clubAdsOld == -1>>
-		<<if ($slaves[$i].physical < 30) && ($slaves[$i].physical >= 18)>>
-			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $clubName, which practically exists to match citizens up with young slaves.
-		<</if>>
+			<<if ($slaves[$i].physical < 30) && ($slaves[$i].physical >= 18)>>
+				<<set $beautyMultiplier += 0.05>>
+				$He's perfect for $clubName, which practically exists to match citizens up with young slaves.
+			<</if>>
 		<<elseif $clubAdsOld == -2>>
-		<<if ($slaves[$i].physical <= 18) && ($slaves[$i].physical >= 13)>>
-			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $clubName, which practically exists to match citizens up with teenage slaves.
-		<</if>>
+			<<if ($slaves[$i].physical <= 18) && ($slaves[$i].physical >= 13)>>
+				<<set $beautyMultiplier += 0.05>>
+				$He's perfect for $clubName, which practically exists to match citizens up with teenage slaves.
+			<</if>>
 		<<elseif $clubAdsOld == -3>>
-		<<if ($slaves[$i].physical < 13)>>
-			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $clubName, which practically exists to match citizens up with $loli slaves.
-		<</if>>
+			<<if ($slaves[$i].physical < 13)>>
+				<<set $beautyMultiplier += 0.05>>
+				$He's perfect for $clubName, which practically exists to match citizens up with $loli slaves.
+			<</if>>
 		<</if>>
 		<<if $clubAdsXX == 1>>
-		<<if ($slaves[$i].dick == 0)>>
-			<<set $beautyMultiplier += 0.05>>
-			Almost everyone who comes to $clubName is looking to fuck a $girl like $him.
-		<</if>>
+			<<if ($slaves[$i].dick == 0)>>
+				<<set $beautyMultiplier += 0.05>>
+				Almost everyone who comes to $clubName is looking to fuck a $girl like $him.
+			<</if>>
 		<<elseif $clubAdsXX == -1>>
-		<<if ($slaves[$i].dick > 0)>>
-			<<set $beautyMultiplier += 0.05>>
-			Almost everyone who comes to $clubName is looking to poke a $girl who cums when buttfucked.
-		<</if>>
+			<<if ($slaves[$i].dick > 0)>>
+				<<set $beautyMultiplier += 0.05>>
+				Almost everyone who comes to $clubName is looking to poke a $girl who cums when buttfucked.
+			<</if>>
 		<</if>>
 	<</if>>
 	<<if (($slaves[$i].hears == -1 && $slaves[$i].earwear != "hearing aids") || ($slaves[$i].hears == 0 && $slaves[$i].earwear == "muffling ear plugs") ||($slaves[$i].hears == -2))>>
diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw
index 8cb2234722f8cbc4185b241dd46cfa8806434ff3..a6e9e96d41cca91a9a877f25ed2ed8d6653557bf 100644
--- a/src/uncategorized/saWhore.tw
+++ b/src/uncategorized/saWhore.tw
@@ -62,106 +62,106 @@ $his body.
 	<</if>>
 	<<if $brothelAdsSpending != 0>>
 		<<if $brothelAdsStacked == 1>>
-		<<if ($slaves[$i].butt > 4)>>
-		<<if ($slaves[$i].boobs > 800)>>
-			<<set $beautyMultiplier += 0.05>>
-			$His stacked body fits $brothelName's ad campaign, getting $him more business.
-		<</if>>
-		<</if>>
+			<<if ($slaves[$i].butt > 4)>>
+				<<if ($slaves[$i].boobs > 800)>>
+					<<set $beautyMultiplier += 0.05>>
+					$His stacked body fits $brothelName's ad campaign, getting $him more business.
+				<</if>>
+			<</if>>
 		<<elseif $brothelAdsStacked == -1>>
-		<<if ($slaves[$i].boobs < 500)>>
-		<<if ($slaves[$i].butt < 3)>>
-		<<if ($slaves[$i].weight <= 10)>>
-		<<if ($slaves[$i].muscles <= 30)>>
-			<<set $beautyMultiplier += 0.05>>
-			$His slim body fits $brothelName's ad campaign, getting $him more business.
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
+			<<if ($slaves[$i].boobs < 500)>>
+				<<if ($slaves[$i].butt < 3)>>
+					<<if ($slaves[$i].weight <= 10)>>
+						<<if ($slaves[$i].muscles <= 30)>>
+							<<set $beautyMultiplier += 0.05>>
+							$His slim body fits $brothelName's ad campaign, getting $him more business.
+						<</if>>
+					<</if>>
+				<</if>>
+			<</if>>
 		<</if>>
 		<<if $brothelAdsPreg == 1>>
-		<<if ($slaves[$i].bellyPreg >= 5000) || ($slaves[$i].bellyImplant >= 5000)>>
-			<<set $beautyMultiplier += 0.05>>
-			$His gravid body fits $brothelName's ad campaign, getting $him more attention.
-		<</if>>
+			<<if ($slaves[$i].bellyPreg >= 5000) || ($slaves[$i].bellyImplant >= 5000)>>
+				<<set $beautyMultiplier += 0.05>>
+				$His gravid body fits $brothelName's ad campaign, getting $him more attention.
+			<</if>>
 		<<elseif $brothelAdsPreg == -1>>
-		<<if ($slaves[$i].belly < 100) && ($slaves[$i].weight < 30) && (!setup.fakeBellies.includes($bellyAccessory)) && ($slaves[$i].bellyImplant <= 0)>>
-			<<set $beautyMultiplier += 0.05>>
-			$His flat belly fits $brothelName's ad campaign, getting $him more attention.
-		<</if>>
+			<<if ($slaves[$i].belly < 100) && ($slaves[$i].weight < 30) && (!setup.fakeBellies.includes($bellyAccessory)) && ($slaves[$i].bellyImplant <= 0)>>
+				<<set $beautyMultiplier += 0.05>>
+				$His flat belly fits $brothelName's ad campaign, getting $him more attention.
+			<</if>>
 		<</if>>
 		<<if $brothelAdsModded == 1>>
-		<<if $modScore > 15 || ($piercingScore > 8 && $tatScore > 5)>>
-			<<set $beautyMultiplier += 0.05>>
-			Body art like $hers is a major draw.
-		<</if>>
+			<<if $modScore > 15 || ($piercingScore > 8 && $tatScore > 5)>>
+				<<set $beautyMultiplier += 0.05>>
+				Body art like $hers is a major draw.
+			<</if>>
 		<<elseif $brothelAdsModded == -1>>
-		<<if $slaves[$i].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2>>
-			<<set $beautyMultiplier += 0.05>>
-			Very clean bodies like $hers are a major draw.
-		<</if>>
+			<<if $slaves[$i].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2>>
+				<<set $beautyMultiplier += 0.05>>
+				Very clean bodies like $hers are a major draw.
+			<</if>>
 		<</if>>
 		<<if $brothelAdsImplanted == 1>>
-		<<if ($slaves[$i].boobsImplant > 0)>>
-		<<if ($slaves[$i].buttImplant > 0)>>
-		<<if ($slaves[$i].bellyImplant >= 1500)>>
-		<<if ($slaves[$i].waist < -10)>>
-		<<if ($slaves[$i].lipsImplant > 0)>>
-			<<set $beautyMultiplier += 0.05>>
-			Many citizens come to the brothel looking to rent a plastic slut like $him.
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
+			<<if ($slaves[$i].boobsImplant > 0)>>
+				<<if ($slaves[$i].buttImplant > 0)>>
+					<<if ($slaves[$i].bellyImplant >= 1500)>>
+						<<if ($slaves[$i].waist < -10)>>
+							<<if ($slaves[$i].lipsImplant > 0)>>
+								<<set $beautyMultiplier += 0.05>>
+								Many citizens come to the brothel looking to rent a plastic slut like $him.
+							<</if>>
+						<</if>>
+					<</if>>
+				<</if>>
+			<</if>>
 		<<elseif $brothelAdsImplanted == -1>>
-		<<if ($slaves[$i].boobsImplant == 0)>>
-		<<if ($slaves[$i].buttImplant == 0)>>
-		<<if ($slaves[$i].waist >= -95)>>
-		<<if ($slaves[$i].lipsImplant == 0)>>
-		<<if ($slaves[$i].bellyImplant == -1)>>
-		<<if ($slaves[$i].faceImplant < 30)>>
-			<<set $beautyMultiplier += 0.05>>
-			Many citizens come to the brothel looking to play with a natural girl like $him.
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
+			<<if ($slaves[$i].boobsImplant == 0)>>
+				<<if ($slaves[$i].buttImplant == 0)>>
+					<<if ($slaves[$i].waist >= -95)>>
+						<<if ($slaves[$i].lipsImplant == 0)>>
+							<<if ($slaves[$i].bellyImplant == -1)>>
+								<<if ($slaves[$i].faceImplant < 30)>>
+									<<set $beautyMultiplier += 0.05>>
+									Many citizens come to the brothel looking to play with a natural girl like $him.
+								<</if>>
+							<</if>>
+						<</if>>
+					<</if>>
+				<</if>>
+			<</if>>
 		<</if>>
 		<<if $brothelAdsOld == 1>>
-		<<if ($slaves[$i].physicalAge >= 30)>>
-			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $brothelName, whose brand is mature slaves.
-		<</if>>
+			<<if ($slaves[$i].physicalAge >= 30)>>
+				<<set $beautyMultiplier += 0.05>>
+				$He's perfect for $brothelName, whose brand is mature slaves.
+			<</if>>
 		<<elseif $brothelAdsOld == -1>>
-		<<if ($slaves[$i].physicalAge < 30 && $slaves[$i].physicalAge >= 18)>>
-			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $brothelName, whose brand is young slaves.
-		<</if>>
+			<<if ($slaves[$i].physicalAge < 30 && $slaves[$i].physicalAge >= 18)>>
+				<<set $beautyMultiplier += 0.05>>
+				$He's perfect for $brothelName, whose brand is young slaves.
+			<</if>>
 		<<elseif $brothelAdsOld == -2>>
-		<<if ($slaves[$i].physicalAge <= 18 && $slaves[$i].physicalAge >= 13)>>
-			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $brothelName, whose brand is teenage slaves.
-		<</if>>
+			<<if ($slaves[$i].physicalAge <= 18 && $slaves[$i].physicalAge >= 13)>>
+				<<set $beautyMultiplier += 0.05>>
+				$He's perfect for $brothelName, whose brand is teenage slaves.
+			<</if>>
 		<<elseif $brothelAdsOld == -3>>
-		<<if ($slaves[$i].physicalAge < 13)>>
-			<<set $beautyMultiplier += 0.05>>
-			$He's perfect for $brothelName, whose brand is $loli slaves.
-		<</if>>
+			<<if ($slaves[$i].physicalAge < 13)>>
+				<<set $beautyMultiplier += 0.05>>
+				$He's perfect for $brothelName, whose brand is $loli slaves.
+			<</if>>
 		<</if>>
 		<<if $brothelAdsXX == 1>>
-		<<if ($slaves[$i].dick == 0)>>
-			<<set $beautyMultiplier += 0.05>>
-			Almost everyone who comes to $brothelName is looking to fuck a $girl like $him.
-		<</if>>
+			<<if ($slaves[$i].dick == 0)>>
+				<<set $beautyMultiplier += 0.05>>
+				Almost everyone who comes to $brothelName is looking to fuck a $girl like $him.
+			<</if>>
 		<<elseif $brothelAdsXX == -1>>
-		<<if ($slaves[$i].dick > 0)>>
-			<<set $beautyMultiplier += 0.05>>
-			Almost everyone who comes to $brothelName is looking to pound a $girl who cums when buttfucked.
-		<</if>>
+			<<if ($slaves[$i].dick > 0)>>
+				<<set $beautyMultiplier += 0.05>>
+				Almost everyone who comes to $brothelName is looking to pound a $girl who cums when buttfucked.
+			<</if>>
 		<</if>>
 	<</if>>
 	<<if $Madam != 0>>
@@ -223,26 +223,26 @@ $His appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a d
 <<set _incomeStats.customers = $beauty>>
 
 <<if $seeAge == 1>>
-<<if $slaves[$i].physicalAge == $minimumSlaveAge && $slaves[$i].physicalAge == $fertilityAge && canGetPregnant($slaves[$i]) && ($arcologies[0].FSRepopulationFocus != "unset" || $arcologies[0].FSGenderFundamentalist != "unset") && $arcologies[0].FSRestart == "unset">>
-	<<if $slaves[$i].birthWeek == 0>>
-		$He just turned $minimumSlaveAge this week, giving $him an immense boost to both popularity and price. $He is also expected to become fertile soon, giving $him an additional boost as customers clamor to claim $his fresh womb.
-	<<elseif $slaves[$i].birthWeek < 4>>
-		This is still the first month in which it's legal to pay to fuck $him, giving $him a boost to both popularity and price. $He was also anticipated to become fertile this month, and $his womb is still unoccupied, giving $him an additional boost.
-	<</if>>
-<<elseif $slaves[$i].physicalAge == $minimumSlaveAge>>
-	<<if $slaves[$i].birthWeek == 0>>
-		$He just turned $minimumSlaveAge this week, giving $him an immense boost to both popularity and price.
-	<<elseif $slaves[$i].birthWeek < 4>>
-		This is still the first month in which it's legal to pay to fuck $him, giving $him a boost to both popularity and price.
-	<</if>>
-<<elseif $slaves[$i].physicalAge == $fertilityAge && canGetPregnant($slaves[$i]) && ($arcologies[0].FSRepopulationFocus != "unset" || $arcologies[0].FSGenderFundamentalist != "unset")>>
-	<<if $slaves[$i].birthWeek == 0>>
-		$He is expected to become fertile soon, giving $him an immense boost to both popularity and price as customers clamor to claim $his fresh womb.
-	<<elseif $slaves[$i].birthWeek < 4 && $slaves[$i].pregKnown == 0>>
-		This is still the first month in which $he was anticipated to become fertile, and $his womb is still unoccupied, giving $him a boost to both popularity and price.
+	<<if $slaves[$i].physicalAge == $minimumSlaveAge && $slaves[$i].physicalAge == $fertilityAge && canGetPregnant($slaves[$i]) && ($arcologies[0].FSRepopulationFocus != "unset" || $arcologies[0].FSGenderFundamentalist != "unset") && $arcologies[0].FSRestart == "unset">>
+		<<if $slaves[$i].birthWeek == 0>>
+			$He just turned $minimumSlaveAge this week, giving $him an immense boost to both popularity and price. $He is also expected to become fertile soon, giving $him an additional boost as customers clamor to claim $his fresh womb.
+		<<elseif $slaves[$i].birthWeek < 4>>
+			This is still the first month in which it's legal to pay to fuck $him, giving $him a boost to both popularity and price. $He was also anticipated to become fertile this month, and $his womb is still unoccupied, giving $him an additional boost.
+		<</if>>
+	<<elseif $slaves[$i].physicalAge == $minimumSlaveAge>>
+		<<if $slaves[$i].birthWeek == 0>>
+			$He just turned $minimumSlaveAge this week, giving $him an immense boost to both popularity and price.
+		<<elseif $slaves[$i].birthWeek < 4>>
+			This is still the first month in which it's legal to pay to fuck $him, giving $him a boost to both popularity and price.
+		<</if>>
+	<<elseif $slaves[$i].physicalAge == $fertilityAge && canGetPregnant($slaves[$i]) && ($arcologies[0].FSRepopulationFocus != "unset" || $arcologies[0].FSGenderFundamentalist != "unset")>>
+		<<if $slaves[$i].birthWeek == 0>>
+			$He is expected to become fertile soon, giving $him an immense boost to both popularity and price as customers clamor to claim $his fresh womb.
+		<<elseif $slaves[$i].birthWeek < 4 && $slaves[$i].pregKnown == 0>>
+			This is still the first month in which $he was anticipated to become fertile, and $his womb is still unoccupied, giving $him a boost to both popularity and price.
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if ($slaves[$i].behavioralQuirk == "sinful")>>
 	$slaves[$i].slaveName @@.hotpink;secretly enjoys@@ how utterly sinful and depraved it is for $him to sell $his body.
@@ -271,23 +271,23 @@ $His appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a d
 <<elseif ($slaves[$i].vagina < 0)>>
 	<<set $desc = SlaveTitle($slaves[$i])>>
 	<<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>>
-	$He's such an expert whore that $he copes with the stress of being a $desc prostitute.
+		$He's such an expert whore that $he copes with the stress of being a $desc prostitute.
 	<<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>>
-	The stress of being a $desc prostitute is @@.red;hard on $him.@@
-	<<set $slaves[$i].health -= 7>>
-	<<set $injury = 1>>
+		The stress of being a $desc prostitute is @@.red;hard on $him.@@
+		<<set $slaves[$i].health -= 7>>
+		<<set $injury = 1>>
 	<</if>>
 <<elseif ($slaves[$i].chastityVagina) && canDoAnal($slaves[$i])>>
 	<<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>>
-	$He's such an expert whore that $he copes with the stress of being limited to buttsex and oral.
+		$He's such an expert whore that $he copes with the stress of being limited to buttsex and oral.
 	<<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>>
-	The stress of being limited to buttsex and oral is @@.red;hard on $him.@@
-	<<set $slaves[$i].health -= 7>>
-	<<set $injury = 1>>
+		The stress of being limited to buttsex and oral is @@.red;hard on $him.@@
+		<<set $slaves[$i].health -= 7>>
+		<<set $injury = 1>>
 	<</if>>
 <<elseif ($slaves[$i].analSkill + $slaves[$i].oralSkill + $slaves[$i].vaginalSkill) < 300>>
 	<<if random(1,100) > 10+(($slaves[$i].analSkill + $slaves[$i].oralSkill + $slaves[$i].vaginalSkill)/10)>>
-	<<set $injury = 1>>
+		<<set $injury = 1>>
 	<</if>>
 <</if>>
 <<if ($injury == 1)>>
@@ -298,50 +298,50 @@ $His appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a d
 		<<set _injuryChance = random(1,80)>>
 	<</if>>
 	<<if (_injuryChance > 80)>>
-	<<set $slaves[$i].minorInjury = "sore ass">>
-	Rough anal with a careless customer left $him with a @@.red;$slaves[$i].minorInjury.@@
-	<<include "minor injury response">>
+		<<set $slaves[$i].minorInjury = "sore ass">>
+		Rough anal with a careless customer left $him with a @@.red;$slaves[$i].minorInjury.@@
+		<<include "minor injury response">>
 	<<elseif (_injuryChance > 60)>>
-	<<set $slaves[$i].minorInjury = "black eye">>
-	A violent customer left $him with a @@.red;$slaves[$i].minorInjury.@@
-	<<include "minor injury response">>
+		<<set $slaves[$i].minorInjury = "black eye">>
+		A violent customer left $him with a @@.red;$slaves[$i].minorInjury.@@
+		<<include "minor injury response">>
 	<<elseif (_injuryChance > 40)>>
-	<<set $slaves[$i].minorInjury = "split lip">>
-	An abusive customer left $him with a @@.red;$slaves[$i].minorInjury.@@
-	<<include "minor injury response">>
+		<<set $slaves[$i].minorInjury = "split lip">>
+		An abusive customer left $him with a @@.red;$slaves[$i].minorInjury.@@
+		<<include "minor injury response">>
 	<<elseif (_injuryChance > 20)>>
-	<<set $slaves[$i].minorInjury = "bad bruise">>
-	A rough customer left $him with a @@.red;$slaves[$i].minorInjury.@@
-	<<include "minor injury response">>
+		<<set $slaves[$i].minorInjury = "bad bruise">>
+		A rough customer left $him with a @@.red;$slaves[$i].minorInjury.@@
+		<<include "minor injury response">>
 	<<else>>
-	<<set $slaves[$i].minorInjury = "sore muscle">>
-	The hard labor of constant sex left $him with a @@.red;$slaves[$i].minorInjury.@@
+		<<set $slaves[$i].minorInjury = "sore muscle">>
+		The hard labor of constant sex left $him with a @@.red;$slaves[$i].minorInjury.@@
 	<</if>>
 <</if>>
 
 <<if canDoVaginal($slaves[$i])>>
 	<<if ($slaves[$i].vagina == 0)>>
 		<<if ($slaves[$i].aphrodisiacs > 1) || ($slaves[$i].inflationType == "aphrodisiac")>>
-		$His virginity goes to the highest bidder, earning <<print cashFormat(($beauty*10))>>. $He's so full of aphrodisiacs that $he @@.hotpink;enjoys the experience.@@ @@.lime;$His pussy is now broken in.@@
-		<<set $slaves[$i].devotion += 4>>
-		<<set $slaves[$i].vagina = 1>>
-		<<set $FResult += 10>>
+			$His virginity goes to the highest bidder, earning <<print cashFormat(($beauty*10))>>. $He's so full of aphrodisiacs that $he @@.hotpink;enjoys the experience.@@ @@.lime;$His pussy is now broken in.@@
+			<<set $slaves[$i].devotion += 4>>
+			<<set $slaves[$i].vagina = 1>>
+			<<set $FResult += 10>>
 		<<elseif ($slaves[$i].devotion > 20)>>
-		$His virginity goes to the highest bidder, earning <<print cashFormat(($beauty*10))>>. Losing $his virginity in this way @@.hotpink;confirms $his submission to you.@@ @@.lime;$His pussy is now broken in.@@
-		<<set $slaves[$i].devotion += 4>>
-		<<set $slaves[$i].vagina = 1>>
-		<<set $FResult += 10>>
+			$His virginity goes to the highest bidder, earning <<print cashFormat(($beauty*10))>>. Losing $his virginity in this way @@.hotpink;confirms $his submission to you.@@ @@.lime;$His pussy is now broken in.@@
+			<<set $slaves[$i].devotion += 4>>
+			<<set $slaves[$i].vagina = 1>>
+			<<set $FResult += 10>>
 		<<else>>
-		$His virginity goes to the highest bidder, earning <<print cashFormat(($beauty*10))>>. $He tries to resist, and losing $his virginity to a rape makes $him @@.mediumorchid;hate@@ and @@.gold;fear@@ you a great deal. @@.lime;$His pussy is now broken in.@@
-		<<set $slaves[$i].devotion -= 10>>
-		<<set $slaves[$i].trust -= 10>>
-		<<set $slaves[$i].vagina = 1>>
-		<<set $FResult += 10>>
+			$His virginity goes to the highest bidder, earning <<print cashFormat(($beauty*10))>>. $He tries to resist, and losing $his virginity to a rape makes $him @@.mediumorchid;hate@@ and @@.gold;fear@@ you a great deal. @@.lime;$His pussy is now broken in.@@
+			<<set $slaves[$i].devotion -= 10>>
+			<<set $slaves[$i].trust -= 10>>
+			<<set $slaves[$i].vagina = 1>>
+			<<set $FResult += 10>>
 		<</if>>
 	<<elseif ($slaves[$i].vagina < 3)>>
 		<<if (random(1,100) > ((170-$beauty)+($slaves[$i].vagina*10)+($slaves[$i].vaginalSkill/3)))>>
-		@@.lime;$His pussy gets loosened by the intense use.@@
-		<<set $slaves[$i].vagina += 1>>
+			@@.lime;$His pussy gets loosened by the intense use.@@
+			<<set $slaves[$i].vagina += 1>>
 		<</if>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw
index 06afc5a6c123a376dabc7a12ba8452adcfafa29b..385177ae8ff85c1d643aab57bee5bb996b020bf3 100644
--- a/src/uncategorized/scheduledEvent.tw
+++ b/src/uncategorized/scheduledEvent.tw
@@ -6,10 +6,10 @@
 	<<set $activeSlave = getSlave($expiree), $expiree = 0>>
 	<<include "Remove activeSlave">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
-	<<if $slaves[$i].indenture == 0>>
-		<<set $expiree = $slaves[$i].ID>>
-		<<break>>
-	<</if>>
+		<<if $slaves[$i].indenture == 0>>
+			<<set $expiree = $slaves[$i].ID>>
+			<<break>>
+		<</if>>
 	<</for>>
 <</if>>
 <<set $expired = 0>>
@@ -29,32 +29,32 @@
 	<</if>>
 	<<if $SexMilestoneRetirement == 1>>
 		<<if $slaves[$i].oralCount + $slaves[$i].analCount + $slaves[$i].vaginalCount + $slaves[$i].penetrativeCount + $slaves[$i].mammaryCount >= $retirementSex>>
-		<<set $retiree = $slaves[$i].ID>>
-		<<break>>
+			<<set $retiree = $slaves[$i].ID>>
+			<<break>>
 		<</if>>
 	<</if>>
 	<<if $MilkMilestoneRetirement == 1>>
 		<<if $slaves[$i].milk >= $retirementMilk>>
-		<<set $retiree = $slaves[$i].ID>>
-		<<break>>
+			<<set $retiree = $slaves[$i].ID>>
+			<<break>>
 		<</if>>
 	<</if>>
 	<<if $CumMilestoneRetirement == 1>>
 		<<if $slaves[$i].cum >= $retirementCum>>
-		<<set $retiree = $slaves[$i].ID>>
-		<<break>>
+			<<set $retiree = $slaves[$i].ID>>
+			<<break>>
 		<</if>>
 	<</if>>
 	<<if $BirthsMilestoneRetirement == 1>>
 		<<if $slaves[$i].births >= $retirementBirths>>
-		<<set $retiree = $slaves[$i].ID>>
-		<<break>>
+			<<set $retiree = $slaves[$i].ID>>
+			<<break>>
 		<</if>>
 	<</if>>
 	<<if $KillsMilestoneRetirement == 1>>
 		<<if $slaves[$i].pitKills >= $retirementKills>>
-		<<set $retiree = $slaves[$i].ID>>
-		<<break>>
+			<<set $retiree = $slaves[$i].ID>>
+			<<break>>
 		<</if>>
 	<</if>>
 	<</if>>
@@ -203,10 +203,9 @@
 <<elseif ($nicaeaHeld != 1) && ($arcologies[0].FSChattelReligionist != "unset") && ($nicaeaInvolvement >= 0)>>
 	<<set $nicaeaRollA = random(-1,0), $nicaeaRollB = random(-1,0), $nicaeaRollC = random(-1,0)>>
 	<<set $nicaeaFocus = either("owners", "slaves")>>
-	<<set $nicaeaAssignment = either("whore", "serve the public", "please you")>>
-	<<set $nicaeaAchievement = either("devotion", "trust", "slaves")>>
+	<<set $nicaeaAssignment = either("please you", "serve the public", "whore")>>
+	<<set $nicaeaAchievement = either("devotion", "slaves", "trust")>>
 	<<goto "SE nicaea council">>
-
 <<else>>
 	<<goto "Nonrandom Event">>
 <</if>>
diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw
index ba11d2385185940f2da37974c31aeedbdf043cdd..5a1e03c9609dbd357d51319070cee02c9df2329b 100644
--- a/src/uncategorized/seExpiration.tw
+++ b/src/uncategorized/seExpiration.tw
@@ -27,8 +27,8 @@ $activeSlave.slaveName's indentured servitude is ending this week, meaning that
 <<set _seed = 0>>
 <<for _seexp = 0; _seexp < $slaves.length; _seexp++>>
 	<<if $slaves[_seexp].devotion <= 20>>
-	<<set _seed = 1>>
-	<<set $slaves[_seexp].devotion -= 1>>
+		<<set _seed = 1>>
+		<<set $slaves[_seexp].devotion -= 1>>
 	<</if>>
 <</for>>
 <<if _seed == 1>>
@@ -59,7 +59,8 @@ $activeSlave.slaveName's indentured servitude is ending this week, meaning that
 				<</for>>
 			<</replace>>
 		<</link>> //This cost <<print cashFormat(1000)>>//
-	<<else>>//You cannot afford to do this//
+	<<else>>
+		//You cannot afford to do this//
 	<</if>>
 	</span>
 
diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw
index a0dfb096329561533808356e3f23467cd3ed6c09..7a2dba341b111a18d270c53a591ae1fe2c5bbce4 100644
--- a/src/uncategorized/seRetirement.tw
+++ b/src/uncategorized/seRetirement.tw
@@ -118,27 +118,27 @@ $He's certainly going to have some adjustments to make.
 <br><br>
 As $he takes $his leave, heading the short distance down to $his modest little apartment, $he presents a strange appearance. $He's wearing cheap but not unattractive clothing, and you are struck by a crystal-clear mental image of what $he looks like nude.
 <<if $activeSlave.fetish != "mindbroken">>
-<<if $activeSlave.devotion > 20>>
-	<<if $activeSlave.devotion > 95>>
-		$He's doing $his absolute best not to sob, but $his lips are quivering.
-	<<else>>
-		$He looks like $he might cry.
-	<</if>>
-	<<if !canTalk($activeSlave)>>
-		$He gestures $his thanks, and ironically indicates that $he'll see you around.
-	<<else>>
-		"Well, thank<<s>>, <<Master>>, um, I mean _playerName. I g-gue<<ss>> I'll <<s>>ee you around. I mean, the arcology. Anyway. Bye."
-	<</if>>
-	<<if $activeSlave.devotion > 95>>
-		$He turns resolutely away and flees, trying to choke back $his tears.
-	<<else>>
-		$He turns resolutely away.
+	<<if $activeSlave.devotion > 20>>
+		<<if $activeSlave.devotion > 95>>
+			$He's doing $his absolute best not to sob, but $his lips are quivering.
+		<<else>>
+			$He looks like $he might cry.
+		<</if>>
+		<<if !canTalk($activeSlave)>>
+			$He gestures $his thanks, and ironically indicates that $he'll see you around.
+		<<else>>
+			"Well, thank<<s>>, <<Master>>, um, I mean _playerName. I g-gue<<ss>> I'll <<s>>ee you around. I mean, the arcology. Anyway. Bye."
+		<</if>>
+		<<if $activeSlave.devotion > 95>>
+			$He turns resolutely away and flees, trying to choke back $his tears.
+		<<else>>
+			$He turns resolutely away.
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 <<if $activeSlave.relationship == -3>>
-<br>
-When you return to your desk you realize something.
+	<br>
+	When you return to your desk you realize something.
 	<<if $activeSlave.fetish == "mindbroken">>
 		The ring $he wore when $he was your slave wife is nowhere to be seen; $he's likely forgotten $he was wearing it, but no matter: you can always get more.
 	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
@@ -354,19 +354,17 @@ You have @@.yellowgreen;gained a Fuckdoll.@@
 
 <<elseif $citizenRetirementMenials == 1>>
 	<<if $customMenialRetirementAge == $customRetirementAge || $customMenialRetirementAge == $retirementAge>>
-
-	in a way that fills your other slaves with @@.mediumaquamarine;trust@@ after seeing one of their own gain freedom.
-	<<for $i = 0; $i < $slaves.length; $i++>>
-		<<set $slaves[$i].trust += 2>>
-	<</for>>
-	<<if $activeSlave.relationship > 3>>
-		$slaves[_sr].slaveName, for _his2 part, is @@.hotpink;happy,@@ though also a bit sad. _He2 looks forward to joining $activeSlave.slaveName one day.
-	<<set $slaves[_sr].devotion += 5>>
-	<</if>>
-
-	<br><br>
-	You have @@.yellowgreen;gained a citizen.@@
-	<<set $lowerClass += 1>>
+		in a way that fills your other slaves with @@.mediumaquamarine;trust@@ after seeing one of their own gain freedom.
+		<<for $i = 0; $i < $slaves.length; $i++>>
+			<<set $slaves[$i].trust += 2>>
+		<</for>>
+		<<if $activeSlave.relationship > 3>>
+			$slaves[_sr].slaveName, for _his2 part, is @@.hotpink;happy,@@ though also a bit sad. _He2 looks forward to joining $activeSlave.slaveName one day.
+		<<set $slaves[_sr].devotion += 5>>
+		<</if>>
+		<br><br>
+		You have @@.yellowgreen;gained a citizen.@@
+		<<set $lowerClass += 1>>
 	<</if>>
 
 <<else>>
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index 51b5fc3975c15c506f85cf7471b44336d820ea93..855b9e625560a1c4295a2035b5113508de03af5e 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -482,15 +482,15 @@
 	<<case "uncomfortable straps">>
 		A strap passes between $his
 		<<if ($activeSlave.amp !== 1)>>
-		legs, giving $his gait an awkward sway.
+			legs, giving $his gait an awkward sway.
 		<<else>>
-		leg stumps, pressing against $his genitals.
+			leg stumps, pressing against $his genitals.
 		<</if>>
 	<<case "shibari ropes">>
 		<<if ($activeSlave.amp !== 1)>>
-		Ropes bind $his legs, giving $his gait an awkward sway.
+			Ropes bind $his legs, giving $his gait an awkward sway.
 		<<else>>
-		A rope passes between $his leg stumps, pressing against $his genitals.
+			A rope passes between $his leg stumps, pressing against $his genitals.
 		<</if>>
 	<<case "attractive lingerie for a pregnant woman">>
 		As $he moves, $his silken panties are very inviting.
@@ -543,17 +543,17 @@
 	<<case "a slutty outfit">>
 		For today's slutty outfit $he's chosen
 		<<if (random(1,100) > 50) && ($activeSlave.amp !== 1)>>
-		yoga pants so sheer that everything $he's got is clearly visible.
+			yoga pants so sheer that everything $he's got is clearly visible.
 		<<elseif ($activeSlave.dick > 0)>>
-		a miniskirt so brief that $his ass is hanging out the back, and $his dick is occasionally visible from the front.
+			a miniskirt so brief that $his ass is hanging out the back, and $his dick is occasionally visible from the front.
 		<<else>>
-		a miniskirt so brief that $his ass is hanging out the back, and $his naked cunt is occasionally visible from the front.
+			a miniskirt so brief that $his ass is hanging out the back, and $his naked cunt is occasionally visible from the front.
 		<</if>>
 	<<case "a slave gown">>
 		<<if ($activeSlave.amp == 1)>>
-		$His gorgeous dress is specially designed for $his limbless form, but without legs to support it, it can hardly conceal the outline of everything $he has.
+			$His gorgeous dress is specially designed for $his limbless form, but without legs to support it, it can hardly conceal the outline of everything $he has.
 		<<else>>
-		$His gorgeous dress has a thoughtful cut that runs all the way from $his ankle to over $his hip, baring a leg all the way up.
+			$His gorgeous dress has a thoughtful cut that runs all the way from $his ankle to over $his hip, baring a leg all the way up.
 		<</if>>
 	<<case "a halter top dress">>
 		$His beautiful halter top dress seems to be sculpted around $his bottom.
@@ -571,39 +571,39 @@
 		<</if>>
 	<<case "a kimono">>
 		<<if ($activeSlave.butt > 5)>>
-		$His kimono demurely covers $his behind, though it cannot conceal its massive shape.
+			$His kimono demurely covers $his behind, though it cannot conceal its massive shape.
 		<<else>>
-		$His kimono demurely covers $his behind.
+			$His kimono demurely covers $his behind.
 		<</if>>
 	<<case "a hijab and abaya" "a niqab and abaya">>
 		<<if ($activeSlave.butt > 5)>>
-		$His abaya totally conceals $his behind, though it cannot conceal its large size.
+			$His abaya totally conceals $his behind, though it cannot conceal its large size.
 		<<else>>
-		$His abaya totally conceals $his behind.
+			$His abaya totally conceals $his behind.
 		<</if>>
 	<<case "a klan robe">>
 		<<if ($activeSlave.butt > 5)>>
-		$His robe totally conceals $his behind, though it cannot conceal its large size.
+			$His robe totally conceals $his behind, though it cannot conceal its large size.
 		<<else>>
-		$His robe totally conceals $his behind.
+			$His robe totally conceals $his behind.
 		<</if>>
 	<<case "a burqa">>
 		<<if ($activeSlave.butt > 7)>>
-		$His burqa totally conceals $his behind, though it cannot conceal its absurd size.
+			$His burqa totally conceals $his behind, though it cannot conceal its absurd size.
 		<<else>>
-		$His burqa totally conceals $his behind.
+			$His burqa totally conceals $his behind.
 		<</if>>
 	<<case "a burkini">>
 		<<if ($activeSlave.butt > 6)>>
-		$His burkini finds itself accentuating the absurd size of $his behind.
+			$His burkini finds itself accentuating the absurd size of $his behind.
 		<<else>>
-		$His burkini modestly covers $his behind.
+			$His burkini modestly covers $his behind.
 		<</if>>
 	<<case "a hijab and blouse">>
 		<<if ($activeSlave.butt > 5)>>
-		$His skirt modestly covers $his behind, though it cannot conceal its large size.
+			$His skirt modestly covers $his behind, though it cannot conceal its large size.
 		<<else>>
-		$His skirt modestly covers $his behind.
+			$His skirt modestly covers $his behind.
 		<</if>>
 	<<case "a tube top and thong" "a bra" "a button-up shirt" "a sweater" "a tank-top" "a thong" "a tube top" "a striped bra" "a slutty klan robe" "a sports bra" "a t-shirt" "a t-shirt and thong" "an oversized t-shirt">>
 		$His clothing leaves $his butt bare.
@@ -3841,7 +3841,7 @@
 	<<elseif _flag > 100>>
 		<<if $familyTesting == 1 && _flag == 110>>
 		<<else>>
-		<span id="walkpast"><<link "Summon them both">><<replace "#walk">><<include $target>><</replace>><</link>></span>
+			<span id="walkpast"><<link "Summon them both">><<replace "#walk">><<include $target>><</replace>><</link>></span>
 		<</if>>
 	<<elseif $activeSlave.assignment == "stay confined">>
 		<span id="walkpast"><<link "Have $him brought out of $his cell">><<replace "#walk">><<include $target>><</replace>><</link>></span>
diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw
index 22a276d1dee37c3557f78982b2739f3cdf5b3287..280d54aaa549c3ce03609fe5846e12a2dafb3269 100644
--- a/src/utility/birthWidgets.tw
+++ b/src/utility/birthWidgets.tw
@@ -1764,362 +1764,362 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 		$He removes $his
 		<<switch $slaves[$i].clothes>>
 		<<case "a slutty pony outfit">>
-		slutty pony outfit
+			slutty pony outfit
 		<<case "a slutty klan robe">>
-		slutty klan robe
+			slutty klan robe
 		<<case "a police uniform">>
-		police uniform
+			police uniform
 		<<case "a nice pony outfit">>
-		nice pony outfit
+			nice pony outfit
 		<<case "a hanbok">>
-		hanbok
+			hanbok
 		<<case "a gothic lolita dress">>
-		gothic lolita dress
+			gothic lolita dress
 		<<case "a slutty maid outfit">>
-		slutty maid outfit
+			slutty maid outfit
 		<<case "a slutty nurse outfit">>
-		slutty nurse outfit
+			slutty nurse outfit
 		<<case "a schoolgirl outfit">>
-		schoolgirl outfit
+			schoolgirl outfit
 		<<case "a cheerleader outfit">>
-		cheerleader outfit
+			cheerleader outfit
 		<<case "a slutty qipao">>
-		slutty qipao
+			slutty qipao
 		<<case "a chattel habit">>
-		chattel habit
+			chattel habit
 		<<case "a toga">>
-		toga
+			toga
 		<<case "a huipil">>
-		huipil
+			huipil
 		<<case "a fallen nuns habit">>
-		fallen nun's habit
+			fallen nun's habit
 		<<case "a succubus outfit">>
-		succubus outfit
+			succubus outfit
 		<<case "a klan robe">>
-		a klan robe
+			a klan robe
 		<<case "cutoffs and a t-shirt">>
-		cutoffs and t-shirt
+			cutoffs and t-shirt
 		<<case "a mini dress">>
-		mini dress
+			mini dress
 		<<case "a military uniform">>
-		military uniform
+			military uniform
 		<<case "a schutzstaffel uniform">>
-		schutzstaffel uniform
+			schutzstaffel uniform
 		<<case "a slutty schutzstaffel uniform">>
-		slutty schutzstaffel uniform
+			slutty schutzstaffel uniform
 		<<case "a red army uniform">>
-		red army uniform
+			red army uniform
 		<<case "a long qipao">>
-		long qipao
+			long qipao
 		<<case "battlearmor">>
-		battlearmor
+			battlearmor
 		<<case "a mounty outfit">>
-		mounty uniform
+			mounty uniform
 		<<case "a dirndl">>
-		dirndl
+			dirndl
 		<<case "lederhosen">>
-		lederhosen
+			lederhosen
 		<<case "a biyelgee costume">>
-		biyelgee costume
+			biyelgee costume
 		<<case "an apron">>
-		apron
+			apron
 		<<case "a string bikini">>
-		string bikini
+			string bikini
 		<<case "a scalemail bikini">>
-		scalemail bikini
+			scalemail bikini
 		<<case "striped panties">>
-		shimapan panties
+			shimapan panties
 		<<case "a kimono">>
-		kimono
+			kimono
 		<<case "a slave gown">>
-		slave gown
+			slave gown
 		<<case "a hijab and abaya" "a niqab and abaya">>
-		abaya
+			abaya
 		<<case "a halter top dress">>
-		halter top dress
+			halter top dress
 		<<case "a ball gown">>
-		ball gown
+			ball gown
 		<<case "a maternity dress">>
-		maternity dress
+			maternity dress
 		<<case "a slutty outfit">>
-		slutty outfit
+			slutty outfit
 		<<case "a nice maid outfit">>
-		nice maid outfit
+			nice maid outfit
 		<<case "a leotard">>
-		leotard
+			leotard
 		<<case "a hijab and blouse">>
-		skirt
+			skirt
 		<<case "a burqa">>
-		burqa
+			burqa
 		<<case "a burkini">>
-		burkini
+			burkini
 		<<case "a monokini">>
-		monokini
+			monokini
 		<<case "a cybersuit">>
-		cybersuit
+			cybersuit
 		<<case "a comfortable bodysuit">>
-		comfortable bodysuit
+			comfortable bodysuit
 		<<case "a bunny outfit">>
-		bunny outfit
+			bunny outfit
 		<<case "a nice nurse outfit">>
-		nice nurse outfit
+			nice nurse outfit
 		<<case "a latex catsuit">>
-		latex catsuit
+			latex catsuit
 		<<case "stretch pants and a crop-top">>
-		stretch pants
+			stretch pants
 		<<case "spats and a tank top">>
-		spats
+			spats
 		<<case "a tube top and thong">>
-		thong
+			thong
 		<<case "a button-up shirt and panties">>
-		panties
+			panties
 		<<case "a bra">>
-		bra
+			bra
 		<<case "a button-up shirt">>
-		button-up shirt
+			button-up shirt
 		<<case "a sweater">>
-		sweater
+			sweater
 		<<case "a tank-top">>
-		tank-top
+			tank-top
 		<<case "a thong">>
-		thong
+			thong
 		<<case "a tube top">>
-		tube top
+			tube top
 		<<case "a one-piece swimsuit">>
-		swimsuit
+			swimsuit
 		<<case "a striped bra">>
-		bra
+			bra
 		<<case "a skimpy loincloth">>
-		loincloth
+			loincloth
 		<<case "a sports bra">>
-		sports bra
+			sports bra
 		<<case "a sweater and panties">>
-		panties
+			panties
 		<<case "a t-shirt">>
-		t-shirt
+			t-shirt
 		<<case "a tank-top and panties">>
-		panties
+			panties
 		<<case "a t-shirt and thong">>
-		thong
+			thong
 		<<case "an oversized t-shirt and boyshorts">>
-		boy shorts
+			boy shorts
 		<<case "an oversized t-shirt">>
-		t-shirt
+			t-shirt
 		<<case "a t-shirt and jeans">>
-		blue jeans
+			blue jeans
 		<<case "boyshorts">>
-		boy shorts
+			boy shorts
 		<<case "cutoffs">>
-		jean shorts
+			jean shorts
 		<<case "leather pants and pasties">>
-		leather pants
+			leather pants
 		<<case "leather pants">>
-		leather pants
+			leather pants
 		<<case "panties">>
-		panties
+			panties
 		<<case "sport shorts and a t-shirt">>
-		shorts
+			shorts
 		<<case "a t-shirt and panties">>
-		panties
+			panties
 		<<case "panties and pasties">>
-		panties
+			panties
 		<<case "striped underwear">>
-		panties
+			panties
 		<<case "sport shorts and a sports bra">>
-		shorts
+			shorts
 		<<case "jeans">>
-		blue jeans
+			blue jeans
 		<<case "a sweater and cutoffs">>
-		jean shorts
+			jean shorts
 		<<case "leather pants and a tube top">>
-		leather pants
+			leather pants
 		<<case "sport shorts">>
-		shorts
+			shorts
 		<<case "a Santa dress">>
-		Santa dress
+			Santa dress
 		<<default>>
-		$slaves[$i].clothes
+			$slaves[$i].clothes
 		<</switch>>
 		as instinct takes hold compelling $him to begin pushing. $He pays no mind to who may be watching $his naked <<if $slaves[$i].mpreg == 1>>rear<<else>>crotch<</if>> as <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his<<if $slaves[$i].pregType > 1>> first<</if>> baby<</if>> begins to crown.
 	<<else>>
 		$He hastily removes $his
 		<<switch $slaves[$i].clothes>>
 		<<case "a slutty pony outfit">>
-		slutty pony outfit
+			slutty pony outfit
 		<<case "a slutty klan robe">>
-		slutty klan robe
+			slutty klan robe
 		<<case "a police uniform">>
-		police uniform
+			police uniform
 		<<case "a nice pony outfit">>
-		nice pony outfit
+			nice pony outfit
 		<<case "a hanbok">>
-		hanbok
+			hanbok
 		<<case "a gothic lolita dress">>
-		gothic lolita dress
+			gothic lolita dress
 		<<case "a slutty maid outfit">>
-		slutty maid outfit
+			slutty maid outfit
 		<<case "a slutty nurse outfit">>
-		slutty nurse outfit
+			slutty nurse outfit
 		<<case "a schoolgirl outfit">>
-		schoolgirl outfit
+			schoolgirl outfit
 		<<case "a cheerleader outfit">>
-		cheerleader outfit
+			cheerleader outfit
 		<<case "a slutty qipao">>
-		slutty qipao
+			slutty qipao
 		<<case "a chattel habit">>
-		chattel habit
+			chattel habit
 		<<case "a toga">>
-		toga
+			toga
 		<<case "a huipil">>
-		huipil
+			huipil
 		<<case "a fallen nuns habit">>
-		fallen nun's habit
+			fallen nun's habit
 		<<case "a succubus outfit">>
-		succubus outfit
+			succubus outfit
 		<<case "a klan robe">>
-		a klan robe
+			a klan robe
 		<<case "cutoffs and a t-shirt">>
-		cutoffs and t-shirt
+			cutoffs and t-shirt
 		<<case "a mini dress">>
-		mini dress
+			mini dress
 		<<case "a military uniform">>
-		military uniform
+			military uniform
 		<<case "a schutzstaffel uniform">>
-		schutzstaffel uniform
+			schutzstaffel uniform
 		<<case "a slutty schutzstaffel uniform">>
-		slutty schutzstaffel uniform
+			slutty schutzstaffel uniform
 		<<case "a red army uniform">>
-		red army uniform
+			red army uniform
 		<<case "a long qipao">>
-		long qipao
+			long qipao
 		<<case "battlearmor">>
-		battlearmor
+			battlearmor
 		<<case "a mounty outfit">>
-		mounty uniform
+			mounty uniform
 		<<case "a dirndl">>
-		dirndl
+			dirndl
 		<<case "lederhosen">>
-		lederhosen
+			lederhosen
 		<<case "a biyelgee costume">>
-		biyelgee costume
+			biyelgee costume
 		<<case "an apron">>
-		apron
+			apron
 		<<case "a string bikini">>
-		string bikini
+			string bikini
 		<<case "a scalemail bikini">>
-		scalemail bikini
+			scalemail bikini
 		<<case "striped panties">>
-		shimapan panties
+			shimapan panties
 		<<case "a kimono">>
-		kimono
+			kimono
 		<<case "a slave gown">>
-		slave gown
+			slave gown
 		<<case "a hijab and abaya" "a niqab and abaya">>
-		abaya
+			abaya
 		<<case "a halter top dress">>
-		halter top dress
+			halter top dress
 		<<case "a ball gown">>
-		ball gown
+			ball gown
 		<<case "a maternity dress">>
-		maternity dress
+			maternity dress
 		<<case "a slutty outfit">>
-		slutty outfit
+			slutty outfit
 		<<case "a nice maid outfit">>
-		nice maid outfit
+			nice maid outfit
 		<<case "a leotard">>
-		leotard
+			leotard
 		<<case "a hijab and blouse">>
-		skirt
+			skirt
 		<<case "a burqa">>
-		burqa
+			burqa
 		<<case "a burkini">>
-		burkini
+			burkini
 		<<case "a monokini">>
-		monokini
+			monokini
 		<<case "a cybersuit">>
-		cybersuit
+			cybersuit
 		<<case "a comfortable bodysuit">>
-		comfortable bodysuit
+			comfortable bodysuit
 		<<case "a bunny outfit">>
-		bunny outfit
+			bunny outfit
 		<<case "a nice nurse outfit">>
-		nice nurse outfit
+			nice nurse outfit
 		<<case "a latex catsuit">>
-		latex catsuit
+			latex catsuit
 		<<case "stretch pants and a crop-top">>
-		stretch pants
+			stretch pants
 		<<case "spats and a tank top">>
-		spats
+			spats
 		<<case "a tube top and thong">>
-		thong
+			thong
 		<<case "a button-up shirt and panties">>
-		panties
+			panties
 		<<case "a bra">>
-		bra
+			bra
 		<<case "a button-up shirt">>
-		button-up shirt
+			button-up shirt
 		<<case "a sweater">>
-		sweater
+			sweater
 		<<case "a tank-top">>
-		tank-top
+			tank-top
 		<<case "a thong">>
-		thong
+			thong
 		<<case "a tube top">>
-		tube top
+			tube top
 		<<case "a one-piece swimsuit">>
-		swimsuit
+			swimsuit
 		<<case "a striped bra">>
-		bra
+			bra
 		<<case "a skimpy loincloth">>
-		loincloth
+			loincloth
 		<<case "a sports bra">>
-		sports bra
+			sports bra
 		<<case "a sweater and panties">>
-		panties
+			panties
 		<<case "a t-shirt">>
-		t-shirt
+			t-shirt
 		<<case "a tank-top and panties">>
-		panties
+			panties
 		<<case "a t-shirt and thong">>
-		thong
+			thong
 		<<case "an oversized t-shirt and boyshorts">>
-		boy shorts
+			boy shorts
 		<<case "an oversized t-shirt">>
-		t-shirt
+			t-shirt
 		<<case "a t-shirt and jeans">>
-		blue jeans
+			blue jeans
 		<<case "boyshorts">>
-		boy shorts
+			boy shorts
 		<<case "cutoffs">>
-		jean shorts
+			jean shorts
 		<<case "leather pants and pasties">>
-		leather pants
+			leather pants
 		<<case "leather pants">>
-		leather pants
+			leather pants
 		<<case "panties">>
-		panties
+			panties
 		<<case "sport shorts and a t-shirt">>
-		shorts
+			shorts
 		<<case "a t-shirt and panties">>
-		panties
+			panties
 		<<case "panties and pasties">>
-		panties
+			panties
 		<<case "striped underwear">>
-		panties
+			panties
 		<<case "sport shorts and a sports bra">>
-		shorts
+			shorts
 		<<case "jeans">>
-		blue jeans
+			blue jeans
 		<<case "a sweater and cutoffs">>
-		jean shorts
+			jean shorts
 		<<case "leather pants and a tube top">>
-		leather pants
+			leather pants
 		<<case "sport shorts">>
-		shorts
+			shorts
 		<<case "a Santa dress">>
-		Santa dress
+			Santa dress
 		<<default>>
-		$slaves[$i].clothes
+			$slaves[$i].clothes
 		<</switch>>
 		and tosses it aside. Quickly $he spreads $his legs and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
 	<</if>>