From b5e38b56cfe32bf6ee6673755f37d0a840e3cc5c Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 22 Jul 2017 00:42:16 -0400
Subject: [PATCH] fixes

---
 src/uncategorized/masterSuiteReport.tw |  2 +-
 src/uncategorized/saLongTermEffects.tw | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw
index 926624b253b..ac2f33fffa5 100644
--- a/src/uncategorized/masterSuiteReport.tw
+++ b/src/uncategorized/masterSuiteReport.tw
@@ -153,7 +153,7 @@
 							She wishes she could lactate for you, but she has dried up since her glory days.
 						<</if>>
 					<</if>>
-					<<if $Concubine.prestigeDesc == "She is remembered for winning best in show as a breeder."
+					<<if $Concubine.prestigeDesc == "She is remembered for winning best in show as a breeder.">>
 						<<if $Concubine.preg > 10>>
 							When she has a free moment, she refines her flexibility so that she can perform any sexual position possible for her in her motherly state. She takes the time to look up new positions to work around her growing pregnancy.
 						<<elseif isFertile($Concubine) || $Concubine.preg > 0>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 628d86e04e7..06ed9c1e8c6 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -3950,7 +3950,7 @@
 			<<set $slaves[$i].preg = 1, $slaves[$i].pregSource = -1>>
 		<</if>>
 
-	<<case "serve in the master suite" "please you">>
+	<<case "serve in the master suite">>
 		<<if ($PC.dick == 1) && ($slaves[$i].eggType == "human") && (($slaves[$i].toyHole == "all her holes" && $slaves[$i].mpreg != 1 && $slaves[$i].vagina > 0) || ($slaves[$i].toyHole == "all her holes" && $slaves[$i].mpreg == 1 && $slaves[$i].anus > 0) || ($slaves[$i].toyHole == "pussy" && $slaves[$i].mpreg != 1) || ($slaves[$i].mpreg == 1 && $slaves[$i].toyHole == "ass"))>>
 			You frequently avail yourself to her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>. It's no surprise when @@.lime;she ends up pregnant with your child@@.
 			<<set $slaves[$i].preg = 1, $slaves[$i].pregSource = -1>>
@@ -3971,7 +3971,13 @@
 				<</if>>
 			<</for>>
 		<</if>>
-
+		
+	<<case "please you">>
+		<<if ($PC.dick == 1) && ($slaves[$i].eggType == "human") && (($slaves[$i].toyHole == "all her holes" && $slaves[$i].mpreg != 1 && $slaves[$i].vagina > 0) || ($slaves[$i].toyHole == "all her holes" && $slaves[$i].mpreg == 1 && $slaves[$i].anus > 0) || ($slaves[$i].toyHole == "pussy" && $slaves[$i].mpreg != 1) || ($slaves[$i].mpreg == 1 && $slaves[$i].toyHole == "ass"))>>
+			You frequently avail yourself to her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>. It's no surprise when @@.lime;she ends up pregnant with your child@@.
+			<<set $slaves[$i].preg = 1, $slaves[$i].pregSource = -1>>
+		<</if>>
+	
 	<<case "work in the brothel" "serve in the club" "whore" "serve the public">>
 		<<if ($slaves[$i].eggType == "human")>>
 			Due to all the citizens cumming in $possessive fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@.lime;$pronoun has become pregnant@@.
-- 
GitLab