From 3726d4824f0eba10e6b9cb479a1463e5c8c548c9 Mon Sep 17 00:00:00 2001
From: Echoart <9966-Echoart@users.noreply.gitgud.io>
Date: Fri, 15 Feb 2019 13:10:33 -0800
Subject: [PATCH] Update neighborsDevelopment.tw

---
 src/uncategorized/neighborsDevelopment.tw | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index bf1a9e3e354..46c6de350c0 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>>
-- 
GitLab