Skip to content
Snippets Groups Projects
Commit e572c059 authored by Echoart's avatar Echoart
Browse files

youthpref-low namelist check

parent dcf91611
No related branches found
No related tags found
1 merge request!3588Youthpref alternate namelist
...@@ -116,7 +116,12 @@ Alternatively, arcologies are being built every day, and their owners' control i ...@@ -116,7 +116,12 @@ Alternatively, arcologies are being built every day, and their owners' control i
<<case "TransformationFetishist">><<set $targetArcology.name = setup.ArcologyNamesTransformationFetishist.random()>> <<case "TransformationFetishist">><<set $targetArcology.name = setup.ArcologyNamesTransformationFetishist.random()>>
<<case "BodyPurist">><<set $targetArcology.name = setup.ArcologyNamesBodyPurist.random()>> <<case "BodyPurist">><<set $targetArcology.name = setup.ArcologyNamesBodyPurist.random()>>
<<case "MaturityPreferentialist">><<set $targetArcology.name = setup.ArcologyNamesMaturityPreferentialist.random()>> <<case "MaturityPreferentialist">><<set $targetArcology.name = setup.ArcologyNamesMaturityPreferentialist.random()>>
<<case "YouthPreferentialist">><<set $targetArcology.name = setup.ArcologyNamesYouthPreferentialist.random()>> <<case "YouthPreferentialist">>
<<if $minimumSlaveAge < 14>>
<<set $targetArcology.name = setup.ArcologyNamesYouthPreferentialistLow.random()>>
<<else>>
<<set $targetArcology.name = setup.ArcologyNamesYouthPreferentialist.random()>>
<</if>>
<<case "Pastoralist">><<set $targetArcology.name = setup.ArcologyNamesPastoralist.random()>> <<case "Pastoralist">><<set $targetArcology.name = setup.ArcologyNamesPastoralist.random()>>
<<case "PhysicalIdealist">><<set $targetArcology.name = setup.ArcologyNamesPhysicalIdealist.random()>> <<case "PhysicalIdealist">><<set $targetArcology.name = setup.ArcologyNamesPhysicalIdealist.random()>>
<<case "ChattelReligionist">><<set $targetArcology.name = setup.ArcologyNamesChattelReligionist.random()>> <<case "ChattelReligionist">><<set $targetArcology.name = setup.ArcologyNamesChattelReligionist.random()>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment