From 0a0436243b872edde099ef56de6fbeea673ab133 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sat, 26 Oct 2019 15:28:47 -0700
Subject: [PATCH] Update saLongTermEffects.tw

---
 src/uncategorized/saLongTermEffects.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 4c6676ef8d6..4607bc367f5 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -1182,7 +1182,7 @@
 					<<set _para = 1>>
 				<<elseif $slaves[$i].geneticQuirks.gigantomastia == 2 && $slaves[$i].geneticQuirks.macromastia == 2 && $geneticMappingUpgrade >= 1>>
 					$His paraphilia is satisfied by the knowledge that $his genetic abnormality will keep $his breasts growing for the rest of $his life.
-				<<elseif $slaves[$i].geneticQuirks.gigantomastia == 2 || $slaves[$i].geneticQuirks.macromastia == 2>>
+				<<elseif $geneticMappingUpgrade >= 1 && ($slaves[$i].geneticQuirks.gigantomastia == 2 || $slaves[$i].geneticQuirks.macromastia == 2)>>
 					$His paraphilia is satisfied by the knowledge that $his genetic abnormality will keep $his breasts bigger than $his head.
 				<<elseif $slaves[$i].health < 0>>
 					$His paraphilia is ameliorated by $his poor health; $he knows $he can't take expansion right now.
-- 
GitLab