diff --git a/src/npc/startingGirls/commitStartingGirl.tw b/src/npc/startingGirls/commitStartingGirl.tw
index a1e711ea33803f16f2cd1bc07da0c5bf59eb1c83..e58353382a87ac4def70e35e8bc776392fb864b0 100644
--- a/src/npc/startingGirls/commitStartingGirl.tw
+++ b/src/npc/startingGirls/commitStartingGirl.tw
@@ -18,7 +18,6 @@
 <<set $showStartingGirlsExplanation to 0>>
 
 <<if $createRelatedSlave == 0>>
-	<<set $startingGirlCopied to 1>>
 	<<if ($hostage == 0) || ($slaveCost > $hostageCost)>>
 		<<set $hostage to $slaveWithoutBonuses>>
 		<<set $hostageCost to $slaveCost>>
@@ -36,7 +35,7 @@ $activeSlave.slaveName has been added to your starting stable of slaves. You now
 		<<goto "Starting Girls">>
 	<</click>>
 	<br>
-	[[Add another slave, based on the previous slave|Starting Girls][$activeSlave = $slaveWithoutBonuses, $activeSlave.relation to 0, $activeSlave.relationTarget to 0, $activeSlave.mother = 0, $activeSlave.father = 0]]
+	[[Add another slave, based on the previous slave|Starting Girls][$activeSlave = $slaveWithoutBonuses, $activeSlave.relation to 0, $activeSlave.relationTarget to 0, $startingGirlCopied = 1, $activeSlave.mother = 0, $activeSlave.father = 0]]
 	<<if $createRelatedSlave == 1>>
 	<br>
 	//Add another slave, related to the previous slave://
@@ -56,18 +55,18 @@ $activeSlave.slaveName has been added to your starting stable of slaves. You now
 		<</if>>
 		*/
 	<<else>>
-		[[Twin|RG AS Dump][$returnTo to "Starting Girls", $activeSlave.relation to "twin", $activeSlave.relationTarget to $activeSlave.ID+1]]
+		[[Twin|RG AS Dump][$returnTo to "Starting Girls", $activeSlave.relation to "twin", $activeSlave.relationTarget to $activeSlave.ID+1, $startingGirlCopied = 1]]
 		<<if $activeSlave.actualAge <= 8 && ($PC.career == "servant" || $PC.career == "escort") && ($PC.vagina == 1)>>
 		<<else>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		[[Sister|RG AS Dump][$returnTo to "Starting Girls", $activeSlave.relation to "sister", $activeSlave.relationTarget to $activeSlave.ID+1]]
+		[[Sister|RG AS Dump][$returnTo to "Starting Girls", $activeSlave.relation to "sister", $activeSlave.relationTarget to $activeSlave.ID+1, $startingGirlCopied = 1]]
 		<<if $activeSlave.actualAge <= 24>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			[[Mother|RG AS Dump][$returnTo to "Starting Girls", $activeSlave.relation to "daughter", $activeSlave.relationTarget to $activeSlave.ID+1]]
+			[[Mother|RG AS Dump][$returnTo to "Starting Girls", $activeSlave.relation to "daughter", $activeSlave.relationTarget to $activeSlave.ID+1, $startingGirlCopied = 1]]
 		<</if>>
 		<<if $activeSlave.actualAge >= ($fertilityAge + $minimumSlaveAge)>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			[[Daughter|RG AS Dump][$returnTo to "Starting Girls", $activeSlave.relation to "mother", $activeSlave.birthsTotal += 1, $activeSlave.relationTarget to $activeSlave.ID+1]]
+			[[Daughter|RG AS Dump][$returnTo to "Starting Girls", $activeSlave.relation to "mother", $activeSlave.birthsTotal += 1, $activeSlave.relationTarget to $activeSlave.ID+1, $startingGirlCopied = 1]]
 		<</if>>
 		<</if>>
 	<</if>>
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index c8ef5574c1409189ff821bf858b047f461aa98a5..a5f8ad95a6fcc69a6d6a6f8eb292503574c23c8b 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -47,15 +47,13 @@
 			<<set $activeSlave.relation = "sister">>
 			<<set $activeSlave.age -= 5>>
 			<<set $activeSlave.age += random(0,10)>>
