diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 2293e8792aa44b48949bb00064cc0a665ddd4eaa..edf173d6eeb653450ba66c9c5544d228bae4331d 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -1210,7 +1210,7 @@ face:
 face attractiveness
 -96-       - very ugly
 -95 - -41  - ugly
--40 - -11  - unnattractive
+-40 - -11  - unattractive
 -10 -  10  - attractive
  11 -  40  - very pretty
  41 -  95  - gorgeous
diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw
index 7c0d5c913578fe912d4a65633901723773acca82..232fbbe01fde7ae70ba5eec619c8571e8c5e7706 100644
--- a/src/uncategorized/PESS.tw
+++ b/src/uncategorized/PESS.tw
@@ -125,7 +125,7 @@ The business is brief and inconsequential, but it's good to speak with her. When
 
 <<case "worshipful impregnatrix">>
 
-<<EventNameLink $activeSlave>> comes wearily into your office at the end of her day to check in with you, like a good Head Girl should. You're busy at the moment, so she waits quietly, not wanting to interrupt you. She seems tired, and leans <<if $activeSlave.physicalAge > 35>>heavily<<else>>lightly<</if>> against the back of the office couch<<if $activeSlave.amp < 0>>, her mechanical hand hard against the leather<</if>>. Your Head Girl is a <<if $activeSlave.fetish == "dom">>very dominant $slaveTitle<<elseif $activeSlave.fetish == "sadist">>sadistic and dominant $slaveTitle<<else>>dutiful $slaveTitle and takes her leadership position seriously<</if>>, but she knows she doesn't have to pretend to be invincible around you.
+<<EventNameLink $activeSlave>> comes wearily into your office at the end of her day to check in with you, like a good Head Girl should. You're busy at the moment, so she waits quietly, not wanting to interrupt you. She seems tired, and leans <<if $activeSlave.physicalAge > 35>>heavily<<else>>lightly<</if>> against the back of the office couch<<if $activeSlave.amp < 0>>, her mechanical hand hard against the leather<</if>>. Your Head Girl is a <<if $activeSlave.fetish == "dom">>very dominant $desc<<elseif $activeSlave.fetish == "sadist">>sadistic and dominant $desc<<else>>dutiful $desc and takes her leadership position seriously<</if>>, but she knows she doesn't have to pretend to be invincible around you.
 <br><br>
 When you've finished your task, you raise your eyes to examine her. She's standing with her <<if $activeSlave.hips > 1>>broad<<elseif $activeSlave.hips < -1>>narrow<<else>>womanly<</if>> hips slightly cocked and her <<if $activeSlave.muscles > 95>>incredibly muscular<<elseif $activeSlave.weight > 10>>soft<<elseif $activeSlave.muscles > 10>>hard<<else>>trim<</if>> thighs bowed a bit wide. You immediately understand why: it's her job to impregnate fertile slaves, a duty she takes very seriously, and her dick must be very sore.
 <<if $activeSlave.clothes == "no clothing">>
diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw
index db5c5679c25ef15a57e9bd0097ea8b1e2f0b0615..b692718251c23c43613fc9d290b2897ec873eb90 100644
--- a/src/uncategorized/ptWorkaround.tw
+++ b/src/uncategorized/ptWorkaround.tw
@@ -314,11 +314,11 @@
 
 <<case "learn skills">>
 	<<set _trainingEfficiency = 10+Math.trunc($activeSlave.devotion/30)+$activeSlave.intelligence>>
-	<<set $skillIncrease = _trainingEfficiency>>
 	<<if $PC.career == "escort">>
 		You are well-versed in sexual techniques and how to employ them, giving you an edge in teaching her.
 		<<set _trainingEfficiency += 10>>
 	<</if>>
+	<<set $skillIncrease = _trainingEfficiency>>
 	<<if $activeSlave.devotion > 50>>
 		She's devoted to you, making sexual training much easier.
 	<<elseif $activeSlave.devotion > 20>>