diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index d24f8f2a04e4844c3191035f177c7b5b88629991..4e914d2e7505f63cc00cbf013b0d3029e66fc97b 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,13 @@
 
 0.10.7.1-0.6.x
 
+8/20/2018
+
+	7
+	-sugarcube updated to 2.27.0
+	-various fixes
+	-tweaks to disability slavegen
+
 8/19/2018
 
 	6
diff --git a/src/pregmod/eliteSlave.tw b/src/pregmod/eliteSlave.tw
index fdd2d451af0adc1dbaea6a4838fb4f3e7a366bd7..e584fb467a93ca98aba6f7e9755311699a850b4c 100644
--- a/src/pregmod/eliteSlave.tw
+++ b/src/pregmod/eliteSlave.tw
@@ -21,7 +21,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc
 <<if $arcologies[0].FSSupremacist != "unset">>
 	<<set $fixedRace = $arcologies[0].FSSupremacistRace>>
 <<elseif $arcologies[0].FSSubjugationist != "unset">>
-	<<set _races = ["white", "asian", "latina", "middle eastern", "black", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race"]>>
+	<<set _races = ["white", "white", "white", "white", "white", "white", "white", "white", "white", "asian", "asian", "asian", "asian", "asian", "asian", "latina", "latina", "latina", "black", "black", "middle eastern", "middle eastern", "indo-aryan", "indo-aryan", "southern european", "southern european", "semitic", "semitic", "malay", "malay", "amerindian", "pacific islander", "mixed race"]>>
 	<<set _races = _races.delete($arcologies[0].FSSubjugationistRace)>>
 	<<set $fixedRace = _races.random()>>
 <</if>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index d21faf975aa20a69ea82d2c7102030ef4676ec7c..f7bcd20f7683fcf2b2346208a99943a23bbc6dc3 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -20172,7 +20172,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Leave $him to figure it out">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You leave $him to get $himself out of this situation and return to your daily affairs, though not without focusing a camera on the distraught breeder first. For several hours enjoy the sight of $his backside struggling to squeeze through the doorway before $he finally manages to figure it out. $He @@.mediumorchid;blames you@@ for this indignity and @@.gold;worries@@ about what else you have waiting to torment $him.
+	You leave $him to get $himself out of this situation and return to your daily affairs, though not without focusing a camera on the distraught breeder first. For several hours, you enjoy the sight of $his backside struggling to squeeze through the doorway before $he finally manages to figure it out. $He @@.mediumorchid;blames you@@ for this indignity and @@.gold;worries@@ about what else you have waiting to torment $him.
 	<<set $activeSlave.devotion -= 2, $activeSlave.trust -= 2>>
 	<</replace>>
 <</link>>