-			<<set $activeSlave.birthWeek = 0>>
 		<<elseif _tempSlave.relation is "mother">>
 			<<set $activeSlave.relation = "daughter">>
 			<<set $activeSlave.age -= random(16,24)>>
-			<<set $activeSlave.birthWeek = 0>>
 		<<elseif _tempSlave.relation is "daughter">>
 			<<set $activeSlave.relation = "mother">>
 			<<set $activeSlave.age += random(16,24)>>
-			<<set $activeSlave.birthWeek = 0>>
+			<<if $activeSlave.vagina == 0>><<set $activeSlave.vagina++>><</if>>
 		<</if>>
 		<<set $activeSlave.relationTarget = _tempSlave.ID>>
 	<</if>>
@@ -67,14 +65,14 @@
 	<<set $activeSlave.ID = $IDNumber>>
 	<<set $IDNumber += 1>>
 	<<if $activeSlave.attrKnown == 0>>
-	<<set $activeSlave.attrXX = random(0,100)>>
-	<<set $activeSlave.attrXY = random(0,100)>>
-	<<set $activeSlave.energy = random(1,90)>>
+		<<set $activeSlave.attrXX = random(0,100)>>
+		<<set $activeSlave.attrXY = random(0,100)>>
+		<<set $activeSlave.energy = random(1,90)>>
 	<</if>>
 	<<if $activeSlave.fetish is "mindbroken">>
 	<<elseif $activeSlave.fetishKnown == 0>>
-	<<set $activeSlave.fetishStrength = random(0,90)>>
-	<<set $activeSlave.fetish = either("none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "submissive", "cumslut", "humiliation", "buttslut", "boobs", "pregnancy", "dom", "sadist", "masochist")>>
+		<<set $activeSlave.fetishStrength = random(0,90)>>
+		<<set $activeSlave.fetish = either("none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "submissive", "cumslut", "humiliation", "buttslut", "boobs", "pregnancy", "dom", "sadist", "masochist")>>
 	<</if>>
 	<<set $startingGirlCopied = 0>>
 <<elseif $archetyped == 1>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 1556ec34df449beebbdb709ffd687f717daf595a..cb6bd48d81e01a94556a439c03b49c648caa1011 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -7751,9 +7751,9 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 				cupping her tiny breasts and telling $activeSlave.slaveName that if she was in her shoes she would be soo happy to be busty.
 			<</if>>
 		<<elseif $assistantAppearance is "fairy">>
-			//place holder//
+			groping the air as if there were an imaginary pair of tits in front of her and telling $activeSlave.slaveName that her oversized funbags would be wonderful for her to bounce and play on.
 		<<elseif $assistantAppearance is "pregnant fairy">>
-			//place holder//
+			bouncing on the balls of her feet to emphasize her own small but bouncy breasts and giving $activeSlave.slaveName a knowing wink.
 		<<else>>
 			purring that she'd love to.
 		<</if>>
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index 49354e2e78cc0ce24e68274dce6a6beb28b2480e..6824910cf95fb1e6d97d4a63c88cd28c6a2fd7c2 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -274,7 +274,7 @@ Despite her devotion and trust, she is still a slave, and probably knows that he
 	<<set $cash -= 10000>>
 	<</replace>>
 <</click>>
-<<if ($eventSlave.vagina != 0) && ($eventSlave.anus != 0)>>
+<<if ($eventSlave.vagina != 0) && ($eventSlave.anus != 0) && $eventSlave.breedingMark != 1>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<click "Orgiastic ceremony">>
 	<<replace "#result2">>
 	You order $assistantName to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week.
diff --git a/src/uncategorized/randomIndividualEvent.tw b/src/uncategorized/randomIndividualEvent.tw
index 9c54764c7973990b81b87e9c6e49ce35ea56b2ac..1acd692293fc776bee51ccdb459301cbc7dfb104 100644
--- a/src/uncategorized/randomIndividualEvent.tw
+++ b/src/uncategorized/randomIndividualEvent.tw
@@ -519,7 +519,7 @@
 <</if>>
 <</if>>
 
-<<if ($seeAge == 1)>>
+<<if ($seeAge != 0)>>
 <<if ($eventSlave.devotion > 50)>>
 <<if ($eventSlave.speechRules != "restrictive")>>
 <<if ($week-$eventSlave.birthWeek >= 51)>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index b3fa6930bc86c93b288943362b99447b5cc149f0..be54047a47dd9cc5a17cdbd9b627be903008cc3d 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -2662,7 +2662,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].sexualFlaw != "abusive">>
 		<<if $slaves[$i].aphrodisiacs > 0>>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on pain in others to get off. She's become @@@color:yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@
+			Her aphrodisiac addiction makes her dependent on pain in others to get off. She's become @@color:yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@
 			<<set $slaves[$i].sexualFlaw = "abusive">>
 		<</if>>
 		<</if>>
@@ -3341,7 +3341,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 			She is filled with a feeling of @@color:mediumorchid;revulsion@@ that your child is growing within her body.
 			<<set $slaves[$i].devotion -= 1>>
 		<<elseif ($slaves[$i].devotion) > 50 && ($slaves[$i].pregSource == -1)>>
-			She's @@color:hotpink;loves@@ that your child is growing within her.
+			She @@color:hotpink;loves@@ that your child is growing within her.
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if ($slaves[$i].pregSource == $slaves.relationshipTarget)>>
diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw
index c05adddda8c731dbae64adf5fe4d2149aa327dd5..40874a92410f93588e0ceb5c78d75026f43cde96 100644
--- a/src/uncategorized/saRelationships.tw
+++ b/src/uncategorized/saRelationships.tw
@@ -708,7 +708,7 @@
 					Her romantic bent drives her to do her best to advance her relationship to an emotional level.
 					<<set _seed = 10>>
 				<</if>>
-				<<if $familyTesting == 1 && _SlaveI.energy > 95) && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (90-$seed))>>
+				<<if $familyTesting == 1 && _SlaveI.energy > 95 && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (90-$seed))>>
 					She's such a desperate nympho that constant incest is nothing to her. She develops real feelings for _SlaveJ.slaveName as a romantic partner. Their relationship becomes @@color:lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.energy > 95) && (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > (90 - $seed))>>
diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw
index 7ed358be3de083e4bcb373c5eee9427936941177..adb76e092ed85035bd5bc0156768efc1ff3adf1c 100644
--- a/src/uncategorized/seNonlethalPit.tw
+++ b/src/uncategorized/seNonlethalPit.tw
@@ -612,7 +612,7 @@ You throw the victor's strap-on down to _winner.slaveName.
 	<<if _loser.devotion >= 20>>
 		She accepts her mother, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
 		<<set _loser.trust -= 10>>
-	<</else>>
+	<<else>>
 		She @@color:mediumorchid;hates@@ having to accept rape from her own mother, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
 		<<set _loser.devotion -= 10>>
 		<<set _loser.trust -= 10>>
@@ -621,7 +621,7 @@ You throw the victor's strap-on down to _winner.slaveName.
 	<<if _loser.devotion >= 20>>
 		She accepts her father, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
 		<<set _loser.trust -= 10>>
-	<</else>>
+	<<else>>
 		She @@color:mediumorchid;hates@@ having to accept rape from her own father, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
 		<<set _loser.devotion -= 10>>
 		<<set _loser.trust -= 10>>
@@ -630,7 +630,7 @@ You throw the victor's strap-on down to _winner.slaveName.
 	<<if _loser.devotion >= 20>>
 		She accepts her daughter, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
 		<<set _loser.trust -= 10>>
-	<</else>>
+	<<else>>
 		She @@color:mediumorchid;hates@@ having to accept rape from her own daughter, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
 		<<set _loser.devotion -= 10>>
 		<<set _loser.trust -= 10>>
@@ -640,7 +640,7 @@ You throw the victor's strap-on down to _winner.slaveName.
 		<<if _loser.devotion >= 20>>
 			She accepts her twin sister, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
 			<<set _loser.trust -= 10>>
-		<</else>>
+		<<else>>
 			She @@color:mediumorchid;hates@@ having to accept rape from her own twin, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
 			<<set _loser.devotion -= 10>>
 			<<set _loser.trust -= 10>>
@@ -649,7 +649,7 @@ You throw the victor's strap-on down to _winner.slaveName.
 		<<if _loser.devotion >= 20>>
 			She accepts her sister, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
 			<<set _loser.trust -= 10>>
-		<</else>>
+		<<else>>
 			She @@color:mediumorchid;hates@@ having to accept rape from her own sister, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
 			<<set _loser.devotion -= 10>>
 			<<set _loser.trust -= 10>>
