From 538e420f3f17161c1e51d64d8a03e95f1a4e8be2 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Sat, 6 Jan 2018 20:01:12 -0500
Subject: [PATCH] Flaw -> Quirk

---
 src/pregmod/newChildIntro.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw
index 120278907e1..3410892d429 100644
--- a/src/pregmod/newChildIntro.tw
+++ b/src/pregmod/newChildIntro.tw
@@ -453,7 +453,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 <</if>>
 
 <<if $incubatorReproductionSetting > 0>>
-<<if (($activeSlave.attrXX > 50) || ($activeSlave.behavioralFlaw == "adores women")) && ($activeSlave.behavioralFlaw != "hates women") && ($activeSlave.trust >= -20)>>
+<<if (($activeSlave.attrXX > 50) || ($activeSlave.behavioralQuirk == "adores women")) && ($activeSlave.behavioralFlaw != "hates women") && ($activeSlave.trust >= -20)>>
 	<<if ($PC.boobs == 1)>>
 		She seems to think you're pretty, and is more willing to @@.hotpink;try for your approval@@ than she would otherwise be. She openly ogles your rack at every opportunity.
 		<<set $activeSlave.devotion += 4>>
@@ -465,7 +465,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 	<<set $activeSlave.devotion -= 5>>
 	<</if>>
 <</if>>
-<<if (($activeSlave.attrXY > 50) || ($activeSlave.behavioralFlaw == "adores men")) && ($activeSlave.behavioralFlaw != "hates men") && ($activeSlave.trust >= -20)>>
+<<if (($activeSlave.attrXY > 50) || ($activeSlave.behavioralQuirk == "adores men")) && ($activeSlave.behavioralFlaw != "hates men") && ($activeSlave.trust >= -20)>>
 	<<if ($PC.dick == 1) && ($PC.boobs == 0)>>
 	She seems to think you're handsome, and is more willing to @@.hotpink;try for your approval@@ than she would otherwise be. She ogles your crotch at every opportunity.
 	<<set $activeSlave.devotion += 4>>
-- 
GitLab