From 6bb32ffeeec721f03717049cca7f55b82410d4d0 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 13 Jul 2018 21:13:38 -0400
Subject: [PATCH] Fixes

---
 slave variables documentation - Pregmod.txt | 2 +-
 src/uncategorized/PESS.tw                   | 2 +-
 src/uncategorized/ptWorkaround.tw           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 2293e8792aa..edf173d6eeb 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 3dc043e0d20..fe661b82a5e 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 4e51f0879d2..ab83c7dc2bf 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>>
-- 
GitLab