@@ -658,7 +658,7 @@ You throw the victor's strap-on down to _winner.slaveName.
 		<<if _loser.devotion >= 20>>
 			She accepts her half-sister, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
 			<<set _loser.trust -= 10>>
-		<</else>>
+		<<else>>
 			She @@color:mediumorchid;hates@@ having to accept rape from her own half-sister, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
 			<<set _loser.devotion -= 10>>
 			<<set _loser.trust -= 10>>
diff --git a/src/uncategorized/seWedding.tw b/src/uncategorized/seWedding.tw
index 0d21d43fa3d847a1b606c6d8ac21edac7e69489a..0958083e665fa59d205cd345ad5f651dfeef3335 100644
--- a/src/uncategorized/seWedding.tw
+++ b/src/uncategorized/seWedding.tw
@@ -17,7 +17,7 @@
 <</if>>
 
 <<if $weddingPlanned is 3>>
-	The ceremony to bind $activeSlave.slaveName to you as your slave wife, and her womb to you as your private breeding ground, is a polite affair which you host in the lower floor of your penthouse. <<if $arcologies[0].FSRestart != "unset">>Barely anyone is there, mostly lower-class citizens, several accompanied by their slaves. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. There is a distinct air of unrest in the room, as if the absent Elites' distaste of your actions came in their place.<<else>>All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering<</if>>.
+	The ceremony to bind $activeSlave.slaveName to you as your slave wife, and her womb to you as your private breeding ground, is a polite affair which you host in the lower floor of your penthouse. <<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 0>>Barely anyone is there, mostly lower-class citizens, several accompanied by their slaves. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. There is a distinct air of unrest in the room, as if the absent Elites' distaste of your actions came in their place.<<else>>All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering<</if>>.
 	<br><br>
 	$activeSlave.slaveName appears after everyone has had a chance to socialize,<<if ($activeSlave.amp == 1)>> carried by another slave since she's a quadruple amputee and she cannot walk,<</if>> wearing beautiful bridal lingerie in
 	<<if ($activeSlave.vagina == 0)>>
@@ -107,7 +107,7 @@
 	<<set $rep += 750>>
 	<<set $desc = "a framed shot of you impregnating " + $activeSlave.slaveName + " at your wedding">>
 	<<set $trinkets.push($desc)>>
-	<<if $arcologies[0].FSRestart != "unset">>
+	<<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 0>>
 		You have @@color:red;angered@@ the Societal Elite by this public showing of everything they stand against.
 		<<set $failedElite += 250>>
 	<</if>>
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 46755cc5fceb5013b682925aa0d6b2a5487fed64..6cc6b3aaad52de25f6596f34f54d10520cfc7172 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -26,7 +26,7 @@
 <<widget "AnalVCheck">>
 <<if canDoAnal($activeSlave) && ($activeSlave.anus eq 0)>>
 	@@color:lime;This breaks in $activeSlave.slaveName's virgin ass.@@
-	<<if ($activeSlave.devotion > 50) || $activeSlave.career == "slave since birth">>
+	<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
 		Since it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Before long she's moaning loudly as you continue working away at her butthole. She thinks of losing her anal virginity to you as a @@color:hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
@@ -60,7 +60,7 @@
 <<if canDoVaginal($activeSlave)>>
 	<<if ($activeSlave.vagina eq 0)>>
 		@@color:lime;This breaks in $activeSlave.slaveName's virgin pussy.@@
-		<<if ($activeSlave.devotion > 20) || $activeSlave.career == "slave since birth">>
+		<<if ($activeSlave.devotion > 20) || $activeSlave.career == "a slave since birth">>
 			You ease yourself into her pussy, since it's her first time, then gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. @@color:hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion < -20)>>
@@ -94,7 +94,7 @@
 	<<if ($activeSlave.vagina eq 0)>>
 		<<if canDoAnal($activeSlave) && ($activeSlave.anus eq 0)>>
 			@@color:lime;This breaks in $activeSlave.slaveName's virgin holes.@@
