diff --git a/src/js/assayJS.js b/src/js/assayJS.js
index d13234ff2a45d83d971b5e858c20e021292fc76a..986d7a87c75ab2ba4bc07dacf5ab2e21b62aebdd 100644
--- a/src/js/assayJS.js
+++ b/src/js/assayJS.js
@@ -222,7 +222,7 @@ window.newSlave = function newSlave(slave) {
 	addSlave(slave);
 
 	if (slave.origin !== "$He was your slave, but you freed $him, which $he repaid by participating in a coup attempt against you. It failed, and $he is again your chattel." && slave.ID !== V.boomerangSlave.ID) {
-		V.genePool.push(slave);
+		V.genePool.push(clone(slave));
 		/* Store non-albino stats in genePool */
 		if (slave.geneticQuirks.albinism === 2) {
 			const albInd = V.genePool.findIndex(s => s.ID === slave.ID);
diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw
index 1478308340db5747bbd4dcbab5e4be1ac0f6f714..91d144f7f76dd2fd344daed69948b49c513f53d7 100644
--- a/src/pregmod/fSlaveSlaveVagConsummate.tw
+++ b/src/pregmod/fSlaveSlaveVagConsummate.tw
@@ -240,7 +240,7 @@ Next, you see to $activeSlave.slaveName.
 		invite you into $activeSlave.slaveName's crowded pussy.
 		<<set $activeSlave.counter.vaginal++, $vaginalTotal++>>
 	<</if>>
-	You take up the offer and penetrate $activeSlave.slaveName with your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>>. With the added stimulus of penetrating a tight hole alongside $his dear <<= WrittenMaster($slaverapistx)>>, $he comes indecently hard, but no where near as hard as the completely overloaded $activeSlave.slaveName. All of you collapse into an exhausted, happy pile of flesh.
+	You take up the offer and penetrate $activeSlave.slaveName with your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>>. With the added stimulus of penetrating a tight hole alongside _his2 dear <<= WrittenMaster($slaverapistx)>>, $slaverapistx.slaveName comes indecently hard, but no where near as hard as the completely overloaded $activeSlave.slaveName. All of you collapse into an exhausted, happy pile of flesh.
 
 <</if>>
 
diff --git a/src/uncategorized/prestigiousSlave.tw b/src/uncategorized/prestigiousSlave.tw
index e68fab575c493f91c336d95f9a9fb6edef090750..169e36f0cf82206a5f7a62e5873685f1fcf678ce 100644
--- a/src/uncategorized/prestigiousSlave.tw
+++ b/src/uncategorized/prestigiousSlave.tw
@@ -670,12 +670,14 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.prestigeDesc = "$He is a natural albino, and was quickly enslaved due to the great demand for physically unusual specimens.">>
 	<<set $activeSlave.geneticQuirks.albinism = 2>>
 	<<set $activeSlave.albinismOverride = {skin: $activeSlave.skin, eyeColor: $activeSlave.eyeColor, hColor: $activeSlave.hColor}>>
+	<<set $activeSlave.career = "a slave">>
 	<<set $activeSlave.devotion = random(-90,-80)>>
 	<<set $activeSlave.trust = random(-45,-25)>>
 	<<set $activeSlave.health = random(40,60)>>
 	<<set $activeSlave.hColor = "white">>
 	<<set $activeSlave.pubicHColor = "white">>
 	<<set $activeSlave.underArmHColor = "white">>
+	<<set $activeSlave.eyebrowHColor = "white">>
 	<<set $activeSlave.eyes = -1>>
 	<<set $activeSlave.eyeColor = "pale grey">>
 	<<set $activeSlave.skin = "pure white">>
diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw
index 4921b3e33563ba54e0a342db7ca185fa4eeb4838..11692061634254ab88f0fbb41955d351a3f99f59 100644
--- a/src/uncategorized/saLiveWithHG.tw
+++ b/src/uncategorized/saLiveWithHG.tw
@@ -685,7 +685,12 @@
 			<<set $slaves[$i].clothes = "a scalemail bikini">>
 		<</if>>
 	<<elseif ($HeadGirl.fetish == "dom")>>
-		$HeadGirl.slaveName keeps $slaves[$i].slaveName dressed up as a school<<= $girl>> to infantilize _his2 sub.
+		$HeadGirl.slaveName keeps $slaves[$i].slaveName dressed up as a school<<= $girl>>
+		<<if $slaves[$i].physicalAge > 16>>
+			to infantilize _his2 sub.
+		<<else>>
+			to highlight _his2 authority over _his2 young sub.
+		<</if>>
 		<<set $slaves[$i].clothes = "a schoolgirl outfit">>
 	<<elseif ($HeadGirl.fetish == "boobs")>>
 		$HeadGirl.slaveName keeps $slaves[$i].slaveName wearing a string bikini, since _he2 likes seeing those tits.
diff --git a/src/uncategorized/seRaiding.tw b/src/uncategorized/seRaiding.tw
index a5729ac0a006802998c99bacc31418d5381e6791..da6fc519c61f79b468187d2a85d8bff6fe0821d1 100644
--- a/src/uncategorized/seRaiding.tw
+++ b/src/uncategorized/seRaiding.tw
@@ -196,7 +196,7 @@ target
 	<<set $activeSlave.skill.whoring = 0>>
 	<<set $activeSlave.skill.combat = 1>>
 	<<set $activeSlave.intelligence = random(20,60)>>
-	<<set activeSlave.intelligenceImplant = 15>>
+	<<set $activeSlave.intelligenceImplant = 15>>
 	<<set $activeSlave.hStyle = either("short", "very short")>>
 	<<set $activeSlave.boobs = 150>>
 	<<set $activeSlave.vagina = -1>>