From 45c247ba6ae0c7eed668db7da61b058fd3a4a61a Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sat, 26 Oct 2019 15:34:15 -0700
Subject: [PATCH] Update src/uncategorized/saLongTermEffects.tw

---
 src/uncategorized/saLongTermEffects.tw | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 4607bc367f5..538022064f9 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -1184,6 +1184,8 @@
 					$His paraphilia is satisfied by the knowledge that $his genetic abnormality will keep $his breasts growing for the rest of $his life.
 				<<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].geneticQuirks.gigantomastia == 2>>
+					$His paraphilia is satisfied by her chest's curious tendency toward perpetual growth.
 				<<elseif $slaves[$i].health < 0>>
 					$His paraphilia is ameliorated by $his poor health; $he knows $he can't take expansion right now.
 				<<elseif $slaves[$i].drugs == "intensive breast injections">>
@@ -2846,7 +2848,7 @@
 									<<= FutureSocieties.Change("Hedonistic", 2)>>
 								<</if>>
 							<<elseif $slaves[$i].geneticQuirks.gigantomastia == 2 && $slaves[$i].boobs-$slaves[$i].boobsImplant >= 25000>>
-								$He loves $his tits, and measuring their weekly growth from gigantomastia starts to hold more fascination for $him than mere sex. @@.yellow;$His sexual identity is now dominated by $his swelling boobs.@@
+								$He loves $his tits, and measuring their <<if $geneticMappingUpgrade >= 1>>weekly growth from gigantomastia<<else>>mysterious weekly growth<</if>> starts to hold more fascination for $him than mere sex. @@.yellow;$His sexual identity is now dominated by $his swelling boobs.@@@
 								<<set $slaves[$i].sexualFlaw = "breast growth">>
 								<<set $slaves[$i].fetishStrength = 100>>
 								<<if $arcologies[0].FSHedonisticDecadence != "unset">>
@@ -6856,21 +6858,25 @@
 <<if $slaves[$i].geneticQuirks.macromastia == 2 && $slaves[$i].geneticQuirks.gigantomastia == 2>>
 	<<if $slaves[$i].boobs < 100000 && $slaves[$i].weight >= -95>>
 		<<if $geneticMappingUpgrade >= 1>>
-			$His @@.lime;breasts expand @@ due to $his abnormal strain of gigantomastia.
+			$His @@.lime;breasts expand@@ due to $his abnormal strain of gigantomastia.
+		<<else>>
+			$His @@.lime;breasts are undeniably larger@@ than they were last week, though the exact cause is a mystery.
 		<</if>>
 		<<set $slaves[$i].boobs += 30>>
 	<</if>>
 <<elseif $slaves[$i].geneticQuirks.gigantomastia == 2>>
 	<<if $slaves[$i].boobs < 25000 && $slaves[$i].weight >= -95>>
 		<<if $geneticMappingUpgrade >= 1>>
-			$His @@.lime;breasts expand @@ due to $his gigantomastia.
+			$His @@.lime;breasts expand@@ due to $his gigantomastia.
+		<<else>>
+			You suspect that $his @@.lime;breasts have grown slightly@@ since last week, but you cannot account for why.
 		<</if>>
 		<<set $slaves[$i].boobs += 20>>
 	<</if>>
 <<elseif $slaves[$i].geneticQuirks.macromastia == 2>>
 	<<if $slaves[$i].boobs < 5000 && $slaves[$i].weight >= -95>>
 		<<if $geneticMappingUpgrade >= 1>>
-			$His @@.lime;breasts expand @@ due to $his macromastia.
+			$His @@.lime;breasts expand@@ due to $his macromastia.
 		<</if>>
 		<<set $slaves[$i].boobs += 10>>
 	<</if>>
-- 
GitLab