From e710623d577458ab6f3e95075dc123c0182d95e4 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Wed, 31 Jul 2019 16:55:17 -0400
Subject: [PATCH] preg tweaks

---
 src/uncategorized/customSlave.tw           | 4 ++--
 src/uncategorized/seCustomSlaveDelivery.tw | 2 +-
 src/utility/slaveCreationWidgets.tw        | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/uncategorized/customSlave.tw b/src/uncategorized/customSlave.tw
index 2e22d22bef2..83852a6a721 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 650584973a6..cd3eda5b7a0 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 9106c169321..f594fecb1f4 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>>
-- 
GitLab