diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index dbdbcf65d100d1dbcc6783c13ca46f28fc044d20..1595b47b4c4c7357aa35da24123218cd877d5492 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -374,7 +374,7 @@ You should have received a copy of the GNU General Public License along with thi
 	<<set $potencyAge = 13>>
 	<<set $AgePenalty = 1>>
 	<<set $precociousPuberty = 0>>
-	<<set $loliGrow = 1>>
+	<<set $loliGrow = 0>>
 
 	<<set $retirementAge = 45>>
 	<<set $customRetirementAge = 45>>
diff --git a/src/pregmod/slaveAgeIntro.tw b/src/pregmod/slaveAgeIntro.tw
index 14263347057ad2b08b2da66df20a77c94808bb8b..53f70838707fc6a98182af1e5d45f139495780d5 100644
--- a/src/pregmod/slaveAgeIntro.tw
+++ b/src/pregmod/slaveAgeIntro.tw
@@ -7,4 +7,4 @@ Do you want to see content involving girls younger than 18 in this game?
 [[No.|PC Body Intro][$minimumSlaveAge = 18, $pedo_mode = 0]] //All slaves will be at least 18 years old, and slavery of children will be illegal in the Free Cities.//
 <br>Yes, I wish to see girls as young as <<textbox "$minimumSlaveAge" $minimumSlaveAge "PC Body Intro">> [[Continue|PC Body Intro][$pedo_mode = 0]]
 <br>[[I just want lots of lolis.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 1]] //Nearly all randomly generated slaves will be under the age of 18, although custom slaves and slaves related to specific events may be older.//
-<br>[[I wish to see them grow up and become fertile.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 0, $precociousPuberty = 1, $loliGrow = 0, $fertilityAge = 10, $potencyAge = 12, $seeAge = 1]] //Preset. Slaves' age will be random from minimal possible age. They can be made fertile younger than normal puberty age (10) in some cases, and grow up naturally.//
+<br>[[I wish to see them grow up and become fertile.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 0, $precociousPuberty = 1, $loliGrow = 1, $fertilityAge = 10, $potencyAge = 12, $seeAge = 1]] //Preset. Slaves' age will be random from minimal possible age. They can be made fertile younger than normal puberty age (10) in some cases, and grow up naturally.//
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index f39a2f129c291dbe97c238d47a988614de64b5de..13724b753ad300c28ad452345b2a5cefa9710362 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -548,7 +548,7 @@
 	<<set $buttAccessibility = 0>>
 <</if>>
 <<if ndef $loliGrow>>
-	<<set $loliGrow = 1>>
+	<<set $loliGrow = 0>>
 <</if>>
 <<if ndef $ageMode>>
 	<<set $ageMode = 0>>
@@ -3905,6 +3905,14 @@ Done<br>
 <<set $upgradeMultiplierMedicine = upgradeMultiplierMedicine()>>
 <<set $upgradeMultiplierTrade = upgradeMultiplierTrade()>>
 
+<<if $releaseID < 1047>>
+	<<if $loliGrow > 0>>
+		<<set $loliGrow = 1>>
+	<<else>>
+		<<set $loliGrow = 0>>
+	<</if>>
+<</if>>
+
 <<set $JobIDArray = resetJobIDArray()>>
 
 /* reset NaNArray after BC is run */
diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index d8fbda4e88e76c3f95dbb2649177fefcd5f7c3ab..d4b6f964df1729836c27419eb02ca4fe44cd1129 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -130,7 +130,7 @@
 				<<if $slaves[_i].broodmother == 1>>
 					<<set $slaves[_i].ovaryAge += .2>>
 				<</if>>
-				<<if $slaves[_i].physicalAge <= 18 && $loliGrow == 0>>
+				<<if $slaves[_i].physicalAge <= 18 && $loliGrow > 0>>
 					<<run physicalDevelopment($slaves[_i])>>
 				<</if>>
 			<</if>>
diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw
index 74cd2245d1c4e21fac9a16542f161db8177c3c77..6bad47386419095b208d63d72c1f5adab0f503af 100644
--- a/src/uncategorized/pCoupAttempt.tw
+++ b/src/uncategorized/pCoupAttempt.tw
@@ -29,7 +29,7 @@
 				<<if $seeAge == 1>>
 					<<set $traitor.physicalAge += 1, $traitor.actualAge += 1, $traitor.visualAge += 1>>
 					<<set $traitor.ovaryAge += either(.8, .9, .9, 1, 1, 1, 1.1)>>
-					<<if $traitor.physicalAge <= 18 && $loliGrow == 0>>
+					<<if $traitor.physicalAge <= 18 && $loliGrow > 0>>
 						<<run physicalDevelopment($traitor)>>
 					<</if>>
 				<</if>>
diff --git a/src/uncategorized/pTraitorMessage.tw b/src/uncategorized/pTraitorMessage.tw
index d47d8e6dae6d3776235a254829474dc986414b9f..12ca31636d10617ab914430d93c85b15ad6c51ee 100644
--- a/src/uncategorized/pTraitorMessage.tw
+++ b/src/uncategorized/pTraitorMessage.tw
@@ -52,7 +52,7 @@
 			<<if $seeAge == 1>>
 				<<set $traitor.physicalAge += 1, $traitor.actualAge += 1, $traitor.visualAge += 1>>
 				<<set $traitor.ovaryAge += either(.8, .9, .9, 1, 1, 1, 1.1)>>
-				<<if $traitor.physicalAge <= 18 && $loliGrow == 0>>
+				<<if $traitor.physicalAge <= 18 && $loliGrow > 0>>
 					<<run physicalDevelopment($traitor)>>
 				<</if>>
 			<</if>>
diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw
index c2bb1ab31ec1d8e91ed618a0d4af4b0a0c6cf278..22d269eb2d408ef137aa9bdc0e8be75b1b8d3298 100644
--- a/src/uncategorized/reBoomerang.tw
+++ b/src/uncategorized/reBoomerang.tw
@@ -69,7 +69,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 			<<if $seeAge == 1>>
 				<<set $activeSlave.physicalAge += 1, $activeSlave.actualAge += 1, $activeSlave.visualAge += 1>>
 				<<set $activeSlave.ovaryAge += either(.8, .9, .9, 1, 1, 1, 1.1)>>
-				<<if $activeSlave.physicalAge <= 18 && $loliGrow == 0>>
+				<<if $activeSlave.physicalAge <= 18 && $loliGrow > 0>>
 					<<run physicalDevelopment($activeSlave)>>
 				<</if>>
 			<</if>>
diff --git a/src/uncategorized/saHormoneEffects.tw b/src/uncategorized/saHormoneEffects.tw
index 95c5a7ec0dd268eaf7ad13241185d12e5a21afea..68da75ad134622e3945ec555e1ea934dcfaecb01 100644
--- a/src/uncategorized/saHormoneEffects.tw
+++ b/src/uncategorized/saHormoneEffects.tw
@@ -75,7 +75,7 @@
 <<set _rearQuirk = $slaves[$i].geneticQuirks.rearLipedema == 2 ? 2 : 0>>
 <<set _gigantomastiaMod = $slaves[$i].geneticQuirks.gigantomastia == 2 ? ($slaves[$i].geneticQuirks.macromastia == 2 ? 3 : 2) : 1>>
 
-<<if $slaves[$i].physicalAge >= 18 || $loliGrow == 1 || $slaves[$i].geneMods.NCS == 1>>
+<<if $slaves[$i].physicalAge >= 18 || $loliGrow == 0 || $slaves[$i].geneMods.NCS == 1>>
 <<if Math.abs($slaves[$i].hormoneBalance) >= 50>>
 
 <<if $slaves[$i].hormoneBalance >= 350>>