From 71e92b73b99ada4f0a6b923b62b2eb803681ae87 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 10 Jun 2018 23:14:52 -0400
Subject: [PATCH] fixes

---
 src/uncategorized/RESS.tw             | 2 +-
 src/uncategorized/saHormoneEffects.tw | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index c40ca170d96..997673b0580 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -3413,7 +3413,7 @@ There are sturdy leather seats placed strategically throughout your penthouse. T
 <br><br>
 One of them slows as she goes by, however. Looking up, you see that it's <<EventNameLink $activeSlave>>. <<if canTalk($activeSlave)>>"Hi <<Master>>," she <<say>>s flirtily<<if $activeSlave.belly >= 1500>> rubbing a hand across her _belly <<if $activeSlave.bellyPreg > 0>> pregnancy<<else>>belly<</if>><</if>>. "That look<<s>> like a really comfortable <<s>>eat. Can I <<s>>it down and re<<s>>t <<if $activeSlave.belly >= 10000>>my tired leg<<s>> <</if>>for a little while?"<<else>>She greets you properly, but adds a flirtiness to her gestures, and asks if she can sit down and rest <<if $activeSlave.belly >= 10000>> her <<if $activeSlave.bellyPreg > 0>>gravid<<else>>_belly<</if>> bulk <</if>>on the comfortable seat for a little while.<</if>> She is not pointing at the soft leather cushion next to you: she's pointing at your crotch.
 <br><br>
-You're nude, a consequence of <<if $Concubine != 0>>recent activities involving $Concubine.slaveName<<else>>recent unrelated activities<</if>>. <<if $PC.dick == 1>>Your formidable dick is three quarters hard,<<else>>Nude, that is, all except for the strap-on you were just using and haven't taken off yet,<</if>> and $activeSlave.slaveName is pointing right at it. She knows exactly what she's asking for and gives her <<if $activeSlave.hips > 0>>broad<<elseif $activeSlave.hips > -1>>trim<<else>>narrow<</if>> hips a little wiggle to make it even more abundantly clear.
+You're nude, a consequence of <<if $Concubine != 0 && $Concubine.ID != $activeSlave.ID>>recent activities involving $Concubine.slaveName<<else>>recent unrelated activities<</if>>. <<if $PC.dick == 1>>Your formidable dick is three quarters hard,<<else>>Nude, that is, all except for the strap-on you were just using and haven't taken off yet,<</if>> and $activeSlave.slaveName is pointing right at it. She knows exactly what she's asking for and gives her <<if $activeSlave.hips > 0>>broad<<elseif $activeSlave.hips > -1>>trim<<else>>narrow<</if>> hips a little wiggle to make it even more abundantly clear.
 <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
 	Her poor dick is visibly straining against the restrictive chastity belt she's wearing.
 <<elseif canAchieveErection($activeSlave)>>
diff --git a/src/uncategorized/saHormoneEffects.tw b/src/uncategorized/saHormoneEffects.tw
index 425f851c556..6fe34e0608e 100644
--- a/src/uncategorized/saHormoneEffects.tw
+++ b/src/uncategorized/saHormoneEffects.tw
@@ -170,7 +170,7 @@
 		<</if>>
 		<<if $slaves[$i].clit > 0>>
                         <<if (($slaves[$i].inducedNCS == 1) && (random(1,100) > 50) && ($slaves[$i].clit > 1))>>
-                                Hormonal effects work with $possessive @@.orange;NCS@@ and cause @@.orange;$possessive clit to shring down greatly.@@
+                                Hormonal effects work with $possessive @@.orange;NCS@@ and cause @@.orange;$possessive clit to shrink down greatly.@@
                                 <<set $slaves[$i].clit -= 1>>
                         <<else>>
                                 Hormonal effects cause @@.orange;$possessive clit to shrink significantly.@@
@@ -369,7 +369,7 @@
 		<</if>>
 		<<if $slaves[$i].clit > 1>>
                         <<if (($slaves[$i].inducedNCS == 1) && (random(1,100) > 50))>>
-                                Hormonal effects work with $possessive @@.orange;NCS@@ and cause @@.orange;$possessive clit to shring down greatly.@@
+                                Hormonal effects work with $possessive @@.orange;NCS@@ and cause @@.orange;$possessive clit to shrink down greatly.@@
                                 <<set $slaves[$i].clit -= 1>>
                         <<else>>
 			        Hormonal effects cause @@.orange;$possessive clit to shrink significantly.@@
@@ -465,7 +465,7 @@
 		<</if>>
 		<<if $slaves[$i].clit > 2>>
                         <<if (($slaves[$i].inducedNCS == 1) && (random(1,100) > 50))>>
-                                Hormonal effects work with $possessive @@.orange;NCS@@ and cause @@.orange;$possessive clit to shring down greatly.@@
+                                Hormonal effects work with $possessive @@.orange;NCS@@ and cause @@.orange;$possessive clit to shrink down greatly.@@
                                 <<set $slaves[$i].clit -= 1>>
                         <<else>>
                                 Hormonal effects cause @@.orange;$possessive clit to shrink significantly.@@
-- 
GitLab