-			<<if ($activeSlave.devotion > 50) || $activeSlave.career == "slave since birth">>
+			<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
 				As it's her first time, you ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she moans. @@color:hotpink;She's so devoted she enjoys being fucked in both holes for the first time.@@ She looks forward to having her holes fucked by you again.
 				<<set $activeSlave.devotion += 4>>
 			<<elseif ($activeSlave.devotion <= 20)>>
@@ -107,7 +107,7 @@
 		<<elseif canDoAnal($activeSlave)>>
 			@@color:lime;This breaks in $activeSlave.slaveName's virgin pussy.@@
 			<<set $activeSlave.vagina++>>
-			<<if ($activeSlave.devotion > 20) || $activeSlave.career == "slave since birth">>
+			<<if ($activeSlave.devotion > 20) || $activeSlave.career == "a slave since birth">>
 				As it's her first time, you ease yourself into her pussy and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. @@color:hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.
 				<<set $activeSlave.devotion += 4>>
 			<<elseif ($activeSlave.devotion < -20)>>
@@ -120,7 +120,7 @@
 		<<set $activeSlave.vagina to 1>>
 	<<elseif ($activeSlave.anus eq 0)>>
 		@@color:lime;This breaks in $activeSlave.slaveName's virgin ass.@@
-		<<if ($activeSlave.devotion > 50) || $activeSlave.career == "slave since birth">>
+		<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
 			As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. She thinks of losing her anal virginity to you as a @@color:hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion > 20)>>
@@ -144,7 +144,7 @@
 <<elseif canDoAnal($activeSlave)>>
 	<<if ($activeSlave.anus eq 0)>>
 		@@color:lime;This breaks in $activeSlave.slaveName's virgin ass.@@
-		<<if ($activeSlave.devotion > 50) || $activeSlave.career == "slave since birth">>
+		<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
 			As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. She thinks of losing her anal virginity to you as a @@color:hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion > 20)>>
@@ -177,7 +177,7 @@
 <<if canDoVaginal($activeSlave)>>
 	<<if ($activeSlave.vagina eq 0)>>
 		@@color:lime;This breaks in $activeSlave.slaveName's virgin pussy.@@
-		<<if ($activeSlave.devotion > 20) || $activeSlave.career == "slave since birth">>
+		<<if ($activeSlave.devotion > 20) || $activeSlave.career == "a slave since birth">>
 			As it's her first time, you ease yourself into her pussy and gradually speed up your thrusts while she slowly learns to move her hips along with you. Her moans become louder and louder. @@color:hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion < -20)>>
@@ -198,7 +198,7 @@
 <<elseif canDoAnal($activeSlave)>>
 	<<if ($activeSlave.anus eq 0)>>
 		@@color:lime;This breaks in $activeSlave.slaveName's virgin ass.@@
-		<<if ($activeSlave.devotion > 50) || $activeSlave.career == "slave since birth">>
+		<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
 			As it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Before long she's moaning loudly as you continue working away at her butthole. She thinks of losing her anal virginity to you as a @@color:hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion > 20)>>
@@ -1183,7 +1183,6 @@
 	<</if>>
 	<</if>>
 <</if>>
-
 <<if $args[0].actualAge > 35>>
 	<<if $args[0].face < 2>>
 	<<if $args[0].analSkill <= 30>>
@@ -1191,21 +1190,17 @@
 	<</if>>
 	<</if>>
 <</if>>
-
 <<if $args[0].attrXY <= 60>>
 	<<if $args[0].attrXX > 60>>
 		<<set $REOrientationCheckinIDs.push($args[0].ID)>>
 	<</if>>
 <</if>>
-
 <<if $args[0].face < 0>>
 	<<set $REUglyCheckinIDs.push($args[0].ID)>>
 <</if>>
-
 <<if $args[0].anus < 2>>
 	<<set $REButtholeCheckinIDs.push($args[0].ID)>>
 <</if>>
-
 <<if $args[0].boobs < 800>>
 	<<set $REReductionCheckinIDs.push($args[0].ID)>>
 <</if>>
@@ -1214,8 +1209,10 @@
 <<if $universalRulesNewSlavesRA == 1>>
 <<if $autoRulesAssistant != 0>>
 	<<silently>>
+	<<set $activeSlave = $args[0]>>
 	<<display "Check Auto Rules Activate">>
 	<<display "Default Rules">>
+	<<set $args[0] = $activeSlave>>
 	<</silently>>
 <</if>>
 <</if>>