diff --git a/src/uncategorized/customSlave.tw b/src/uncategorized/customSlave.tw
index 2e22d22bef2166f750ef02785217997f901dd6ff..83852a6a72163399924d0b6556dd9f83fa047c9f 100644
--- a/src/uncategorized/customSlave.tw
+++ b/src/uncategorized/customSlave.tw
@@ -1019,12 +1019,12 @@ Skin tone: <span id = "skin">
 <</link>>
 |
 <<link "Skilled">>
-	<<set $customSlave.skills = 15>>
+	<<set $customSlave.skills = 35>>
 	<<CustomSlaveSkills>>
 <</link>>
 |
 <<link "Expert">>
-	<<set $customSlave.skills = 35>>
+	<<set $customSlave.skills = 65>>
 	<<CustomSlaveSkills>>
 <</link>>
 
diff --git a/src/uncategorized/seCustomSlaveDelivery.tw b/src/uncategorized/seCustomSlaveDelivery.tw
index 650584973a6f6311d5372cc30cfd6dffd2cc37f4..cd3eda5b7a06e5777e53a1537cda92ff5920ac8f 100644
--- a/src/uncategorized/seCustomSlaveDelivery.tw
+++ b/src/uncategorized/seCustomSlaveDelivery.tw
@@ -188,7 +188,7 @@
 <<set $activeSlave.butt = $customSlave.butt>>
 <<set $activeSlave.skill.anal = $customSlave.skills>>
 <<set $activeSlave.skill.oral = $customSlave.skills>>
-<<set $activeSlave.skill.entertainment = $customSlave.skills>>
+<<set $activeSlave.skill.entertainment = $customSlave.skill.whore>>
 <<set $activeSlave.skill.whoring = $customSlave.skill.whore>>
 <<set $activeSlave.skill.combat = $customSlave.skill.combat>>
 <<set $activeSlave.eyes = $customSlave.eyes>>
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index 9106c169321902aef2a3b6eee88d611aee4c939c..f594fecb1f4ad98d9b764ed6d9e672488255c7ae 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -517,7 +517,7 @@
 <<widget "CustomSlaveSkills">>
 	<<replace #skills>>
 		<<if $customSlave.skills <= 10>>Sexually unskilled.
-		<<elseif $customSlave.skills <= 15>>Basic sex skills.
+		<<elseif $customSlave.skills <= 35>>Basic sex skills.
 		<<else>>Sexually skilled.
 		<</if>>
 	<</replace>>
@@ -529,7 +529,7 @@
 <<widget "CustomSlaveWhoreSkills">>
 	<<replace #whoreskills>>
 		<<if $customSlave.skill.whore <= 10>>Unskilled at prostitution and entertainment.
-		<<elseif $customSlave.skill.whore <= 15>>Basic prostitution and entertainment skills.
+		<<elseif $customSlave.skill.whore <= 35>>Basic prostitution and entertainment skills.
 		<<else>>Skilled at prostitution and entertainment.
 		<</if>>
 	<</replace>>