diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 0260411e0d4b016579db5c1bcd241dcd6d86bee9..08047df841020827565f9672fc3b299b4984a059 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,9 @@
 
 10/15/2018
 
+	17
+	-fixes
+
 	16
 	-fixes
 	-chem no longer affects miscarriage rates.
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 80cd464ea9020e74152972e8757df4bbc9973d25..65fbc25967b8c6433dad7afb33a0d7e63ba39f8e 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -15619,6 +15619,7 @@ window.rulesAssistantOptions = (function() {
 				["Devotion", "devotion"],
 				["Trust", "trust"],
 				["Health", "health"],
+				["Sex", "genes"],
 				["Sex drive", "energy"],
 				["Height", "height"],
 				["Weight", "weight"],
@@ -15688,6 +15689,7 @@ window.rulesAssistantOptions = (function() {
 			return [
 				"fetish",
 				"amp",
+				"genes",
 			].includes(attribute);
 		}
 
@@ -15853,6 +15855,7 @@ window.rulesAssistantOptions = (function() {
 			return "Insert a valid JSON array. Known values: " + {
 				"fetish": "buttslut, cumslut, masochist, sadist, dom, submissive, boobs, pregnancy, none (AKA vanilla)",
 				"amp": "Amputated: 1, Not amputated: 0",
+				"genes": "XX, XY",
 			}[attribute];
 		}
 		
diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw
index 4f591d931730e5836d1017a1974cd81eb95a3647..3b4088d49f467dcecca7f0bdca3954a688edbbe2 100644
--- a/src/js/rulesAssistantOptions.tw
+++ b/src/js/rulesAssistantOptions.tw
@@ -522,6 +522,7 @@ window.rulesAssistantOptions = (function() {
 				["Devotion", "devotion"],
 				["Trust", "trust"],
 				["Health", "health"],
+				["Sex", "genes"],
 				["Sex drive", "energy"],
 				["Height", "height"],
 				["Weight", "weight"],
@@ -591,6 +592,7 @@ window.rulesAssistantOptions = (function() {
 			return [
 				"fetish",
 				"amp",
+				"genes",
 			].includes(attribute);
 		}
 
@@ -756,6 +758,7 @@ window.rulesAssistantOptions = (function() {
 			return "Insert a valid JSON array. Known values: " + {
 				"fetish": "buttslut, cumslut, masochist, sadist, dom, submissive, boobs, pregnancy, none (AKA vanilla)",
 				"amp": "Amputated: 1, Not amputated: 0",
+				"genes": "XX, XY",
 			}[attribute];
 		}
 		
diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw
index ce7eb6523eafd97252253800146a83e364661b79..e50005433c79f4b7e1ee5c1895f4cbe38bb7d2ad 100644
--- a/src/uncategorized/slaveSold.tw
+++ b/src/uncategorized/slaveSold.tw
@@ -1039,7 +1039,7 @@
 	<</for>>
 
 <<case "porn studio">>
-	$activeSlave.slaveName becomes a frequent sight in $activeSlave.pornType smut and attracts huge crowds with each public appearance. Your other apsiring porn stars @@.mediumaquamarine;try harder than ever@@ in the hopes of following in her prestigious footsteps.
+	$activeSlave.slaveName becomes a frequent sight in $activeSlave.pornFameType smut and attracts huge crowds with each public appearance. Your other aspiring porn stars @@.mediumaquamarine;try harder than ever@@ in the hopes of following in her prestigious footsteps.
 	<<run clearSummaryCache()>>
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 	<<if $slaves[_ss].pornPrestige > 0 && $slaves[_ss].pornPrestige < 3>>