From aa5ae018ba698f368948225cc2d73e3585a6afb9 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 24 Sep 2017 23:57:58 -0400
Subject: [PATCH] catches

---
 src/pregmod/generateChild.tw           | 3 +++
 src/uncategorized/saLongTermEffects.tw | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/pregmod/generateChild.tw b/src/pregmod/generateChild.tw
index 9af6ab94daa..3000b5dc421 100644
--- a/src/pregmod/generateChild.tw
+++ b/src/pregmod/generateChild.tw
@@ -562,6 +562,9 @@
 <<if $activeSlave.underArmHStyle != "hairless">>
 	<<set $activeSlave.underArmHStyle = either("bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless")>>
 <</if>>
+<<if $activeSlave.fetish == "mindbroken">>
+	<<set $activeSlave.fetish = "none")>>
+<</if>>
 <<if $incubatorImprintSetting == "terror">>
 	<<set $activeSlave.origin = "Shortly after birth, she was sealed in an aging tank until she was of age. She knows only of the terror that awaits her should she not obey her master.">>
 <<else>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 14cd4cc116d..2652a3a74ff 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -1032,7 +1032,7 @@
 			<</if>>
 			<<if ($slaves[$i].dick > 0)>>
 			<<if ($slaves[$i].energy >= 40)>>
-			<<if ($slaves[$i].analCount > 0)>>
+			<<if ($slaves[$i].analCount > 0) && canDoAnal($activeSlave)>>
 				Every time she cums with a dick up her ass, her @@.green;resistance to sex with men is worn away.@@
 				<<set $slaves[$i].attrXY += 3>>
 			<</if>>
-- 
GitLab