diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index bf1a9e3e354d1739b3ddce7345d27ab49e57b603..46c6de350c05ac9436dc9edf693cb300d87a7db9 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -1173,6 +1173,13 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol
 		<<if ($toSearch.indexOf("Arcology") != -1) && (random(0,2) == 0)>>
 		Youth Preferentialism has reached stability and acceptance there. The arcology has been renamed
 		<<set $arcologies[$i].name = setup.ArcologyNamesYouthPreferentialist.random()>>
+		<<if $pedo_mode == 1 || $minimumSlaveAge < 6>>
+			<<set $arcologies[$i].name = setup.ArcologyNamesYouthPreferentialistLow.random()>>
+		<<elseif $minimumSlaveAge < 14>>
+			<<set $arcologies[$i].name = either(setup.ArcologyNamesYouthPreferentialist, setup.ArcologyNamesYouthPreferentialistLow)>>
+		<<else>>
+			<<set $arcologies[$i].name = setup.ArcologyNamesYouthPreferentialist.random()>>
+		<</if>>
 		'' $arcologies[$i].name'' to mark the occasion.
 		<<set $arcologies[$i].FSYouthPreferentialistResearch = 1>>
 		<</if>>