diff --git a/src/events/intro/initNationalities.tw b/src/events/intro/initNationalities.tw
index df7599ecd8c7ad1ade74bc1b73a0f970a6455fcc..8ab7d7242a5aba647f2047577812d373b2f7816b 100644
--- a/src/events/intro/initNationalities.tw
+++ b/src/events/intro/initNationalities.tw
@@ -207,6 +207,7 @@
 		<<set $nationalities.push("Spanish", "Spanish")>>
 		<<set $nationalities.push("British", "British")>>
 		<<set $nationalities.push("Polish", "Polish")>>
+		<<set $nationalities.push("Swedish")>>
 		<<set $nationalities.push("Romanian")>>
 		<<set $nationalities.push("Lithuanian")>>
 		<<set $nationalities.push("Irish")>>
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index 3dcaa4a5698f1c81fa2d6f54b881590bb42c668d..20343fd534947f5dbc21e9be179d250dfbcc03a6 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -938,7 +938,7 @@ __I do not give credit without explicit permission to do so.__ If you have contr
 ''Unknown modder'' who did betterRA mod for old 0.9.5.4 version of original FC.
 ''brpregmodfan'' for Brazilian start and slave gen.
 ''fcanon'' for various fixes and wrangling my inabilty to spll gud.
-''stuffedgameanon'' for fixes and streamlining the starting girls family code.
+''stuffedgameanon'' for fixes, streamlining the starting girls family code and family trees (I think).
 ''Bane70'' optimized huge swaths of code with notable professionalism.
 ''Circle Tritagonist'' provided several new collars and outfits.
 ''Qotsafan'' submitted bugfixes.
diff --git a/src/gui/css/familyTree.tw b/src/gui/css/familyTree.tw
index 74c3850623e4f64df2cbb0435ae44c85aa9ecc63..7e638741571b910fc864eb01839861a23945bfb4 100644
--- a/src/gui/css/familyTree.tw
+++ b/src/gui/css/familyTree.tw
@@ -65,6 +65,7 @@
 #editFamily {
     display: flex;
     flex-wrap: wrap;
+    align-items: center;
 }
 
 #editFamily #familyTable {
diff --git a/src/gui/mainMenu/AlphaDisclaimer.tw b/src/gui/mainMenu/AlphaDisclaimer.tw
index cdf23b37519700387baa4d2e9885cb6203baa4df..42df6073ea9d380b99241aca1c7a28205ad085ad 100644
--- a/src/gui/mainMenu/AlphaDisclaimer.tw
+++ b/src/gui/mainMenu/AlphaDisclaimer.tw
@@ -1,7 +1,7 @@
 :: Alpha disclaimer
 
 <<set $ui = "start">>\
-//v. $ver//
+//version $ver build $releaseID//
 @@.green;//Mod: expanded age ranges and other tweaks 2016-08-30//@@ @@.darkred;+SV@@
 @@.green;//Mod: extra preg content and other crap//@@
 
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 24c191debc8fbb07c23d6d0cedb7bc3d2f1fc357..988f0f070c6a2f5fccb008558e8794f47c8328e6 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1,5 +1,7 @@
 :: init [nobr]
 
+<<set $ver = "0.10.0", $releaseID = 1001>>
+
 /* This needs to be broken down into individual files that can be added to StoryInit instead. */
 
 <<if def $slaves>>
@@ -269,9 +271,6 @@
 	<</if>>
 <</if>>
 
-<<set $ver = "0.10.0">>
-<<set $releaseID = 1000>>
-
 <<set $targetArcology = {type: "New"}>>
 
 <<set $REFeminizationCheckinIDs = []>>
@@ -888,7 +887,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 
 <<set $schoolteacherCareers = ["a principal", "a teaching assistant", "a teacher", "a scientist", "a professor", "a private instructor", "a librarian", "a scholar"]>>
 
-<<set $whiteNationalities = ["American", "Argentinian", "Australian", "Austrian", "Belarusian", "Belgian", "Brazilian", "British", "Canadian", "Chilean", "Czech", "Danish", "Dutch", "Estonian", "Finnish", "French", "German", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Lithuanian", "Norwegian", "Polish", "Portuguese", "Romanian", "Russian", "Scottish", "Serbian", "Slovak", "South African", "Swiss", "Ukrainian", "a New Zealander"]>>
+<<set $whiteNationalities = ["American", "Argentinian", "Australian", "Austrian", "Belarusian", "Belgian", "Brazilian", "British", "Canadian", "Chilean", "Czech", "Danish", "Dutch", "Estonian", "Finnish", "French", "German", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Lithuanian", "Norwegian", "Polish", "Portuguese", "Romanian", "Russian", "Scottish", "Serbian", "Slovak", "South African", "Swedish", "Swiss", "Ukrainian", "a New Zealander"]>>
 
 <<set $asianNationalities = ["American", "Australian", "Burmese", "Chinese", "Filipina", "Indonesian", "Japanese", "Kazakh", "Korean", "Malaysian", "Nepalese", "Saudi", "Thai", "Uzbek", "Vietnamese"]>>
 
diff --git a/src/js/familyTree.tw b/src/js/familyTree.tw
index 1fbad74341e3a747b68cb433ee898880b62c2ae0..5bdaf3db95c4eb81ac521fc1ad8e38f50b0b6577 100644
--- a/src/js/familyTree.tw
+++ b/src/js/familyTree.tw
@@ -16,7 +16,7 @@ window.updateFamilyTree = function(activeSlave = lastActiveSlave, slaves = lastS
 
   function getSlave(id, expectedGenes) {
     if(id == -1) {
-      return {"slaveName":"YOU", "ID":id, "genes":PC.genes, father:PC.father, mother:PC.mother};
+      return {"slaveName":"YOU", "ID":id, "physicalAge":PC.physicalAge, "genes":PC.genes, father:PC.father, mother:PC.mother};
     }
     if(id == 0) {
       return {"slaveName":"-", "ID":id, "genes":expectedGenes};
@@ -64,7 +64,7 @@ window.updateFamilyTree = function(activeSlave = lastActiveSlave, slaves = lastS
       slavesAdded[slave.ID] = true;
     }
     var data = {
-      "name": slave.slaveName,
+      "name": slave.slaveName + (slave.physicalAge?("&nbsp;(" + slave.physicalAge + ")"):""),
       "class" : slave.genes,
       "textClass": (activeSlaveId == slave.ID)?"emphasis":"",
       "marriages": [],
@@ -80,8 +80,7 @@ window.updateFamilyTree = function(activeSlave = lastActiveSlave, slaves = lastS
           spouseToChild[child.mother] = []
         }
         spouseToChild[child.mother].push(child);
-      }
-      if (child.mother == slave.ID) {
+      } else if (child.mother == slave.ID) {
         if(!spouseToChild[child.father]) {
           spouseToChild[child.father] = []
         }
@@ -99,9 +98,15 @@ window.updateFamilyTree = function(activeSlave = lastActiveSlave, slaves = lastS
     for(var key in spouseToChild) {
       if(spouseToChild.hasOwnProperty(key)) {
         var children = shouldAddChildren?spouseToChild[key]:[];
-        var spouse = getSlave(key, (slaves.genes=="XX")?"unknownXY":(slaves.genes=="XY")?"unknownXX":"unknown")
+        var spouse = getSlave(key, (slaves.genes=="XX")?"unknownXY":(slaves.genes=="XY")?"unknownXX":"unknown");
+        var spouseName;
+        if (spouse.ID != slave.ID){
+          spouseName = spouse.slaveName + (spouse.physicalAge?("&nbsp;(" + spouse.physicalAge + ")"):"")
+        } else {
+          spouseName = (spouse.ID==-1)?"(yourself)":"(themselves)";
+        }
         var marriage = {
-          "spouse": {"name": spouse.slaveName, "class": spouse.genes},
+          "spouse": {"name": spouseName, "class": spouse.genes},
           "children": children.map(function(x) slaveInfo_(x, activeSlaveId, slavesAdded, depth+1) ),
         };
         data.marriages.push(marriage);
@@ -111,14 +116,22 @@ window.updateFamilyTree = function(activeSlave = lastActiveSlave, slaves = lastS
   }
 
   const treeData = [slaveInfo(activeSlave, activeSlave.ID)];
-  console.log("Family tree is", treeData);
+  console.log("Family tree is", treeData, 'and has:', numTreeNodes);
+
+  var parentWidth = document.getElementById('editFamily').offsetWidth;
+
+  console.log(parentWidth, document.getElementById('passages').offsetWidth);
+  if(!parentWidth)
+    parentWidth = document.body.offsetWidth - 483;
+
+  console.log(parentWidth, Math.min(200 + 40*numTreeNodes,parentWidth-200) + 200);
 
   dTree.init(treeData, {
 	target: "#graph",
 	debug: true,
 	height: 50 + 50*treeDepth, /* very rough heuristics */
-	width: Math.max(300 + 40*numTreeNodes,
-                  document.getElementById('editFamily').offsetWidth-200) + 200,
+	width: Math.min(200 + 40*numTreeNodes,
+                  parentWidth-200) + 200,
 	callbacks: {
 		nodeClick: function(name, extra) {
 		}
diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw
index 505f069b3d1b8be51212ac732b48bb63340b51dd..b187d445d0737f5604523c429a240767aa1526a1 100644
--- a/src/npc/acquisition.tw
+++ b/src/npc/acquisition.tw
@@ -1,5 +1,7 @@
 :: Acquisition [nobr]
 
+<<set $fixedNationality = 0>>
+
 <<if $saveImported == 1>><<set _valueOwed = 5000>><<else>><<set _valueOwed = 50000>><</if>>
 <<if $freshPC == 1>>
 	<<if $PC.vagina == 1>>
@@ -548,7 +550,6 @@ The previous owner seems to have left in something of a hurry.
 
 <<link "Continue">>
 	<<set $ui = "main">>
-	<<set $fixedNationality = 0>>
 	<<if $terrain == "urban">>
 		<<set $minimumSlaveCost = 2000>>
 		<<set $slaveCostFactor = 0.7>>
diff --git a/src/npc/uploadSlave.tw b/src/npc/uploadSlave.tw
index ca57eacfa0a47715cdf1bd66fc6617461cd6e7a4..38b68e7f66423a4a9776f3a631b240d8e5813114 100644
--- a/src/npc/uploadSlave.tw
+++ b/src/npc/uploadSlave.tw
@@ -11,7 +11,7 @@
 
 <<nobr>>
 
-VERSION: $ver.<br>
+VERSION $ver BUILD $releaseID<br>
 slaveName: "$activeSlave.slaveName", birthName: "$activeSlave.birthName", weekAcquired: 1, origin: <<if $activeSlave.origin == 0>>0<<else>>"$activeSlave.origin"<</if>>, career: <<if $activeSlave.career == 0>>0<<else>>"$activeSlave.career"<</if>>, ID: $activeSlave.ID, pornFame: $activeSlave.pornFame, pornFameSpending: $activeSlave.pornFameSpending, prestige: $activeSlave.prestige, prestigeDesc: "$activeSlave.prestigeDesc", recruiter: 0, relation: 0, relationTarget: 0, relationship: 0, relationshipTarget: 0, rivalry: 0, rivalryTarget: 0, subTarget: 0, choosesOwnAssignment: 0, assignment: "rest", assignmentVisible: 1, sentence: 0, training: 0, toyHole: "all her holes", indenture: -1, indentureRestrictions: 0, birthWeek: random(0,51), age: $activeSlave.age, ageImplant: $activeSlave.ageImplant, health: $activeSlave.health, minorInjury: 0, trust: $activeSlave.trust, oldTrust: $activeSlave.trust, devotion: $activeSlave.devotion, oldDevotion: $activeSlave.devotion, weight: $activeSlave.weight, muscles: $activeSlave.muscles, height: $activeSlave.height, heightImplant: $activeSlave.heightImplant, nationality: "$activeSlave.nationality", race: "$activeSlave.race", markings: "none", eyes: 1, eyeColor: "$activeSlave.eyeColor", eyewear: "none", hColor: "$activeSlave.hColor", pubicHColor: "$activeSlave.pubicHColor", skin: "$activeSlave.skin", hLength: $activeSlave.hLength, hStyle: "$activeSlave.hStyle", pubicHStyle: "$activeSlave.pubicHStyle", waist: $activeSlave.waist, corsetPiercing: 0, amp: $activeSlave.amp, heels: $activeSlave.heels, voice: $activeSlave.voice, voiceImplant: $activeSlave.voiceImplant, accent: $activeSlave.accent, shoulders: $activeSlave.shoulders, shouldersImplant: $activeSlave.shouldersImplant, boobs: $activeSlave.boobs, boobsImplant: $activeSlave.boobsImplant, boobsImplantType: $activeSlave.boobsImplantType, boobShape: "normal", nipples: "$activeSlave.nipples",  nipplesPiercing: $activeSlave.nipplesPiercing, areolae: $activeSlave.areolae, areolaePiercing: $activeSlave.areolaePiercing, boobsTat: "$activeSlave.boobsTat", lactation: $activeSlave.lactation, lactationAdaptation: 0, milk: 0, cum: 0, hips: $activeSlave.hips, hipsImplant: $activeSlave.hipsImplant, butt: $activeSlave.butt, buttImplant: $activeSlave.buttImplant, buttImplantType: $activeSlave.buttImplantType, buttTat: "$activeSlave.buttTat", face: $activeSlave.face, faceImplant: $activeSlave.faceImplant, faceShape: "normal", lips: $activeSlave.lips, lipsImplant: $activeSlave.lipsImplant, lipsPiercing: $activeSlave.lipsPiercing, lipsTat: "$activeSlave.lipsTat", teeth: "$activeSlave.teeth", tonguePiercing: $activeSlave.tonguePiercing, vagina: $activeSlave.vagina, vaginaLube: $activeSlave.vaginaLube, vaginaPiercing: $activeSlave.vaginaPiercing, vaginaTat: "$activeSlave.vaginaTat", preg: $activeSlave.preg, pregSource: 0, pregType: 0, labor: 0, births: $activeSlave.births, cSec: 0, bellyAccessory: "none", labia: $activeSlave.labia, clit: $activeSlave.clit, clitPiercing: $activeSlave.clitPiercing, clitSetting: "$activeSlave.clitSetting", foreskin: 0, anus: $activeSlave.anus, dick: $activeSlave.dick, analArea: 1, dickPiercing: $activeSlave.dickPiercing, dickTat: "$activeSlave.dickTat", balls: $activeSlave.balls, scrotum: 0, ovaries: $activeSlave.ovaries, anusPiercing: $activeSlave.anusPiercing, anusTat: "$activeSlave.anusTat", makeup: $activeSlave.makeup, nails: $activeSlave.nails, brand: <<if $activeSlave.brand == 0>>0<<else>>"$activeSlave.brand "<</if>>, brandLocation: <<if $activeSlave.brandLocation == 0>>0<<else>>"$activeSlave.brandLocation"<</if>>, earPiercing: $activeSlave.earPiercing, nosePiercing: $activeSlave.nosePiercing, eyebrowPiercing: $activeSlave.eyebrowPiercing, navelPiercing: $activeSlave.navelPiercing, shouldersTat: "$activeSlave.shouldersTat", armsTat: "$activeSlave.armsTat", legsTat: "$activeSlave.legsTat", backTat: "$activeSlave.backTat", stampTat: "$activeSlave.stampTat", vaginalSkill: $activeSlave.vaginalSkill, oralSkill: $activeSlave.oralSkill, analSkill: $activeSlave.analSkill, whoreSkill: $activeSlave.whoreSkill, entertainSkill: $activeSlave.entertainSkill, combatSkill: $activeSlave.combatSkill, livingRules: "$activeSlave.livingRules", speechRules: "$activeSlave.speechRules", releaseRules: "$activeSlave.releaseRules", relationshipRules: "$activeSlave.relationshipRules", standardPunishment: "situational", standardReward: "situational", useRulesAssistant: 1, diet: "$activeSlave.diet", dietCum: $activeSlave.dietCum, dietMilk: $activeSlave.dietMilk, tired: 0, hormones: 0, drugs: "$activeSlave.drugs", curatives: 0, chem: 0, aphrodisiacs: 0, addict: $activeSlave.addict, fuckdoll: 0, choosesOwnClothes: 0, clothes: "$activeSlave.clothes", collar: "$activeSlave.collar", shoes: "$activeSlave.shoes", vaginalAccessory: "none", dickAccessory: "none", buttplug: "none", intelligence: $activeSlave.intelligence,  intelligenceImplant: $activeSlave.intelligenceImplant, energy: $activeSlave.energy, attrXX: $activeSlave.attrXX, attrXY: $activeSlave.attrXY, attrKnown: $activeSlave.attrKnown, fetish: "$activeSlave.fetish", fetishStrength: $activeSlave.fetishStrength, fetishKnown: $activeSlave.fetishKnown, behavioralFlaw: "$activeSlave.behavioralFlaw", behavioralQuirk: "none", sexualFlaw: "$activeSlave.sexualFlaw", sexualQuirk: "none", oralCount: 0, vaginalCount: 0, analCount: 0, mammaryCount: 0, penetrativeCount: 0, pitKills: 0, customTat: "$activeSlave.customTat", customLabel: "", customDesc: "$activeSlave.customDesc", customImage: 0, currentRules: $activeSlave.currentRules
 
 <</nobr>>
diff --git a/src/pregmod/reMaleCitizenHookup.tw b/src/pregmod/reMaleCitizenHookup.tw
index 668882d56b373f2a2af27034afa3293251a75d05..b682dae88377754c4736b7c0ecbf96030777fddf 100644
--- a/src/pregmod/reMaleCitizenHookup.tw
+++ b/src/pregmod/reMaleCitizenHookup.tw
@@ -119,7 +119,7 @@ But tonight, you've put in an appearance. Your citizens are drinking your <<if $
 <<default>>
 	cute young man
 <</switch>>
-sidles up to you. <<if _FS != "Gender Radicalist">>He begins to introduce herself, but one of the advantages of your connection to the arcology is that you always know who everyone is, and you greet her by name, which people have never learned not to be impressed by<<else>>She begins to introduce herself and, not to your surprise, she is in fact a he<</if>>. He gushes about some of your recent <<if _FS != "none">>_FS <</if>>actions, displaying an unusual grasp of what you've been planning. Despite his obviously sincere interest, he's obviously got something else on his mind.
+sidles up to you. <<if _FS != "Gender Radicalist">>He begins to introduce herself, but one of the advantages of your connection to the arcology is that you always know who everyone is, and you greet her by name, which people have never learned not to be impressed by<<else>>She begins to introduce herself and, not to your surprise, she is in fact a he<</if>>. He gushes about some of your recent <<if _FS != "none">>_FS <</if>>actions, displaying an unusual grasp of what you've been planning. Despite his sincere interest, he's obviously got something else on his mind.
 <br><br>
 He's yours for the taking, if you want him, and if his praise and proximity weren't enough to make that clear, he manages to
 <<switch _FS>>
diff --git a/src/pregmod/widgets/extendedFamilyWidgets.tw b/src/pregmod/widgets/extendedFamilyWidgets.tw
index 8b45b2acdc7523975b4bbb95c13dd88e8874980b..5b4d91e57732e85d67f8f0df9ad9de2b51e0209c 100644
--- a/src/pregmod/widgets/extendedFamilyWidgets.tw
+++ b/src/pregmod/widgets/extendedFamilyWidgets.tw
@@ -893,18 +893,33 @@
 <</if>>
 <</widget>>
 
+<<widget "redisplayFamily">>
+<<replace '#fatheredNames'>><<listOfSlavesWithParent "father" $activeSlave.ID>><</replace>>
+<<replace '#motheredNames'>><<listOfSlavesWithParent "mother" $activeSlave.ID>><</replace>>
+<<replace '#familySummary'>><<Family>><</replace>>
+<<replace '#motherName'>><<parentName "mother">><</replace>>
+<<replace '#fatherName'>><<parentName "father">><</replace>>
+<<replace '#sameMotherNames'>><<listOfSlavesWithSameParent 'mother'>><</replace>>
+<<replace '#sameFatherNames'>><<listOfSlavesWithSameParent 'father'>><</replace>>
+<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<</widget>>
+
+/* First parameter is e.g. "father" or "mother"   and second parameter is the ID to match */
+<<widget "listOfSlavesWithParent">>
+<<if $args[1] != 0>>
+<<set _printSeperator = false>>
+<<if $args[1] == $PC[$args[0]]>>You<<set _printSeperator = true>><</if>><<for _j = 0; _j < $slaves.length; _j++>><<if $slaves[_j][$args[0]] == $args[1]>><<if _printSeperator>> | <</if>><<set _printSeperator to true>><<print $slaves[_j].slaveName>><</if>><</for>>
+<</if>>
+<</widget>>
+
 <<widget "editFamily">>
 <div id="editFamily"><div id="familyTable">
 <br>''Mother:'' <span id="motherName"><<parentName "mother">></span>.
 <<link "Reset">>
 <<set $activeSlave.mother = 0>>
-<<replace '#motherName'>><</replace>>
-<<replace '#sameMotherNames'>><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
 <</link>>
-<<if $PC.vagina == 1>> | <<link "You">><<set $activeSlave.mother = $PC.ID>><<replace '#motherName'>>You<</replace>><<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>><</link>><</if>>
+<<if $PC.vagina == 1>> | <<link "You">><<set $activeSlave.mother = $PC.ID>><<redisplayFamily>><</link>><</if>>
 <<for _i = 0; _i < $slaves.length; _i++>>
 <<if $slaves[_i].vagina > 0>>
  |
@@ -913,10 +928,7 @@
 <<print "
 <<link _slaveName>>
 <<set $activeSlave.mother = _id>>
-<<replace '#motherName'>>_slaveName<</replace>>
-<<replace '#sameMotherNames'>><<listOfSlavesWithSameParent 'mother'>><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
 <</link>>
 ">>
 <</if>>
@@ -924,12 +936,9 @@
 <br>''Father:'' <span id="fatherName"><<parentName "father">></span>.
 <<link "Reset">>
 <<set $activeSlave.father = 0>>
-<<replace '#fatherName'>><</replace>>
-<<replace '#sameFatherNames'>><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
 <</link>>
-<<if ($PC.dick == 1) and (($PC.actualAge - $activeSlave.actualAge) >= $fertilityAge)>> | <<link "You">><<set $activeSlave.father = $PC.ID>><<replace '#fatherName'>>You<</replace>><<replace '#familySummary'>><<Family>><</replace>><<run updateFamilyTree($activeSlave, $slaves, $PC)>><</link>><</if>>
+<<if ($PC.dick == 1) and (($PC.actualAge - $activeSlave.actualAge) >= $fertilityAge) >> | <<link "You">><<set $activeSlave.father = $PC.ID>><<redisplayFamily>><</link>><</if>>
 <<for _i = 0; _i < $slaves.length; _i++>>
 <<if ($slaves[_i].dick > 0) and ((($slaves[_i].actualAge - $activeSlave.actualAge) >= $fertilityAge))>>
  |
@@ -938,22 +947,16 @@
 <<print "
 <<link _slaveName>>
 <<set $activeSlave.father = _id>>
-<<replace '#fatherName'>>_slaveName<</replace>>
-<<replace '#sameFatherNames'>><<listOfSlavesWithSameParent 'father'>><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
 <</link>>
 ">>
 <</if>>
 <</for>>
 
-<br>''Same mother as:'' <span id="sameMotherNames"><<listOfSlavesWithSameParent "mother">></span>.
+<br>''Same mother as:'' <span id="sameMotherNames"><<listOfSlavesWithSameParent 'mother'>></span>.
 <<link "Reset">>
 <<set $activeSlave.mother = 0>>
-<<replace '#motherName'>><</replace>>
-<<replace '#sameMotherNames'>><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
 <</link>>
  | <<link "You">>
 <<if $PC.mother != 0>>
@@ -964,10 +967,7 @@
 <<set $activeSlave.mother = -5 - 2*$activeSlave.ID>>
 <<set $PC.mother = $activeSlave.mother>>
 <</if>>
-<<replace '#motherName'>><<parentName "mother">><</replace>>
-<<replace '#sameMotherNames'>><<listOfSlavesWithSameParent "mother">><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
 <</link>>
 <<for _i = 0; _i < $slaves.length; _i++>>
  |
@@ -983,21 +983,17 @@
 <<set $activeSlave.mother = -5 - 2*$activeSlave.ID>>
 <<set _slave.mother = $activeSlave.mother>>
 <</if>>
-<<replace '#motherName'>><<parentName "mother">><</replace>>
-<<replace '#sameMotherNames'>><<listOfSlavesWithSameParent 'mother'>><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
 <</link>>
 
 <</for>>
 
-<br>''Same father as:'' <span id="sameFatherNames"><<listOfSlavesWithSameParent "father">></span>.
+<br>''Same father as:'' <span id="sameFatherNames"><<listOfSlavesWithSameParent 'father'>></span>.
 <<link "Reset">>
 <<set $activeSlave.father = 0>>
 <<replace '#fatherName'>><</replace>>
 <<replace '#sameFatherNames'>><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
 <</link>>
 | <<link "You">>
 <<if $PC.father != 0>>
@@ -1008,10 +1004,7 @@
 <<set $activeSlave.father = -5 - 2*$activeSlave.ID -1>>
 <<set $PC.father = $activeSlave.father>>
 <</if>>
-<<replace '#fatherName'>><<parentName "father">><</replace>>
-<<replace '#sameFatherNames'>><<listOfSlavesWithSameParent "father">><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
 <</link>>
 
 <<for _i = 0; _i < $slaves.length; _i++>>
@@ -1028,13 +1021,69 @@
 <<set $activeSlave.father = -5 - 2*$activeSlave.ID -1>>
 <<set _slave.father = $activeSlave.father>>
 <</if>>
-<<replace '#fatherName'>><<parentName "father">><</replace>>
-<<replace '#sameFatherNames'>><<listOfSlavesWithSameParent 'father'>><</replace>>
-<<replace '#familySummary'>><<Family>><</replace>>
-<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<<redisplayFamily>>
+<</link>>
+
+<</for>>
+
+<br>''Mother of the children:'' <span id="motheredNames"><<listOfSlavesWithParent "mother" $activeSlave.ID>></span>.
+<<link "Reset">>
+<<for _i = 0; _i < $slaves.length; _i++>>
+<<if $slaves[_i].mother == $activeSlave.ID>><<set $slaves[_i].mother = 0>><</if>>
+<</for>>
+<<redisplayFamily>>
+<</link>>
+<<if $activeSlave.vagina >= 0>>
+<<if ($activeSlave.actualAge - $PC.actualAge) >= $fertilityAge>>
+| <<link "You">>
+<<set $PC.mother = $activeSlave.ID>>
+<<if $activeSlave.vagina == 0>><<set $activeSlave.vagina = 1>><</if>>
+<<redisplayFamily>>
 <</link>>
+<</if>>
 
+<<for _i = 0; _i < $slaves.length; _i++>>
+ |
+<<set _slaveName = $slaves[_i].slaveName>>
+<<set _slave = $slaves[_i]>>
+<<if ($activeSlave.actualAge - _slave.actualAge) >= $fertilityAge>>
+<<link _slaveName>>
+<<set _slave.mother = $activeSlave.ID>>
+<<if $activeSlave.vagina == 0>><<set $activeSlave.vagina = 1>><</if>>
+<<redisplayFamily>>
+<</link>>
+<</if>>
 <</for>>
+<</if>>
+
+<br>''Father of the children:'' <span id="fatheredNames"><<listOfSlavesWithParent "father" $activeSlave.ID>></span>.
+<<link "Reset">>
+<<for _i = 0; _i < $slaves.length; _i++>>
+<<if $slaves[_i].father == $activeSlave.ID>><<set $slaves[_i].father = 0>><</if>>
+<</for>>
+<<redisplayFamily>>
+<</link>>
+<<if $activeSlave.dick > 0>>
+<<if ($activeSlave.actualAge - $PC.actualAge) >= $fertilityAge>>
+| <<link "You">>
+<<set $PC.father = $activeSlave.ID>>
+<<redisplayFamily>>
+<</link>>
+<</if>>
+
+<<for _i = 0; _i < $slaves.length; _i++>>
+ |
+<<set _slaveName = $slaves[_i].slaveName>>
+<<set _slave = $slaves[_i]>>
+<<if ($activeSlave.actualAge - _slave.actualAge) >= $fertilityAge>>
+<<link _slaveName>>
+<<set _slave.father = $activeSlave.ID>>
+<<redisplayFamily>>
+<</link>>
+<</if>>
+<</for>>
+<</if>>
+
 <br>
 &nbsp;&nbsp;&nbsp;&nbsp;<span id="familySummary"><<Family>></span>
 <br>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index ae24600ee5066953b94e91fa8a2d4f613a014743..f734040b8e9e0aa820f03db4ca43274963c7e0ae 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -1190,6 +1190,24 @@ Setting missing slave variables:
 	<<set _Slave.faceShape to "normal">>
 <</if>>
 
+<<if $releaseID > 1000>><<else>>
+	<<if _Slave.face == -3>>
+		<<set _Slave.face = -100>>
+	<<elseif _Slave.face == -2>>
+		<<set _Slave.face = -50>>
+	<<elseif _Slave.face == -1>>
+		<<set _Slave.face = -20>>
+	<<elseif _Slave.face == 0>>
+		<<set _Slave.face = 0>>
+	<<elseif _Slave.face == 1>>
+		<<set _Slave.face = 20>>
+	<<elseif _Slave.face == 2>>
+		<<set _Slave.face = 50>>
+	<<else>>
+		<<set _Slave.face = 100>>
+	<</if>>
+<</if>>
+
 <<if _Slave.teeth == 0>>
 	<<set _Slave.teeth to "normal">>
 <</if>>
@@ -1732,7 +1750,3 @@ Setting missing slave variables:
 <<if ndef $slavesOriginal>>
 	<<set $slavesOriginal = $slaves>>
 <</if>>
-Done!
-
-<<set $ver = "0.10.0">>
-<<set $releaseID = 1000>>
diff --git a/src/uncategorized/mod_BackwardsCompatibility.tw b/src/uncategorized/mod_BackwardsCompatibility.tw
deleted file mode 100644
index 45a734eb8227c05b35d3b3451e37e33cde1cbbe3..0000000000000000000000000000000000000000
--- a/src/uncategorized/mod_BackwardsCompatibility.tw
+++ /dev/null
@@ -1,1650 +0,0 @@
-:: Mod_Backwards Compatibility [nobr]
-
-<<set $nextButton to "Continue", $nextLink to "Main", $returnTo to "Main">>
-
-<<if ndef $summaryStats>>
-	<<set $summaryStats = 0>>
-<</if>>
-<<if ndef $positionMainLinks>>
-	<<set $positionMainLinks to -1>>
-<</if>>
-<<if ndef $seeImages>>
-	<<set $seeImages = 0>>
-<</if>>
-<<if ndef $imageChoice>>
-	<<set $imageChoice = 0>>
-<</if>>
-<<if ndef $seeMainFetishes>>
-	<<set $seeMainFetishes = 0>>
-<</if>>
-<<if ndef $seeSummaryImages>>
-	<<set $seeSummaryImages to 1>>
-<</if>>
-<<if ndef $universalRulesBirthing>>
-	<<set $universalRulesBirthing = 0>>
-<</if>>
-<<if ndef $HGSeverity>>
-	<<set $HGSeverity = 0>>
-<</if>>
-<<if def $recruiters>>
-	<<unset $recruiters>>
-<</if>>
-
-<<if ndef $RulesID>>
-	<<set $RulesID to 3>>
-	<<include "Init Rules">>
-<<else>>
-	<<for _i to 0; _i < $defaultRules.length; _i++>>
-		<<if ndef $defaultRules[_i].standardReward>>
-			<<set $defaultRules[_i].standardReward to "no default setting">>
-		<</if>>
-		<<if ndef $defaultRules[_i].standardPunishment>>
-			<<set $defaultRules[_i].standardPunishment to "no default setting">>
-		<</if>>
-		<<if ndef $defaultRules[_i].aVirginAccessory>>
-			<<set $defaultRules[_i].aVirginAccessory to "no default setting">>
-		<</if>>
-		<<if ndef $defaultRules[_i].aVirginDickAccessory>>
-			<<set $defaultRules[_i].aVirginDickAccessory to "no default setting">>
-		<</if>>
-		<<if ndef $defaultRules[_i].aVirginButtplug>>
-			<<set $defaultRules[_i].aVirginButtplug to "no default setting">>
-		<</if>>
-		<<if ndef $defaultRules[_i].surgery>>
-			<<set $defaultRules[_i].surgery to {lactation: "no default setting", cosmetic: 0, accent: "no default setting", shoulders: "no default setting", shouldersImplant: "no default setting", boobs: "no default setting", hips: "no default setting", hipsImplant: "no default setting", butt: "no default setting", faceShape: "no default setting", lips: "no default setting", holes: 0}>>
-		<</if>>
-		<<if ndef $defaultRules[_i].dietMilk>>
-			<<set $defaultRules[_i].dietMilk = 0>>
-		<</if>>
-		<<if ndef $defaultRules[_i].dietCum>>
-			<<set $defaultRules[_i].dietCum = 0>>
-		<</if>>
-	<</for>>
-<</if>>
-
-<<if ndef $month>>
-<<set $month to either("January","February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")>>
-<</if>>
-<<if ndef $day>>
-<<set $day to random(1,28)>>
-<</if>>
-<<if ndef $year>>
-	<<set $year to (2037+Math.floor($week/52))>>
-<</if>>
-
-<<if ndef $arcologies>>
-<<set $arcologies to []>>
-
-<<set $arcologies[0] to {name: "Arcology X-", direction: 0, government: 1, honeymoon: 0, prosperity: 50, FSSupremacist: "unset", FSSupremacistRace: 0, FSSubjugationist: "unset", FSSubjugationistRace: 0, FSGenderRadicalist: "unset", FSGenderFundamentalist: "unset", FSPaternalist: "unset", FSDegradationist: "unset", FSBodyPurist: "unset", FSTransformationFetishist: "unset", FSYouthPreferentialist: "unset", FSMaturityPreferentialist: "unset", FSSlimnessEnthusiast: "unset", FSAssetExpansionist: "unset", FSPastoralist: "unset", FSPhysicalIdealist: "unset", FSChattelReligionist: "unset", FSRomanRevivalist: "unset", FSEgyptianRevivalist: "unset", FSEdoRevivalist: "unset", FSArabianRevivalist: "unset", FSChineseRevivalist: "unset", FSNull: "unset", embargo: 1, embargoTarget: -1, influenceTarget: -1, influenceBonus: 0, rival: 0}>>
-<</if>>
-
-<<if def $arcologyName>>
-	<<set $arcologies[0].name to $arcologyName>>
-	<<unset $arcologyName>>
-<<elseif ndef $arcologies[0].name>>
-	<<set $arcologies[0].name = "Arcology X-4">>
-<</if>>
-
-<<if ndef $arcologies[0].ownership>>
-	<<set $arcologies[0].ownership to 50>>
-<</if>>
-<<if ndef $arcologies[0].minority>>
-	<<set $arcologies[0].minority to 20>>
-<</if>>
-<<if ndef $arcologies[0].embargo>>
-	<<set $arcologies[0].embargo to 1>>
-<</if>>
-<<if ndef $arcologies[0].embargoTarget>>
-	<<set $arcologies[0].embargoTarget to -1>>
-<</if>>
-<<if ndef $arcologies[0].influenceTarget>>
-	<<set $arcologies[0].influenceTarget to -1>>
-<</if>>
-<<if ndef $arcologies[0].influenceBonus>>
-	<<set $arcologies[0].influenceBonus to -1>>
-<</if>>
-<<if ndef $arcologies[0].rival>>
-	<<set $arcologies[0].rival to 0>>
-<</if>>
-<<if ndef $arcologies[0].FSNull>>
-	<<set $arcologies[0].FSNull to "unset">>
-<</if>>
-<<if ndef $arcologies[0].PCminority>>
-	<<set $arcologies[0].PCminority to 0>>
-<</if>>
-<<if ndef $arcologies[0].demandFactor>>
-	<<set $arcologies[0].demandFactor to 250>>
-<</if>>
-<<if ndef $arcologies[0].leaderID>>
-	<<set $arcologies[0].leaderID to 0>>
-<</if>>
-
-<<if def $FSSupremacist and $FSSupremacist != "unset">>
-	<<set $arcologies[0].FSSupremacist to $FSSupremacist>>
-	<<set $arcologies[0].FSSupremacistRace to $FSSupremacistRace>>
-	<<unset $FSSupremacist>>
-	<<unset $FSSupremacistRace>>
-<<elseif ndef $arcologies[0].FSSupremacist>>
-	<<set $arcologies[0].FSSupremacist to "unset">>
-<</if>>
-
-<<if def $FSSupremacistLawME and $FSSupremacistLawME != 0>>
-	<<set $arcologies[0].FSSupremacistLawME to $FSSupremacistLawME>>
-	<<unset $FSSupremacistLawME>>
-<<elseif ndef $arcologies[0].FSSupremacistLawME>>
-	<<set $arcologies[0].FSSupremacistLawME to 0>>
-<</if>>
-
-<<if def $FSSubjugationist and $FSSubjugationist != "unset">>
-	<<set $arcologies[0].FSSubjugationist to $FSSubjugationist>>
-	<<set $arcologies[0].FSSubjugationistRace to $FSSubjugationistRace>>
-	<<unset $FSSubjugationist>>
-	<<unset $FSSubjugationistRace>>
-<<elseif ndef $arcologies[0].FSSubjugationist>>
-	<<set $arcologies[0].FSSubjugationist to "unset">>
-<</if>>
-
-<<if def $FSSubjugationistLawME and $FSSubjugationistLawME != 0>>
-	<<set $arcologies[0].FSSubjugationistLawME to $FSSubjugationistLawME>>
-	<<unset $FSSubjugationistLawME>>
-<<elseif ndef $arcologies[0].FSSubjugationistLawME>>
-	<<set $arcologies[0].FSSubjugationistLawME to 0>>
-<</if>>
-
-<<if def $FSDegradationist and $FSDegradationist != "unset">>
-	<<set $arcologies[0].FSDegradationist to $FSDegradationist>>
-	<<unset $FSDegradationist>>
-<<elseif ndef $arcologies[0].FSDegradationist>>
-	<<set $arcologies[0].FSDegradationist to "unset">>
-<</if>>
-
-<<if def $FSDegradationistLaw and $FSDegradationistLaw != 0>>
-	<<set $arcologies[0].FSDegradationistLaw to $FSDegradationistLaw>>
-	<<unset $FSDegradationistLaw>>
-<<elseif ndef $arcologies[0].FSDegradationistLaw>>
-	<<set $arcologies[0].FSDegradationistLaw to 0>>
-<</if>>
-
-<<if def $FSPaternalist and $FSPaternalist != "unset">>
-	<<set $arcologies[0].FSPaternalist to $FSPaternalist>>
-	<<unset $FSPaternalist>>
-<<elseif ndef $arcologies[0].FSPaternalist>>
-	<<set $arcologies[0].FSPaternalist to "unset">>
-<</if>>
-
-<<if def $FSPaternalistLaw and $FSPaternalistLaw != 0>>
-	<<set $arcologies[0].FSPaternalistLaw to $FSPaternalistLaw>>
-	<<unset $FSPaternalistLaw>>
-<<elseif ndef $arcologies[0].FSPaternalistLaw>>
-	<<set $arcologies[0].FSPaternalistLaw to 0>>
-<</if>>
-
-<<if def $FSGenderFundamentalist and $FSGenderFundamentalist != "unset">>
-	<<set $arcologies[0].FSGenderFundamentalist to $FSGenderFundamentalist>>
-	<<unset $FSGenderFundamentalist>>
-<<elseif ndef $arcologies[0].FSGenderFundamentalist>>
-	<<set $arcologies[0].FSGenderFundamentalist to "unset">>
-<</if>>
-
-<<if def $FSGenderFundamentalistSMR and $FSGenderFundamentalistSMR != 0>>
-	<<set $arcologies[0].FSGenderFundamentalistSMR to $FSGenderFundamentalistSMR>>
-	<<unset $FSGenderFundamentalistSMR>>
-<<elseif ndef $arcologies[0].FSGenderFundamentalistSMR>>
-	<<set $arcologies[0].FSGenderFundamentalistSMR to 0>>
-<</if>>
-
-<<if def $FSGenderRadicalist and $FSGenderRadicalist != "unset">>
-	<<set $arcologies[0].FSGenderRadicalist to $FSGenderRadicalist>>
-	<<unset $FSGenderRadicalist>>
-<<elseif ndef $arcologies[0].FSGenderRadicalist>>
-	<<set $arcologies[0].FSGenderRadicalist to "unset">>
-<</if>>
-
-<<if def $FSGenderRadicalistLaw and $FSGenderRadicalistLaw != 0>>
-	<<set $arcologies[0].FSGenderRadicalistLaw to $FSGenderRadicalistLaw>>
-	<<unset $FSGenderRadicalistLaw>>
-<<elseif ndef $arcologies[0].FSGenderRadicalistLaw>>
-	<<set $arcologies[0].FSGenderRadicalistLaw to 0>>
-<</if>>
-
-<<if def $FSBodyPurist and $FSBodyPurist != "unset">>
-	<<set $arcologies[0].FSBodyPurist to $FSBodyPurist>>
-	<<unset $FSBodyPurist>>
-<<elseif ndef $arcologies[0].FSBodyPurist>>
-	<<set $arcologies[0].FSBodyPurist to "unset">>
-<</if>>
-
-<<if def $FSBodyPuristLaw and $FSBodyPuristLaw != 0>>
-	<<set $arcologies[0].FSBodyPuristLaw to $FSBodyPuristLaw>>
-	<<unset $FSBodyPuristLaw>>
-<<elseif ndef $arcologies[0].FSBodyPuristLaw>>
-	<<set $arcologies[0].FSBodyPuristLaw to 0>>
-<</if>>
-
-<<if def $FSPhysicalIdealist and $FSPhysicalIdealist != "unset">>
-	<<set $arcologies[0].FSPhysicalIdealist to $FSPhysicalIdealist>>
-	<<unset $FSPhysicalIdealist>>
-<<elseif ndef $arcologies[0].FSPhysicalIdealist>>
-	<<set $arcologies[0].FSPhysicalIdealist to "unset">>
-<</if>>
-
-<<if def $FSPhysicalIdealistSMR and $FSPhysicalIdealistSMR != 0>>
-	<<set $arcologies[0].FSPhysicalIdealistSMR to $FSPhysicalIdealistSMR>>
-	<<unset $FSPhysicalIdealistSMR>>
-<<elseif ndef $arcologies[0].FSPhysicalIdealistSMR>>
-	<<set $arcologies[0].FSPhysicalIdealistSMR to 0>>
-<</if>>
-
-<<if def $FSTransformationFetishist and $FSTransformationFetishist != "unset">>
-	<<set $arcologies[0].FSTransformationFetishist to $FSTransformationFetishist>>
-	<<unset $FSTransformationFetishist>>
-<<elseif ndef $arcologies[0].FSTransformationFetishist>>
-	<<set $arcologies[0].FSTransformationFetishist to "unset">>
-<</if>>
-
-<<if def $FSTransformationFetishistLaw and $FSTransformationFetishistLaw != 0>>
-	<<set $arcologies[0].FSTransformationFetishistLaw to $FSTransformationFetishistLaw>>
-	<<unset $FSTransformationFetishistLaw>>
-<<elseif ndef $arcologies[0].FSTransformationFetishistLaw>>
-	<<set $arcologies[0].FSTransformationFetishistLaw to 0>>
-<</if>>
-
-<<if def $FSAssetExpansionist and $FSAssetExpansionist != "unset">>
-	<<set $arcologies[0].FSAssetExpansionist to $FSAssetExpansionist>>
-	<<unset $FSAssetExpansionist>>
-<<elseif ndef $arcologies[0].FSAssetExpansionist>>
-	<<set $arcologies[0].FSAssetExpansionist to "unset">>
-<</if>>
-
-<<if def $FSAssetExpansionistSMR and $FSAssetExpansionistSMR != 0>>
-	<<set $arcologies[0].FSAssetExpansionistSMR to $FSAssetExpansionistSMR>>
-	<<unset $FSAssetExpansionistSMR>>
-<<elseif ndef $arcologies[0].FSAssetExpansionistSMR>>
-	<<set $arcologies[0].FSAssetExpansionistSMR to 0>>
-<</if>>
-
-<<if def $FSSlimnessEnthusiast and $FSSlimnessEnthusiast != "unset">>
-	<<set $arcologies[0].FSSlimnessEnthusiast to $FSSlimnessEnthusiast>>
-	<<unset $FSSlimnessEnthusiast>>
-<<elseif ndef $arcologies[0].FSSlimnessEnthusiast>>
-	<<set $arcologies[0].FSSlimnessEnthusiast to "unset">>
-<</if>>
-
-<<if def $FSSlimnessEnthusiastSMR and $FSSlimnessEnthusiastSMR != 0>>
-	<<set $arcologies[0].FSSlimnessEnthusiastSMR to $FSSlimnessEnthusiastSMR>>
-	<<unset $FSSlimnessEnthusiastSMR>>
-<<elseif ndef $arcologies[0].FSSlimnessEnthusiastSMR>>
-	<<set $arcologies[0].FSSlimnessEnthusiastSMR to 0>>
-<</if>>
-
-<<if def $FSMaturityPreferentialist and $FSMaturityPreferentialist != "unset">>
-	<<set $arcologies[0].FSMaturityPreferentialist to $FSMaturityPreferentialist>>
-	<<unset $FSMaturityPreferentialist>>
-<<elseif ndef $arcologies[0].FSMaturityPreferentialist>>
-	<<set $arcologies[0].FSMaturityPreferentialist to "unset">>
-<</if>>
-
-<<if def $FSMaturityPreferentialistLaw and $FSMaturityPreferentialistLaw != 0>>
-	<<set $arcologies[0].FSMaturityPreferentialistLaw to $FSMaturityPreferentialistLaw>>
-	<<unset $FSMaturityPreferentialistLaw>>
-<<elseif ndef $arcologies[0].FSMaturityPreferentialistLaw>>
-	<<set $arcologies[0].FSMaturityPreferentialistLaw to 0>>
-<</if>>
-
-<<if def $FSYouthPreferentialist and $FSYouthPreferentialist != "unset">>
-	<<set $arcologies[0].FSYouthPreferentialist to $FSYouthPreferentialist>>
-	<<unset $FSYouthPreferentialist>>
-<<elseif ndef $arcologies[0].FSYouthPreferentialist>>
-	<<set $arcologies[0].FSYouthPreferentialist to "unset">>
-<</if>>
-
-<<if def $FSYouthPreferentialistLaw and $FSYouthPreferentialistLaw != 0>>
-	<<set $arcologies[0].FSYouthPreferentialistLaw to $FSYouthPreferentialistLaw>>
-	<<unset $FSYouthPreferentialistLaw>>
-<<elseif ndef $arcologies[0].FSYouthPreferentialistLaw>>
-	<<set $arcologies[0].FSYouthPreferentialistLaw to 0>>
-<</if>>
-
-<<if def $FSPastoralist and $FSPastoralist != "unset">>
-	<<set $arcologies[0].FSPastoralist to $FSPastoralist>>
-	<<unset $FSPastoralist>>
-<<elseif ndef $arcologies[0].FSPastoralist>>
-	<<set $arcologies[0].FSPastoralist to "unset">>
-<</if>>
-
-<<if def $FSPastoralistLaw and $FSPastoralistLaw != 0>>
-	<<set $arcologies[0].FSPastoralistLaw to $FSPastoralistLaw>>
-	<<unset $FSPastoralistLaw>>
-<<elseif ndef $arcologies[0].FSPastoralistLaw>>
-	<<set $arcologies[0].FSPastoralistLaw to 0>>
-<</if>>
-
-<<if def $FSChattelReligionist and $FSChattelReligionist != "unset">>
-	<<set $arcologies[0].FSChattelReligionist to $FSChattelReligionist>>
-	<<unset $FSChattelReligionist>>
-<<elseif ndef $arcologies[0].FSChattelReligionist>>
-	<<set $arcologies[0].FSChattelReligionist to "unset">>
-<</if>>
-
-<<if def $FSChattelReligionistLaw and $FSChattelReligionistLaw != 0>>
-	<<set $arcologies[0].FSChattelReligionistLaw to $FSChattelReligionistLaw>>
-	<<unset $FSChattelReligionistLaw>>
-<<elseif ndef $arcologies[0].FSChattelReligionistLaw>>
-	<<set $arcologies[0].FSChattelReligionistLaw to 0>>
-<</if>>
-
-<<if def $FSRomanRevivalist and $FSRomanRevivalist != "unset">>
-	<<set $arcologies[0].FSRomanRevivalist to $FSRomanRevivalist>>
-	<<unset $FSRomanRevivalist>>
-<<elseif ndef $arcologies[0].FSRomanRevivalist>>
-	<<set $arcologies[0].FSRomanRevivalist to "unset">>
-<</if>>
-
-<<if def $FSRomanRevivalistLaw and $FSRomanRevivalistLaw != 0>>
-	<<set $arcologies[0].FSRomanRevivalistLaw to $FSRomanRevivalistLaw>>
-	<<unset $FSRomanRevivalistLaw>>
-<<elseif ndef $arcologies[0].FSRomanRevivalistLaw>>
-	<<set $arcologies[0].FSRomanRevivalistLaw to 0>>
-<</if>>
-
-<<if def $FSEgyptianRevivalist and $FSEgyptianRevivalist != "unset">>
-	<<set $arcologies[0].FSEgyptianRevivalist to $FSEgyptianRevivalist>>
-	<<unset $FSEgyptianRevivalist>>
-<<elseif ndef $arcologies[0].FSEgyptianRevivalist>>
-	<<set $arcologies[0].FSEgyptianRevivalist to "unset">>
-<</if>>
-
-<<if def $FSEgyptianRevivalistLaw and $FSEgyptianRevivalistLaw != 0>>
-	<<set $arcologies[0].FSEgyptianRevivalistLaw to $FSEgyptianRevivalistLaw>>
-	<<unset $FSEgyptianRevivalistLaw>>
-<<elseif ndef $arcologies[0].FSEgyptianRevivalistLaw>>
-	<<set $arcologies[0].FSEgyptianRevivalistLaw to 0>>
-<</if>>
-
-<<if def $FSEdoRevivalist and $FSEdoRevivalist != "unset">>
-	<<set $arcologies[0].FSEdoRevivalist to $FSEdoRevivalist>>
-	<<unset $FSEdoRevivalist>>
-<<elseif ndef $arcologies[0].FSEdoRevivalist>>
-	<<set $arcologies[0].FSEdoRevivalist to "unset">>
-<</if>>
-
-<<if def $FSEdoRevivalistLaw and $FSEdoRevivalistLaw != 0>>
-	<<set $arcologies[0].FSEdoRevivalistLaw to $FSEdoRevivalistLaw>>
-	<<unset $FSEdoRevivalistLaw>>
-<<elseif ndef $arcologies[0].FSEdoRevivalistLaw>>
-	<<set $arcologies[0].FSEdoRevivalistLaw to 0>>
-<</if>>
-
-<<if def $FSArabianRevivalist and $FSArabianRevivalist != "unset">>
-	<<set $arcologies[0].FSArabianRevivalist to $FSArabianRevivalist>>
-	<<unset $FSArabianRevivalist>>
-<<elseif ndef $arcologies[0].FSArabianRevivalist>>
-	<<set $arcologies[0].FSArabianRevivalist to "unset">>
-<</if>>
-
-<<if def $FSArabianRevivalistLaw and $FSArabianRevivalistLaw != 0>>
-	<<set $arcologies[0].FSArabianRevivalistLaw to $FSArabianRevivalistLaw>>
-	<<unset $FSArabianRevivalistLaw>>
-<<elseif ndef $arcologies[0].FSArabianRevivalistLaw>>
-	<<set $arcologies[0].FSArabianRevivalistLaw to 0>>
-<</if>>
-
-<<if def $FSChineseRevivalist and $FSChineseRevivalist != "unset">>
-	<<set $arcologies[0].FSChineseRevivalist to $FSChineseRevivalist>>
-	<<unset $FSChineseRevivalist>>
-<<elseif ndef $arcologies[0].FSChineseRevivalist>>
-	<<set $arcologies[0].FSChineseRevivalist to "unset">>
-<</if>>
-
-<<if def $FSChineseRevivalistLaw and $FSChineseRevivalistLaw != 0>>
-	<<set $arcologies[0].FSChineseRevivalistLaw to $FSChineseRevivalistLaw>>
-	<<unset $FSChineseRevivalistLaw>>
-<<elseif ndef $arcologies[0].FSChineseRevivalistLaw>>
-	<<set $arcologies[0].FSChineseRevivalistLaw to 0>>
-<</if>>
-
-<<for _i to 1; _i < $arcologies.length; _i++>>
-	<<if ndef $arcologies[_i].FSNull>>
-		<<set $arcologies[_i].FSNull to "unset">>
-	<</if>>
-<</for>>
-
-Setting missing global variables:
-<<if ndef $assistantPower>>
-	<<set $assistantPower to 0>>
-<</if>>
-
-<<if ndef $CulturalOpenness>>
-	<<set $CulturalOpenness to 0>>
-<</if>>
-
-<<if ndef $displayAssignments>>
-	<<set $displayAssignments to 1>>
-<</if>>
-
-<<if ndef $universalRulesImpregnation>>
-	<<set $universalRulesImpregnation to "none">>
-<</if>>
-
-<<if ndef $abbreviateNationality>>
-	<<set $abbreviateNationality to 0>>
-<</if>>
-
-<<if ndef $language>>
-	<<set $language to "English">>
-<</if>>
-
-<<if ndef $terrain>>
-	<<set $terrain to "rural">>
-<</if>>
-
-<<if ndef $menialDemandFactor>>
-	<<set $menialDemandFactor = 0>>
-<</if>>
-
-<<if ndef $AProsperityCap>>
-	<<set $AProsperityCap to 60>>
-<</if>>
-<<if ndef $ACitizens>>
-	<<set $ACitizens to ($AProsperityCap+200)*16>>
-<</if>>
-<<if ndef $ASlaves>>
-	<<set $ASlaves to ($AProsperityCap+200)*4>>
-<</if>>
-<<if ndef $AHelots>>
-	<<set $AHelots to $ASlaves*2>>
-<</if>>
-<<if ndef $helots>>
-	<<set $helots to 0>>
-<</if>>
-
-<<if ndef $facilityCost>>
-<<set $facilityCost to 500>>
-<</if>>
-<<if ndef $policyCost>>
-	<<set $policyCost to 5000>>
-<</if>>
-
-<<if ndef $REFeminizationCheckinIDs>>
-	<<set $REFeminizationCheckinIDs to []>>
-<</if>>
-<<if ndef $REMILFCheckinIDs>>
-	<<set $REMILFCheckinIDs to []>>
-<</if>>
-<<if ndef $REOrientationCheckinIDs>>
-	<<set $REOrientationCheckinIDs to []>>
-<</if>>
-<<if ndef $REUglyCheckinIDs>>
-	<<set $REUglyCheckinIDs to []>>
-<</if>>
-<<if ndef $REButtholeCheckinIDs>>
-	<<set $REButtholeCheckinIDs to []>>
-<</if>>
-<<if ndef $REFutaSisterCheckinIDs>>
-	<<set $REFutaSisterCheckinIDs to []>>
-<</if>>
-<<if ndef $REReductionCheckinIDs>>
-	<<set $REReductionCheckinIDs to []>>
-<</if>>
-<<if ndef $dormitory>>
-	<<set $dormitory = 20>>
-<</if>>
-<<if ndef $dormitoryPopulation>>
-	<<set $dormitoryPopulation = 0>>
-<</if>>
-<<if ndef $rooms>>
-	<<set $rooms = 5>>
-<</if>>
-<<if ndef $roomsPopulation>>
-	<<set $roomsPopulation = 0>>
-<</if>>
-
-<<if ndef $brothelName>>
-	<<set $brothelName = "the Brothel">>
-<</if>>
-<<if ndef $brothelNameCaps>>
-	<<set $brothelNameCaps = "The Brothel">>
-<</if>>
-<<if ndef $brothelDecoration>>
-	<<set $brothelDecoration = "standard">>
-<</if>>
-
-<<if ndef $dairyName>>
-	<<set $dairyName = "the Dairy">>
-<</if>>
-<<if ndef $dairyNameCaps>>
-	<<set $dairyNameCaps = "The Dairy">>
-<</if>>
-<<if ndef $dairyDecoration>>
-	<<set $dairyDecoration = "standard">>
-<</if>>
-<<if ndef $dairyFeedersUpgrade>>
-	<<set $dairyFeedersUpgrade to 0>>
-<</if>>
-<<if ndef $dairyStimulatorsUpgrade>>
-	<<set $dairyStimulatorsUpgrade to 0>>
-<</if>>
-<<if ndef $dairyPregUpgrade>>
-	<<set $dairyPregUpgrade to 0>>
-<</if>>
-
-<<if ndef $createBioreactors>>
-	<<set $createBioreactors = 0>>
-<</if>>
-<<if ndef $bioreactorsAnnounced>>
-	<<set $bioreactorsAnnounced = 0>>
-<</if>>
-<<if ndef $bioreactorsHerm>>
-	<<set $bioreactorsHerm = 0>>
-<</if>>
-<<if ndef $bioreactorsXX>>
-	<<set $bioreactorsXX = 0>>
-<</if>>
-<<if ndef $bioreactorsXY>>
-	<<set $bioreactorsXY = 0>>
-<</if>>
-<<if ndef $bioreactorsBarren>>
-	<<set $bioreactorsBarren = 0>>
-<</if>>
-
-<<if ndef $clubName>>
-	<<set $clubName = "the Club">>
-<</if>>
-<<if ndef $clubNameCaps>>
-	<<set $clubNameCaps = "The Club">>
-<</if>>
-<<if ndef $clubDecoration>>
-	<<set $clubDecoration = "standard">>
-<</if>>
-
-<<if ndef $servantsQuartersName>>
-	<<set $servantsQuartersName = "the Servants' Quarters">>
-<</if>>
-<<if ndef $servantsQuartersNameCaps>>
-	<<set $servantsQuartersNameCaps = "The Servants' Quarters">>
-<</if>>
-<<if ndef $servantsQuartersDecoration >>
-	<<set $servantsQuartersDecoration = "standard">>
-<</if>>
-
-<<if ndef $schoolroomName>>
-	<<set $schoolroomName = "the Schoolroom">>
-<</if>>
-<<if ndef $schoolroomNameCaps>>
-	<<set $schoolroomNameCaps = "The Schoolroom">>
-<</if>>
-<<if ndef $schoolroomUpgradeSkills>>
-	<<set $schoolroomUpgradeSkills = 0>>
-<</if>>
-<<if ndef $schoolroomUpgradeLanguage>>
-	<<set $schoolroomUpgradeLanguage = 0>>
-<</if>>
-<<if ndef $schoolroomDecoration>>
-	<<set $schoolroomDecoration = "standard">>
-<</if>>
-
-<<if ndef $spaName>>
-	<<set $spaName = "the Spa">>
-<</if>>
-<<if ndef $spaNameCaps>>
-	<<set $spaNameCaps = "The Spa">>
-<</if>>
-<<if ndef $spaDecoration>>
-	<<set $spaDecoration = "standard">>
-<</if>>
-
-<<if ndef $clinicName>>
-	<<set $clinicName = "the Clinic">>
-<</if>>
-<<if ndef $clinicNameCaps>>
-	<<set $clinicNameCaps = "The Clinic">>
-<</if>>
-<<if ndef $clinicSlaves>>
-	<<set $clinicSlaves = 0>>
-<</if>>
-<<if ndef $clinic>>
-	<<set $clinic = 0>>
-<</if>>
-<<if ndef $clinicUpgradeFilters>>
-	<<set $clinicUpgradeFilters = 0>>
-<</if>>
-<<if ndef $clinicUpgradeScanner>>
-	<<set $clinicUpgradeScanner = 0>>
-<</if>>
-<<if ndef $clinicDecoration>>
-	<<set $clinicDecoration = "standard">>
-<</if>>
-
-<<if ndef $arcadeName>>
-	<<set $arcadeName = "the Arcade">>
-<</if>>
-<<if ndef $arcadeNameCaps>>
-	<<set $arcadeNameCaps = "The Arcade">>
-<</if>>
-<<if ndef $arcadeDecoration>>
-	<<set $arcadeDecoration = "standard">>
-<</if>>
-
-<<if ndef $cellblockName>>
-	<<set $cellblockName = "the Cellblock">>
-<</if>>
-<<if ndef $cellblockNameCaps>>
-	<<set $cellblockNameCaps = "The Cellblock">>
-<</if>>
-<<if ndef $cellblockDecoration>>
-	<<set $cellblockDecoration = "standard">>
-<</if>>
-
-<<if ndef $masterSuiteName>>
-	<<set $masterSuiteName = "the Master Suite">>
-<</if>>
-<<if ndef $masterSuiteNameCaps>>
-	<<set $masterSuiteNameCaps = "The Master Suite">>
-<</if>>
-<<if ndef $masterSuiteUpgradePregnancy>>
-	<<set $masterSuiteUpgradePregnancy to 0>>
-<</if>>
-<<if ndef $masterSuitePregnancyFertilityDrugs>>
-	<<set $masterSuitePregnancyFertilityDrugs to 0>>
-<</if>>
-<<if ndef $masterSuitePregnancyFertilitySupplements>>
-	<<set $masterSuitePregnancyFertilitySupplements to 0>>
-<</if>>
-<<if ndef $masterSuitePregnancySlaveLuxuries>>
-	<<set $masterSuitePregnancySlaveLuxuries to 0>>
-<</if>>
-<<if ndef $universalHGImpregnateMasterSuiteToggle>>
-	<<set $universalHGImpregnateMasterSuiteToggle to 0>>
-<</if>>
-<<if ndef $masterSuiteDecoration>>
-	<<set $masterSuiteDecoration = "standard">>
-<</if>>
-
-<<if ndef $HGSuiteName>>
-	<<set $HGSuiteName = "the Head Girl Suite">>
-<</if>>
-<<if ndef $HGSuiteNameCaps>>
-	<<set $HGSuiteNameCaps = "The Head Girl Suite">>
-<</if>>
-<<if ndef $HGSuiteSurgery>>
-	<<set $HGSuiteSurgery = 1>>
-<</if>>
-<<if ndef $HGSuiteDrugs>>
-	<<set $HGSuiteDrugs = 1>>
-<</if>>
-<<if ndef $HGSuiteHormones>>
-	<<set $HGSuiteHormones = 1>>
-<</if>>
-<<if ndef $HGSuiteEquality>>
-	<<set $HGSuiteEquality = 0>>
-<</if>>
-
-<<if ndef $pitName>>
-	<<set $pitName = "the Pit">>
-<</if>>
-<<if ndef $pitNameCaps>>
-	<<set $pitNameCaps = "The Pit">>
-<</if>>
-<<if ndef $fighterIDs>>
-	<<set $fighterIDs = []>>
-<</if>>
-<<if ndef $pitBG>>
-	<<set $pitBG = 0>>
-<</if>>
-
-<<if ndef $verboseDescriptions>>
-	<<set $verboseDescriptions to 0>>
-<</if>>
-<<if ndef $clothesBoughtBunny>>
-	<<set $clothesBoughtBunny to 0>>
-<</if>>
-<<if ndef $clothesBoughtConservative>>
-	<<set $clothesBoughtConservative to 0>>
-<</if>>
-<<if ndef $clothesBoughtChains>>
-	<<set $clothesBoughtChains to 0>>
-<</if>>
-<<if ndef $clothesBoughtWestern>>
-	<<set $clothesBoughtWestern to 0>>
-<</if>>
-<<if ndef $clothesBoughtOil>>
-	<<set $clothesBoughtOil to 0>>
-<</if>>
-<<if ndef $clothesBoughtHabit>>
-	<<set $clothesBoughtHabit to 0>>
-<</if>>
-<<if ndef $clothesBoughtToga>>
-	<<set $clothesBoughtToga to 0>>
-<</if>>
-<<if ndef $clothesBoughtKimono>>
-	<<set $clothesBoughtKimono to 0>>
-<</if>>
-<<if ndef $clothesBoughtHarem>>
-	<<set $clothesBoughtHarem to 0>>
-<</if>>
-<<if ndef $clothesBoughtQipao>>
-	<<set $clothesBoughtQipao to 0>>
-<</if>>
-<<if ndef $clothesBoughtEgypt>>
-	<<set $clothesBoughtEgypt to 0>>
-<</if>>
-
-<<if ndef $assistantFSAppearance>>
-	<<set $assistantFSAppearance to "default">>
-<</if>>
-
-<<if ndef $universalRulesRest>>
-	<<set $universalRulesRest to 0>>
-<</if>>
-
-<<if ndef $universalRulesNewSlavesRA>>
-	<<set $universalRulesNewSlavesRA to 1>>
-<</if>>
-
-<<if ndef $hormoneUpgradeMood>>
-	<<set $hormoneUpgradeMood to 0>>
-<</if>>
-
-<<if ndef $hormoneUpgradeShrinkage>>
-	<<set $hormoneUpgradeShrinkage to 0>>
-<</if>>
-
-<<if ndef $hormoneUpgradePower>>
-	<<set $hormoneUpgradePower to 0>>
-<</if>>
-
-<<if ndef $schoolSuggestion>>
-	<<set $schoolSuggestion to 0>>
-<</if>>
-
-<<if ndef $prostheticsUpgrade>>
-	<<set $prostheticsUpgrade to 0>>
-<</if>>
-<<if ndef $limbs>>
-	<<set $limbs = []>>
-<</if>>
-<<if ndef $limbsCompleted>>
-	<<set $limbsCompleted to 0>>
-<</if>>
-
-<<if ndef $trinkets>>
-	<<set $trinkets to []>>
-
-	<<set $upgradeMultiplierArcology to 1>>
-	<<set $upgradeMultiplierMedicine to 1>>
-	<<if $PC.career is "wealth">>
-		<<set $trinkets.push("a collection of diplomas from expensive schools")>>
-	<<elseif $PC.career is "capitalist">>
-		<<set $trinkets.push("a framed low denomination piece of paper money from your native country")>>
-	<<elseif $PC.career is "mercenary">>
-		<<set $trinkets.push("a battered old assault rifle")>>
-	<<elseif $PC.career is "slaver">>
-		<<set $trinkets.push("a framed picture of a slave with her sale price scrawled across the bottom")>>
-	<<elseif $PC.career is "engineer">>
-		<<set $trinkets.push("an artist's impression of an early arcology design")>>
-		<<set $upgradeMultiplierArcology to 0.6>>
-	<<elseif $PC.career is "medicine">>
-		<<set $trinkets.push("a framed postsurgical x-ray")>>
-		<<set $upgradeMultiplierMedicine to 0.8>>
-	<<elseif $PC.career is "celebrity">>
-		<<set $trinkets.push("a framed copy of the first news story featuring yourself")>>
-	<<elseif $PC.career is "arcology owner">>
-		<<set $trinkets.push("a miniature model of your first arcology")>>
-	<</if>>
-<</if>>
-
-<<if ndef $TSS>>
-	<<set $TSS to {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
-<</if>>
-<<if ndef $GRI>>
-	<<set $GRI to {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
-<</if>>
-<<if ndef $SCP>>
-	<<set $SCP to {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
-<</if>>
-<<if ndef $LDE>>
-	<<set $LDE to {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
-<</if>>
-<<if ndef $TGA>>
-	<<set $TGA to {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
-<</if>>
-<<if ndef $TFS>>
-	<<set $TFS to {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
-<</if>>
-
-<<if ndef $assistantName>>
-	<<set $assistantName to "your personal assistant">>
-<</if>>
-
-<<if ndef $expiree>>
-	<<set $expiree to 0>>
-<</if>>
-<<if ndef $retiree>>
-	<<set $retiree to 0>>
-<</if>>
-<<if ndef $birthee>>
-	<<set $birthee to 0>>
-<</if>>
-
-<<if ndef $assistantNameAnnounced>>
-	<<set $assistantNameAnnounced to 0>>
-<</if>>
-
-<<if ndef $alwaysSubsidizeRep>>
-<<set $alwaysSubsidizeRep to 0>>
-<</if>>
-<<if ndef $alwaysSubsidizeGrowth>>
-<<set $alwaysSubsidizeGrowth to 0>>
-<</if>>
-<<if ndef $ProImmigrationCash>>
-<<set $ProImmigrationCash to 0>>
-<</if>>
-<<if ndef $ProImmigrationRep>>
-<<set $ProImmigrationRep to 0>>
-<</if>>
-<<if ndef $AntiImmigrationCash>>
-<<set $AntiImmigrationCash to 0>>
-<</if>>
-<<if ndef $AntiImmigrationRep>>
-<<set $AntiImmigrationRep to 0>>
-<</if>>
-<<if ndef $ProEnslavementCash>>
-<<set $ProEnslavementCash to 0>>
-<</if>>
-<<if ndef $ProEnslavementRep>>
-<<set $ProEnslavementRep to 0>>
-<</if>>
-<<if ndef $AntiEnslavementCash>>
-<<set $AntiEnslavementCash to 0>>
-<</if>>
-<<if ndef $AntiEnslavementRep>>
-<<set $AntiEnslavementRep to 0>>
-<</if>>
-<<if ndef $BasicSMR>>
-<<set $BasicSMR to 1>>
-<</if>>
-<<if ndef $HealthInspectionSMR>>
-<<set $HealthInspectionSMR to 0>>
-<</if>>
-<<if ndef $EducationSMR>>
-<<set $EducationSMR to 0>>
-<</if>>
-<<if ndef $IntelligenceEugenicsSMR>>
-<<set $IntelligenceEugenicsSMR to 0>>
-<</if>>
-<<if ndef $HeightEugenicsSMR>>
-<<set $HeightEugenicsSMR to 0>>
-<</if>>
-<<if ndef $FaceEugenicsSMR>>
-<<set $FaceEugenicsSMR to 0>>
-<</if>>
-<<if ndef $HonestySMR>>
-<<set $HonestySMR to 0>>
-<</if>>
-<<if ndef $ProRefugees>>
-<<set $ProRefugees to 0>>
-<</if>>
-<<if ndef $ProRecruitment>>
-<<set $ProRecruitment to 0>>
-<</if>>
-<<if ndef $OralEncouragement>>
-<<set $OralEncouragement to 0>>
-<</if>>
-<<if ndef $VaginalEncouragement>>
-<<set $VaginalEncouragement to 0>>
-<</if>>
-<<if ndef $AnalEncouragement>>
-<<set $AnalEncouragement to 0>>
-<</if>>
-<<if ndef $OralDiscouragement>>
-<<set $OralDiscouragement to 0>>
-<</if>>
-<<if ndef $VaginalDiscouragement>>
-<<set $VaginalDiscouragement to 0>>
-<</if>>
-<<if ndef $AnalDiscouragement>>
-<<set $AnalDiscouragement to 0>>
-<</if>>
-<<if ndef $CashForRep>>
-<<set $CashForRep to 0>>
-<</if>>
-<<if ndef $RepForCash>>
-<<set $RepForCash to 0>>
-<</if>>
-<<if ndef $PAPublic>>
-<<set $PAPublic to 0>>
-<</if>>
-<<if ndef $CoursingAssociation>>
-<<set $CoursingAssociation to 0>>
-<</if>>
-<<if ndef $Lurcher>>
-<<set $Lurcher = 0>>
-<</if>>
-<<if ndef $coursed>>
-<<set $coursed = 0>>
-<</if>>
-<<if ndef $MixedMarriage>>
-<<set $MixedMarriage to 0>>
-<</if>>
-
-<<if ndef $expiree>>
-<<set $expiree to 0>>
-<</if>>
-<<if ndef $retiree>>
-<<set $retiree to 0>>
-<</if>>
-<<if ndef $retirementAge>>
-<<set $retirementAge to 45>>
-<</if>>
-<<if ndef $customRetirementAge>>
-<<set $customRetirementAge to 45>>
-<</if>>
-<<if ndef $CustomRetirementAgePolicy>>
-<<set $CustomRetirementAgePolicy to 0>>
-<</if>>
-<<if ndef $BioreactorRetirement>>
-<<set $BioreactorRetirement to 0>>
-<</if>>
-<<if ndef $ArcadeRetirement>>
-<<set $ArcadeRetirement to 0>>
-<</if>>
-<<if ndef $CitizenRetirement>>
-<<set $CitizenRetirement to 0>>
-<</if>>
-
-<<if ndef $justiceEvents>>
-	<<set $justiceEvents to ["slave deal", "slave training", "majority deal", "indenture deal", "virginity deal"]>>
-<</if>>
-
-<<if ndef $youngCareers>>
-	<<set $youngCareers to ["a refugee", "a maid", "a truck driver", "a factory worker", "an office worker", "a farm laborer", "a secretary", "a cook", "a service worker", "a housewife", "a stripper", "a prostitute", "a saleswoman", "a criminal", "a student", "a student", "a camgirl", "a student", "a soldier", "a security guard", "unemployed", "unemployed", "unemployed", "unemployed", "unemployed"]>>
-<</if>>
-
-<<if ndef $educatedCareers>>
-	<<set $educatedCareers to ["a principal", "a procuress", "a refugee", "a doctor", "a private detective", "a journalist", "a journalist", "a lawyer", "a teacher", "a business owner", "a classical dancer", "a classical musician", "an investor", "a writer", "a programmer", "a counselor", "a nun", "a scientist", "an actress", "a criminal", "a politician", "a military officer", "a professor"]>>
-<</if>>
-
-<<if ndef $uneducatedCareers>>
-	<<set $uneducatedCareers to ["a masseuse", "a refugee", "a masseuse", "a model", "a pimp", "a maid", "a mail carrier", "a fisherwoman", "a truck driver", "an athlete", "a trophy wife", "a teacher", "a factory worker", "a dancer", "a musician", "an office worker", "a farm laborer", "a secretary", "a cook", "a nurse", "a service worker", "a housewife", "a camgirl", "a stripper", "a prostitute", "a saleswoman", "a criminal", "a student", "a soldier", "a security guard", "an actress", "a party girl", "a law enforcement officer", "a bouncer", "a bodyguard", "unemployed", "unemployed", "unemployed", "unemployed", "unemployed"]>>
-<</if>>
-
-<<if ndef $gratefulCareers>>
-	<<set $gratefulCareers to ["unemployed", "a refugee"]>>
-<</if>>
-
-<<if ndef $menialCareers>>
-	<<set $menialCareers to ["an athlete", "a mail carrier", "a fisherwoman", "a truck driver", "a factory worker", "a farm laborer", "a cook", "a service worker", "a maid", "a housewife", "a student", "a programmer", "a nun"]>>
-<</if>>
-
-<<if ndef $entertainmentCareers>>
-	<<set $entertainmentCareers to ["a party girl", "a camgirl", "an actress", "a journalist", "a writer"]>>
-<</if>>
-
-<<if ndef $whoreCareers>>
-	<<set $whoreCareers to ["a prostitute", "a stripper", "a saleswoman", "a criminal", "a porn star", "a trophy wife", "a Futanari Sister", "a model"]>>
-<</if>>
-
-<<if ndef $HGCareers>>
-	<<set $HGCareers to ["a lawyer", "a military officer", "a politician"]>>
-<</if>>
-
-<<if ndef $madamCareers>>
-	<<set $madamCareers to ["a procuress", "a pimp", "a business owner"]>>
-<</if>>
-
-<<if ndef $DJCareers>>
-	<<set $DJCareers to ["a dancer", "a musician", "a classical dancer", "a classical musician"]>>
-<</if>>
-
-<<if ndef $bodyguardCareers>>
-	<<set $bodyguardCareers to ["a soldier", "a bodyguard", "a law enforcement officer"]>>
-<</if>>
-
-<<if ndef $wardenessCareers>>
-	<<set $wardenessCareers to ["a security guard", "a private detective", "a bouncer"]>>
-<</if>>
-
-<<if ndef $nurseCareers>>
-	<<set $nurseCareers to ["a nurse", "a doctor"]>>
-<</if>>
-
-<<if ndef $attendantCareers>>
-	<<set $attendantCareers to ["a masseuse", "a counselor"]>>
-<</if>>
-
-<<if ndef $milkmaidCareers>>
-	<<set $milkmaidCareers to ["a dairy worker", "a rancher", "a veterinarian", "a farmer's daughter"]>>
-<</if>>
-
-<<if ndef $stewardessCareers>>
-	<<set $stewardessCareers to ["a secretary", "an office worker", "an investor", "a charity worker"]>>
-<</if>>
-
-<<if ndef $schoolteacherCareers>>
-	<<set $schoolteacherCareers to ["a principal", "a teacher", "a scientist", "a professor"]>>
-<</if>>
-
-<<if ndef $fakeBellies>>
-<<set $fakeBellies to ["a small empathy belly", "a medium empathy belly", "a large empathy belly", "a huge empathy belly"]>> /* lets fake bellies be seperated from other .bellyAccessory */
-<</if>>
-
-<<if ($ver.includes("0.9") != true) || ($ver == "0.9")>>
-	<<if $seeDicks == 2>>
-		<<set $seeDicks = 100>>
-	<<elseif $seeDicks == 1>>
-		<<set $seeDicks = 25>>
-	<</if>>
-<</if>>
-<<if ($ver.includes("0.9.4") != true) && ($ver.includes("0.9.5") != true) && ($ver.includes("0.9.6") != true) && ($ver.includes("0.9.7") != true) && ($ver.includes("0.9.8") != true) && ($ver.includes("0.9.9") != true) && ($ver.includes("0.9.10") != true)>>
-	<<for _r to 0; _r < $defaultRules.length; _r++>>
-		<<if ndef $defaultRules[_r].aphrodisiacs>>
-			<<set $defaultRules[_r].aphrodisiacs = 0>>
-		<</if>>
-		<<if $defaultRules[_r].curatives == "applied">>
-			<<set $defaultRules[_r].curatives = 2>>
-		<<else>>
-			<<set $defaultRules[_r].curatives = 0>>
-		<</if>>
-		<<if $defaultRules[_r].drugs == "curatives">>
-			<<set $defaultRules[_r].curatives = 2>>
-			<<set $defaultRules[_r].drugs = "no drugs">>
-		<<elseif $defaultRules[_r].drugs == "preventatives">>
-			<<set $defaultRules[_r].curatives = 1>>
-			<<set $defaultRules[_r].drugs = "no drugs">>
-		<<elseif $defaultRules[_r].drugs == "aphrodisiacs">>
-			<<set $defaultRules[_r].aphrodisiacs = 1>>
-			<<set $defaultRules[_r].drugs = "no drugs">>
-		<<elseif $defaultRules[_r].drugs == "extreme aphrodisiacs">>
-			<<set $defaultRules[_r].aphrodisiacs = 2>>
-			<<set $defaultRules[_r].drugs = "no drugs">>
-		<</if>>
-		<<if $defaultRules[_r].muscles >= 3>>
-			<<set $defaultRules[_r].muscles = 100>>
-		<<elseif $defaultRules[_r].muscles >= 2>>
-			<<set $defaultRules[_r].muscles = 50>>
-		<<elseif $defaultRules[_r].muscles >= 1>>
-			<<set $defaultRules[_r].muscles = 20>>
-		<</if>>
-	<</for>>
-	<<if $PC.refreshment == "cigar">>
-		<<set $PC.refreshmentType = 0>>
-	<<else>>
-		<<set $PC.refreshmentType = 1>>
-	<</if>>
-<</if>>
-<</if>>
-
-Done!
-
-<br><br>
-Setting missing slave variables:
-<<for _i to 0; _i < $slaves.length; _i++>>
-<<set _Slave to $slaves[_i]>>
-
-<<if ndef _Slave.aphrodisiacs>>
-	<<set _Slave.aphrodisiacs = 0>>
-<</if>>
-<<if ndef _Slave.curatives>>
-	<<set _Slave.curatives = 0>>
-<</if>>
-<<if ndef _Slave.lactationAdaptation>>
-	<<set _Slave.lactationAdaptation = 0>>
-<</if>>
-<<if ndef _Slave.dietCum>>
-	<<set _Slave.dietCum = 0>>
-<</if>>
-<<if ndef _Slave.dietMilk>>
-	<<set _Slave.dietMilk = 0>>
-<</if>>
-<<if ndef _Slave.fuckdoll>>
-	<<set _Slave.fuckdoll = 0>>
-<</if>>
-<<if ndef _Slave.customImage>>
-	<<set _Slave.customImage = 0>>
-<</if>>
-<<if ndef _Slave.nationality>>
-	<<set _Slave.nationality = "slave">>
-<</if>>
-
-<<if ndef _Slave.faceShape>>
-	<<set _Slave.faceShape to "normal">>
-<</if>>
-
-<<if _Slave.teeth == 0>>
-	<<set _Slave.teeth to "normal">>
-<</if>>
-
-<<if ndef _Slave.boobShape>>
-	<<set _Slave.boobShape to "perky">>
-<</if>>
-
-<<if ndef _Slave.vaginaLube>>
-	<<set _Slave.vaginaLube to 0>>
-<</if>>
-
-<<if ndef _Slave.hips>>
-	<<set _Slave.hips to 0>>
-<</if>>
-
-<<if ndef _Slave.hipsImplant>>
-	<<set _Slave.hipsImplant to 0>>
-<</if>>
-
-<<if ndef _Slave.shoulders>>
-	<<set _Slave.shoulders to 0>>
-<</if>>
-
-<<if ndef _Slave.shouldersImplant>>
-	<<set _Slave.shouldersImplant to 0>>
-<</if>>
-
-<<if ndef _Slave.voiceImplant>>
-	<<set _Slave.voiceImplant to 0>>
-<</if>>
-
-<<if ndef _Slave.backTat>>
-	<<set _Slave.backTat to 0>>
-<</if>>
-
-<<if ndef _Slave.hStyle>>
-	<<set _Slave.hColor to either("black", "blonde", "red", "brown")>>
-<</if>>
-
-<<if ndef _Slave.hStyle>>
-	<<set _Slave.hStyle to either("ass-length", "long", "shoulder-length")>>
-<</if>>
-
-<<if ndef _Slave.eyeColor>>
-	<<set _Slave.eyeColor to _Slave.eyes>>
-	<<set _Slave.eyes to 1>>
-	<<if ndef _Slave.eyeColor>>
-		<<set _Slave.eyeColor to "brown">>
-	<</if>>
-<</if>>
-
-<<if ndef _Slave.eyewear>>
-  <<set _Slave.eyewear to "none">>
-<</if>>
-
-<<if ndef _Slave.indenture>>
-	<<set _Slave.indenture to -1>>
-<</if>>
-<<if ndef _Slave.indentureRestrictions>>
-	<<set _Slave.indentureRestrictions to 0>>
-<</if>>
-<<if ndef _Slave.birthWeek>>
-	<<set _Slave.birthWeek to random(0,51)>>
-<</if>>
-<<if ndef _Slave.csec>>
-	<<set _Slave.csec = 0>>
-<</if>>
-<<if ndef _Slave.labor>>
-	<<set _Slave.labor = 0>>
-<</if>>
-<<if ndef _Slave.induce>>
-	<<set _Slave.induce = 0>>
-<</if>>
-<<if ndef _Slave.pregSource>>
-	<<set _Slave.pregSource = 0>>
-<</if>>
-
-<<if ndef _Slave.training>>
-	<<set _Slave.training = 0>>
-<</if>>
-
-<<if ($ver.includes("0.8.9") != true) && ($ver.includes("0.8.10") != true) && ($ver.includes("0.8.11") != true) && ($ver.includes("0.8.12") != true)>>
-<<if $ver.includes("0.9") != true>>
-	<<if _Slave.attrXX == 2>>
-		<<set _Slave.attrXX = 90>>
-	<<elseif _Slave.attrXX == 1>>
-		<<set _Slave.attrXX = 70>>
-	<<elseif _Slave.attrXX == 0>>
-		<<set _Slave.attrXX = 50>>
-	<<elseif _Slave.attrXX == -1>>
-		<<set _Slave.attrXX = 30>>
-	<<else>>
-		<<set _Slave.attrXX = 10>>
-	<</if>>
-	<<if _Slave.attrXY == 2>>
-		<<set _Slave.attrXY = 90>>
-	<<elseif _Slave.attrXY == 1>>
-		<<set _Slave.attrXY = 70>>
-	<<elseif _Slave.attrXY == 0>>
-		<<set _Slave.attrXY = 50>>
-	<<elseif _Slave.attrXY == -1>>
-		<<set _Slave.attrXY = 30>>
-	<<else>>
-		<<set _Slave.attrXY = 10>>
-	<</if>>
-<</if>>
-<</if>>
-
-<<if $ver.includes("0.9") != true>>
-<<if $ver.includes("0.10") != true>>
-	<<if _Slave.health <= -9>>
-		<<set _Slave.health = -90>>
-	<<elseif _Slave.health <= -7>>
-		<<set _Slave.health = random(-89,-70)>>
-	<<elseif _Slave.health <= -5>>
-		<<set _Slave.health = random(-69,-50)>>
-	<<elseif _Slave.health <= -3>>
-		<<set _Slave.health = random(-49,-30)>>
-	<<elseif _Slave.health <= -1>>
-		<<set _Slave.health = random(-29,-10)>>
-	<<elseif _Slave.health <= 1>>
-		<<set _Slave.health = random(-9,10)>>
-	<<elseif _Slave.health <= 3>>
-		<<set _Slave.health = random(11,30)>>
-	<<elseif _Slave.health <= 5>>
-		<<set _Slave.health = random(31,50)>>
-	<<elseif _Slave.health <= 7>>
-		<<set _Slave.health = random(51,70)>>
-	<<elseif _Slave.health <= 8>>
-		<<set _Slave.health = random(71,80)>>
-	<<elseif _Slave.health <= 9>>
-		<<set _Slave.health = random(81,90)>>
-	<<elseif _Slave.health <= 10>>
-		<<set _Slave.health = random(91,100)>>
-	<<elseif _Slave.health <= 15>>
-		<<set _Slave.health = random(101,150)>>
-	<<elseif _Slave.health <= 20>>
-		<<set _Slave.health = random(151,200)>>
-	<<elseif _Slave.health >= 50>>
-		<<set _Slave.health = 500>>
-	<<elseif _Slave.health > 20>>
-		<<set _Slave.health = 205>>
-	<</if>>
-
-	<<set _Slave.devotion = (_Slave.devotion*5)>>
-	<<set _Slave.trust = (_Slave.trust*5)>>
-
-	<<if _Slave.fetishStrength == 0>>
-		<<set _Slave.fetishStrength = random(0, 60)>>
-	<<elseif _Slave.fetishStrength == 1>>
-		<<set _Slave.fetishStrength = random(61,80)>>
-	<<elseif _Slave.fetishStrength == 2>>
-		<<set _Slave.fetishStrength = random(96, 100)>>
-	<</if>>
-
-	<<if _Slave.weight == -3>>
-		<<set _Slave.weight = random(-110,-96)>>
-	<<elseif _Slave.weight == -3>>
-		<<set _Slave.weight = random(-95,-31)>>
-	<<elseif _Slave.weight == -1>>
-		<<set _Slave.weight = random(-30, -11)>>
-	<<elseif _Slave.weight == 0>>
-		<<set _Slave.weight = random(-11, 10)>>
-	<<elseif _Slave.weight == 1>>
-		<<set _Slave.weight = random(11, 30)>>
-	<<elseif _Slave.weight == 2>>
-		<<set _Slave.weight = random(31, 95)>>
-	<<elseif _Slave.weight == 3>>
-		<<set _Slave.weight = random(96, 110)>>
-	<</if>>
-
-	<<if _Slave.lips != 0>>
-		<<if _Slave.lips == 3>>
-			<<set _Slave.lips = 85>>
-		<<elseif _Slave.lips == 2>>
-			<<set _Slave.lips = 55>>
-		<<elseif _Slave.lips == 1>>
-			<<set _Slave.lips = 35>>
-		<</if>>
-	<</if>>
-<</if>>
-<</if>>
-
-<<if ($ver.includes("0.9.5") != true) && ($ver.includes("0.9.6") != true) && ($ver.includes("0.9.7") != true) && ($ver.includes("0.9.8") != true) && ($ver.includes("0.9.9") != true) && ($ver.includes("0.9.10") != true)>>
-	<<if _Slave.oralSkill > 0>>
-	<<if _Slave.oralSkill == 3>>
-		<<set _Slave.oralSkill = 100>>
-	<<elseif _Slave.oralSkill == 2>>
-		<<set _Slave.oralSkill = 65>>
-	<<else>>
-		<<set _Slave.oralSkill = 35>>
-	<</if>>
-	<</if>>
-	<<if _Slave.vaginalSkill > 0>>
-	<<if _Slave.vaginalSkill == 3>>
-		<<set _Slave.vaginalSkill = 100>>
-	<<elseif _Slave.vaginalSkill == 2>>
-		<<set _Slave.vaginalSkill = 65>>
-	<<else>>
-		<<set _Slave.vaginalSkill = 35>>
-	<</if>>
-	<</if>>
-	<<if _Slave.analSkill > 0>>
-	<<if _Slave.analSkill == 3>>
-		<<set _Slave.analSkill = 100>>
-	<<elseif _Slave.analSkill == 2>>
-		<<set _Slave.analSkill = 65>>
-	<<else>>
-		<<set _Slave.analSkill = 35>>
-	<</if>>
-	<</if>>
-	<<if _Slave.whoreSkill > 0>>
-	<<if _Slave.whoreSkill == 3>>
-		<<set _Slave.whoreSkill = 100>>
-	<<elseif _Slave.whoreSkill == 2>>
-		<<set _Slave.whoreSkill = 65>>
-	<<else>>
-		<<set _Slave.whoreSkill = 35>>
-	<</if>>
-	<</if>>
-	<<if _Slave.entertainSkill > 0>>
-	<<if _Slave.entertainSkill == 3>>
-		<<set _Slave.entertainSkill = 100>>
-	<<elseif _Slave.entertainSkill == 2>>
-		<<set _Slave.entertainSkill = 65>>
-	<<else>>
-		<<set _Slave.entertainSkill = 35>>
-	<</if>>
-	<</if>>
-	<<if ($ver != "0.9.4")>>
-		<<set _Slave.aphrodisiacs = 0>>
-		<<if _Slave.drugs == "curatives">>
-			<<set _Slave.curatives = 2>>
-			<<set _Slave.drugs = "no drugs">>
-		<<elseif _Slave.drugs == "preventatives">>
-			<<set _Slave.curatives = 1>>
-			<<set _Slave.drugs = "no drugs">>
-		<<elseif _Slave.drugs == "aphrodisiacs">>
-			<<set _Slave.aphrodisiacs = 1>>
-			<<set _Slave.drugs = "no drugs">>
-		<<elseif _Slave.drugs == "extreme aphrodisiacs">>
-			<<set _Slave.aphrodisiacs = 2>>
-			<<set _Slave.drugs = "no drugs">>
-		<</if>>
-		<<if _Slave.muscles >= 3>>
-			<<set _Slave.muscles = 100>>
-		<<elseif _Slave.muscles >= 2>>
-			<<set _Slave.muscles = 50>>
-		<<elseif _Slave.muscles >= 1>>
-			<<set _Slave.muscles = 20>>
-		<<else>>
-			<<set _Slave.muscles = 0>>
-		<</if>>
-	<</if>>
-<</if>>
-<<if ($ver.includes("0.9") != true) || ($ver == "0.9")>>
-	<<if _Slave.lips != 0>>
-	<<if _Slave.lips == 3>>
-		<<set _Slave.lips = 85>>
-	<<elseif _Slave.lips == 2>>
-		<<set _Slave.lips = 55>>
-	<<else>>
-		<<set _Slave.lips = 35>>
-	<</if>>
-	<</if>>
-<</if>>
-
-<<switch _Slave.boobsTat>>
-<<case "floral designs">>
-	<<set _Slave.boobsTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.boobsTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.boobsTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.boobsTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.boobsTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.buttTat>>
-<<case "floral designs">>
-	<<set _Slave.buttTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.buttTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.buttTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.buttTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.buttTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.vaginaTat>>
-<<case "floral designs">>
-	<<set _Slave.vaginaTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.vaginaTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.vaginaTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.vaginaTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.vaginaTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.dickTat>>
-<<case "floral designs">>
-	<<set _Slave.dickTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.dickTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.dickTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.dickTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.dickTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.anusTat>>
-<<case "floral designs">>
-	<<set _Slave.anusTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.anusTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.anusTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.anusTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.anusTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.backTat>>
-<<case "floral designs">>
-	<<set _Slave.backTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.backTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.backTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.backTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.backTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.shouldersTat>>
-<<case "floral designs">>
-	<<set _Slave.shouldersTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.shouldersTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.shouldersTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.shouldersTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.shouldersTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.armsTat>>
-<<case "floral designs">>
-	<<set _Slave.armsTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.armsTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.armsTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.armsTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.armsTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.legsTat>>
-<<case "floral designs">>
-	<<set _Slave.legsTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.legsTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.legsTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.legsTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.legsTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.stampTat>>
-<<case "floral designs">>
-	<<set _Slave.stampTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.stampTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.stampTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.stampTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.stampTat to "advertisements">>
-<</switch>>
-
-<<switch _Slave.lipsTat>>
-<<case "floral designs">>
-	<<set _Slave.lipsTat to "flowers">>
-<<case "demeaning inscriptions">>
-	<<set _Slave.lipsTat to "rude words">>
-<<case "lewd scenes">>
-	<<set _Slave.lipsTat to "scenes">>
-<<case "degrading language">>
-	<<set _Slave.lipsTat to "degradation">>
-<<case  "slutty advertisements">>
-	<<set _Slave.lipsTat to "advertisements">>
-<</switch>>
-
-<<if ndef _Slave.areolaePiercing>>
-	<<set _Slave.areolaePiercing to 0>>
-<</if>>
-
-<<if ndef _Slave.standardPunishment>>
-	<<set _Slave.standardPunishment to "situational">>
-<</if>>
-
-<<if ndef _Slave.standardReward>>
-	<<set _Slave.standardReward to "situational">>
-<</if>>
-
-<<if ndef _Slave.corsetPiercing>>
-	<<set _Slave.corsetPiercing to 0>>
-<</if>>
-
-<<if ndef _Slave.dickAccessory>>
-	<<set _Slave.dickAccessory to "none">>
-<</if>>
-
-<<if ndef _Slave.scrotum>>
-  <<set _Slave.scrotum to _Slave.balls>>
-<</if>>
-
-<<if ndef _Slave.markings>>
-	<<set _Slave.markings to "none">>
-<</if>>
-
-<<if ndef _Slave.accent>>
-	<<set _Slave.accent to random(0,3)>>
-<</if>>
-
-<<if ndef _Slave.pornFame>>
-	<<set _Slave.pornFame to 0>>
-<</if>>
-<<if ndef _Slave.pornFameSpending>>
-	<<set _Slave.pornFameSpending to 0>>
-<</if>>
-
-<<if ndef _Slave.bellyAccessory>>
-  <<set _Slave.bellyAccessory to "none">>
-<</if>>
-<<if (ndef _Slave.currentRules) || (_Slave.currentRules.length < 1)>>
-	<<set _Slave.currentRules to []>>
-<</if>>
-
-<<if _Slave.nationality == 0>>
-	<<set _Slave.indenture to "slave">>
-<</if>>
-
-<<if _Slave.height < -1>>
-	<<set _Slave.height to random(140,149)>>
-<<elseif _Slave.height < 0>>
-	<<set _Slave.height to random(150,159)>>
-<<elseif _Slave.height < 1>>
-	<<set _Slave.height to random(160,169)>>
-<<elseif _Slave.height < 2>>
-	<<set _Slave.height to random(170,184)>>
-<<elseif _Slave.height <= 3>>
-	<<set _Slave.height to random(185,200)>>
-<</if>>
-
-<<if _Slave.customTat is " ">>
-	<<set _Slave.customTat to "">>
-<</if>>
-
-<<if _Slave.customLabel is " ">>
-	<<set _Slave.customLabel to "">>
-<</if>>
-<<if _Slave.lipsPiercing is "no default setting">>
-	<<set _Slave.lipsPiercing to 0>>
-<</if>>
-<<if _Slave.tonguePiercing is "no default setting">>
-	<<set _Slave.tonguePiercing to 0>>
-<</if>>
-<<if _Slave.nipplesPiercing is "no default setting">>
-	<<set _Slave.nipplesPiercing to 0>>
-<</if>>
-<<if _Slave.areolaePiercing is "no default setting">>
-	<<set _Slave.areolaePiercing to 0>>
-<</if>>
-<<if _Slave.dickPiercing is "no default setting">>
-	<<set _Slave.dickPiercing to 0>>
-<</if>>
-<<if _Slave.vaginaPiercing is "no default setting">>
-	<<set _Slave.vaginaPiercing to 0>>
-<</if>>
-<<if _Slave.clitPiercing is "no default setting">>
-	<<set _Slave.clitPiercing to 0>>
-<</if>>
-<<if _Slave.anusPiercing is "no default setting">>
-	<<set _Slave.anusPiercing to 0>>
-<</if>>
-<<if _Slave.earPiercing is "no default setting">>
-	<<set _Slave.earPiercing to 0>>
-<</if>>
-<<if _Slave.eyebrowPiercing is "no default setting">>
-	<<set _Slave.eyebrowPiercing to 0>>
-<</if>>
-<<if _Slave.nosePiercing is "no default setting">>
-	<<set _Slave.nosePiercing to 0>>
-<</if>>
-<<if _Slave.navelPiercing is "no default setting">>
-	<<set _Slave.navelPiercing to 0>>
-<</if>>
-<<if _Slave.corsetPiercing is "no default setting">>
-	<<set _Slave.corsetPiercing to 0>>
-<</if>>
-
-<<if _Slave.customDesc is " " or _Slave.customDesc == 0>>
-	<<set _Slave.customDesc to "">>
-<</if>>
-
-<<if ndef _Slave.aphrodisiacs>>
-	<<set _Slave.aphrodisiacs to 0>>
-<</if>>
-
-<<if ndef _Slave.curatives>>
-	<<set _Slave.curatives to 0>>
-<</if>>
-
-<<set $slaves[_i] to _Slave>>
-<</for>>
-Done!
-
-<<set $ver = "0.10.0">>
-<<set $releaseID = 1000>>
diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index 5527997a499c71a5eabfb36527c1b56b3bfb95f1..b5fdfa351895fe3e55c72e1c4790eb10850f9ade 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -6,7 +6,7 @@
 	<<set $slavesToImportMax = 5>>
 <</if>>
 
-<<if $releaseID >= 1000>><<else>>
+<<if $releaseID > 1000>><<else>>
 	<<silently>><<include "Backwards Compatibility">><</silently>>
 <</if>>
 
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index f2bd2d5184b7cc922893350f605e8b4aa2041e43..16a678791ee2846a28fae375d9d7805cf40c721b 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -3,7 +3,7 @@
 <<set $showEncyclopedia = 0>>
 <<set $slavesForImport = []>>
 
-This save was created using FC version $ver.
+This save was created using FC version $ver build $releaseID.
 
 <br><br>
 Genetics array test:
diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw
index 8d3fe4d09956b81ca7510569f777cc6074ec5b4f..4e901120dab52dee004fb0691bccacc5c9f97a3f 100644
--- a/src/uncategorized/personalAssistantAppearance.tw
+++ b/src/uncategorized/personalAssistantAppearance.tw
@@ -494,7 +494,15 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	<<case "maturity preferentialist">>
 	  She's quite mature, her belly is covered in stretch marks.
 	<<case "youth preferentialist">>
-	  She's surprisingly young, she happily bounces atop her mammoth belly forcing milk out of her breasts and babies out her crotch.
+		<<if $minimumSlaveAge > 13>>
+			She's fresh into adulthood and already has had more children than most women. She leans against her mammoth belly as another child parts her youthful pussy.
+		<<elseif $minimumSlaveAge > 8>>
+			She's fresh into her teens and firmly anchored by her mammoth belly. Her attempts to try and move are frequently interrupted as another child begins forcing is way out of her tight pussy.
+		<<elseif $minimumSlaveAge > 4>>
+			She's just a young girl and already has had more children than most women will in their lives. She happily embraces her mammoth belly, the force of her hug forcing milk out of her breasts and babies out her crotch.
+		<<else>>
+			She's surprisingly young, she happily bounces atop her mammoth belly forcing milk out of her breasts and babies out her crotch.
+		<</if>>
 	<<case "slimness enthusiast">>
 	  Her massive pregnant belly completely dwarfs her otherwise lithe frame.
 	<<case "body purist">>
@@ -900,6 +908,83 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	She's watching you attentively from a bowl filled with her body. When she sees your glance, she reforms herself and awaits your response.
   <</if>>
 
+<<elseif $assistantAppearance == "angel">>
+	She's a gorgeous little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0].FSSupremacistRace <</if>> angel with long blonde hair and large <<if $arcologies[0].FSGenderFundamentalist != "unset">>black<<else>>white<</if>> wings as large as her when they are folded.
+	<<if $assistantFSOptions>>
+	<<switch $assistantFSAppearance>>
+	<<case "paternalist">>
+		She is currently wearing a long, conservative skirt and a a pretty white blouse complete with gaps for her wings. She is positively radiant.
+	<<case "degradationist">>
+		She is wearing black eyeliner and lipstick while using a thin black ribbon to protect her modesty. It's pretty obvious she has a stud through her left nipple.
+	<<case "roman revivalist">>
+		She is wearing a fine stola appropriate for a respectable Roman lady, with her hair up in a complicated style.
+	<<case "egyptian revivalist">>
+		She is wearing a simple white linen dress, kohl eyeshadow, sandals, and a serene expression.
+	<<case "edo revivalist">>
+		She is wearing a fine kimono with slits for her wings, getae, tabi, and an expression of perfect serenity.
+	<<case "arabian revivalist">>
+		She is wearing a tailored suit, a silk headscarf, and aviator sunglasses, making her look ridiculous.
+	<<case "chinese revivalist">>
+		She is wearing a conservative silk qipao with special slits for her wings. Her hair is pulled back into a bun and secured by a couple of chopsticks.
+	<<case "chattel religionist">>
+		She has adjusted her outfit to consist of nothing but the symbol of your new religion carefully tailored to cover her nipples and crotch. She wears another around her neck and a blush on her cheeks.
+	<<case "physical idealist">>
+		She has swapped out her usual linen dress for one that shows off her toned arms, legs and abs.
+	<<case "repopulation focus">>
+		Her simple white linen dress is parted by her full term pregnancy; likely a lost soul being given a new chance.
+	<<case "eugenics">>
+		She has swapped out her usual linen dress for a fabulous one to match her perfect appearance. She proudly wears the symbol of high society on her arm and, judging by the slight curve to her middle, is growing a child just as beautiful as her.
+	<<case "gender radicalist">>
+		She wears simple white linen dress and has recently changed her appearance to make herself quite androgynous.
+	<<case "gender fundamentalist">>
+		She wears simple white linen dress that struggles to cover both her full breasts and child-bearing hips.
+	<<case "asset expansionist">>
+		She has recently given up on trying to cover her arm-filling breasts, resorting to just wearing a skirt; a skirt that strains against her enormous rear. She certainly won't be flying anyway.
+	<<case "transformation fetishist">>
+		She wears simple white linen dress that struggles to contain her big, perky, obviously fake breasts.
+	<<case "pastoralist">>
+		She wears simple white linen dress that struggles to cover her full breasts. She frequently tries to hide her nipples; her milk having rendered her dress transparent.
+	<<case "maturity preferentialist">>
+		She wears simple white linen dress and has recently altered appearance to be more mature. Her face is one of experience and her hair has streaks of silver.
+	<<case "youth preferentialist">>
+		She wears simple white linen dress that tastefully hugs her youthful body. She looks barely 18; a tantalizing risk.
+	<<case "slimness enthusiast">>
+		She wears simple white linen dress that tastefully hugs her thin body.
+	<<case "body purist">>
+		She has forgone covering herself to allow her radiant, pure body to be visible to all.
+	<<default>>
+		She wears simple white linen dress that, while concealing, shows off her pleasant curves.
+	<</switch>>
+	<<else>>
+		She wears simple white linen dress that, while concealing, shows off her pleasant curves.
+	<</if>>
+<<if ($cockFeeder == 1) && ($seed == 1)>>
+	A recognizable little representation of one of your slaves is locking lips with her. The slave must be down in the kitchen, getting a meal out of the food dispensers. The angel notices you watching, blushes deeply and covers herself and the slave with a wing.
+<<elseif ($suppository == 1) && ($seed == 2)>>
+	A recognizable little representation of one of your slaves is across her lap, her rear red from a recent spanking. The slave must be receiving her drugs from one of the dildo dispensers. The angel notices you watching, nods, and resumes spanking, ignoring the slave's distress.
+<<elseif ($masturbationAllowed == 1) && ($seed == 3)>>
+	She has a visible representation of one of your slaves across her lap, a vibrator partially inserted into her, which the slave is obviously enjoying. The slave must be using one of the penthouse's many vibrators. She notices you watching and blushes deeply before returning to pleasuring the slave.
+<<elseif ($seed == 4)>>
+	A recognizable little representation of one of your slaves is lying with its head in her lap. The angel is embracing her gently and silently; the slave must be getting a checkup. She looks up at you with a smile, the slave must be doing well.
+<<elseif ($seed == 5) && ($invasionVictory > 0)>>
+	She's standing next to a representation of one of your security drone, gently caressing it. When she sees you looking at her, she blushes and says, "I like this one. He did very well during the invasion. He saved so many."
+<<elseif ($seed == 6) && ($studio == 1)>>
+	She's watching a recognizable little representation of one of your slaves masturbate with one hand to cover her eyes and the other to hold a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
+<<elseif ($seed == 7) && ($marketAssistantAnnounced == 1)>>
+	She's accompanied by your market assistant's own angelic avatar.
+	<<if $marketAssistantRelationship == "cute">>
+		They're deep in prayer for your benefit and the safety of you, your arcology and your slaves.
+	<<elseif $marketAssistantRelationship == "nonconsensual">>
+		$assistantName is happily brushing the market assistant while humming happily. Upon noticing you watching, the hastily sneaks a hand down the asstants dress and pinches a nipple, eliciting a squeak from the girl.
+	<<elseif $marketAssistantRelationship == "incestuous">>
+		$assistantName is naked a kissing her equally bare sister. You watch silently as they grind their bodies against each other until one notices your gaze. They both shriek, cover themselves with their wings and hustle out of sight.
+	<<else>>
+		They're making out in a surprisingly girlish way, deeply kissing each other and pressing their chests together. They blush when they see you watching them, each quickly covering the other with a wing.
+	<</if>>
+<<else>>
+	She's deep in prayer. She glances up to check on you and sees you looking at her, and flashes you a look of serenity.
+<</if>>
+
 <<else>>
 	It's a little abstract symbol; when <<if $assistant == 0>>it<<else>>she<</if>> speaks, the symbol glows slightly.
 <</if>>
diff --git a/src/uncategorized/personalAssistantOptions.tw b/src/uncategorized/personalAssistantOptions.tw
index 7d06a55ea98da11ff51ec89512a9bf72fddb263d..ee30f8fed140863d08a809d66e82d6514a0b40dd 100644
--- a/src/uncategorized/personalAssistantOptions.tw
+++ b/src/uncategorized/personalAssistantOptions.tw
@@ -138,6 +138,79 @@ She is currently using the ''$assistantAppearance'' avatar.
 		<<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>>
 		<<if $arcologies[0].FSBodyPurist != "unset">> <<set _seed.push("body purism")>> <</if>>
 		<<if $arcologies[0].FSRepopulationFocus != "unset">> <<set _seed.push("Repopulationism")>> <</if>>
+	<<case "angel">>
+		<<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("Eugenics")>> <</if>>
+		<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
+		<<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>>
+		<<if $arcologies[0].FSBodyPurist != "unset">> <<set _seed.push("body purism")>> <</if>>
+		<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+		<<if $arcologies[0].FSMaturityPreferentialist != "unset">> <<set _seed.push("maturity preferentialism")>> <</if>>
+		<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<case "cherub">>
+		<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
+		<<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>>
+		<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+		<<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<set _seed.push("slimness enthusiasm")>> <</if>>
+		<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<case "incubus">>
+		<<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("Eugenics")>> <</if>>
+		<<if $arcologies[0].FSGenderRadicalist != "unset">> <<set _seed.push("gender radicalism")>> <</if>>
+		<<if $arcologies[0].FSDegradationist != "unset">> <<set _seed.push("degradationism")>> <</if>>
+		<<if $arcologies[0].FSBodyPurist != "unset">> <<set _seed.push("body purism")>> <</if>>
+		<<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>>
+		<<if $arcologies[0].FSMaturityPreferentialist != "unset">> <<set _seed.push("maturity preferentialism")>> <</if>>
+		<<if $arcologies[0].FSAssetExpansionist != "unset">> <<set _seed.push("asset expansionism")>> <</if>>
+		<<if $arcologies[0].FSPastoralist != "unset">> <<set _seed.push("pastoralism")>> <</if>>
+		<<if $arcologies[0].FSPhysicalIdealist != "unset">> <<set _seed.push("physical idealism")>> <</if>>
+		<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+		<<if $arcologies[0].FSRomanRevivalist != "unset">> <<set _seed.push("Roman revivalism")>> <</if>>
+		<<if $arcologies[0].FSEgyptianRevivalist != "unset">> <<set _seed.push("Egyptian revivalism")>> <</if>>
+		<<if $arcologies[0].FSEdoRevivalist != "unset">> <<set _seed.push("Edo revivalism")>> <</if>>
+		<<if $arcologies[0].FSArabianRevivalist != "unset">> <<set _seed.push("Arabian revivalism")>> <</if>>
+		<<if $arcologies[0].FSChineseRevivalist != "unset">> <<set _seed.push("Chinese revivalism")>> <</if>>
+	<<case "succubus">>
+		<<if $arcologies[0].FSSupremacist != "unset">> <<set _seed.push($arcologies[0].FSSupremacistRace + " supremacy")>> <</if>>
+		<<if $arcologies[0].FSRepopulationFocus != "unset">> <<set _seed.push("Repopulationism")>> <</if>>
+		<<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("Eugenics")>> <</if>>
+		<<if $arcologies[0].FSGenderRadicalist != "unset">> <<set _seed.push("gender radicalism")>> <</if>>
+		<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
+		<<if $arcologies[0].FSDegradationist != "unset">> <<set _seed.push("degradationism")>> <</if>>
+		<<if $arcologies[0].FSBodyPurist != "unset">> <<set _seed.push("body purism")>> <</if>>
+		<<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>>
+		<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+		<<if $arcologies[0].FSMaturityPreferentialist != "unset">> <<set _seed.push("maturity preferentialism")>> <</if>>
+		<<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<set _seed.push("slimness enthusiasm")>> <</if>>
+		<<if $arcologies[0].FSAssetExpansionist != "unset">> <<set _seed.push("asset expansionism")>> <</if>>
+		<<if $arcologies[0].FSPastoralist != "unset">> <<set _seed.push("pastoralism")>> <</if>>
+		<<if $arcologies[0].FSPhysicalIdealist != "unset">> <<set _seed.push("physical idealism")>> <</if>>
+		<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+		<<if $arcologies[0].FSRomanRevivalist != "unset">> <<set _seed.push("Roman revivalism")>> <</if>>
+		<<if $arcologies[0].FSEgyptianRevivalist != "unset">> <<set _seed.push("Egyptian revivalism")>> <</if>>
+		<<if $arcologies[0].FSEdoRevivalist != "unset">> <<set _seed.push("Edo revivalism")>> <</if>>
+		<<if $arcologies[0].FSArabianRevivalist != "unset">> <<set _seed.push("Arabian revivalism")>> <</if>>
+		<<if $arcologies[0].FSChineseRevivalist != "unset">> <<set _seed.push("Chinese revivalism")>> <</if>>
+	<<case "imp">>
+		<<if $arcologies[0].FSSubjugationist != "unset">> <<set _seed.push($arcologies[0].FSSubjugationistRace + " subjugation")>> <</if>>
+		<<if $arcologies[0].FSDegradationist != "unset">> <<set _seed.push("degradationism")>> <</if>>
+		<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+		<<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<set _seed.push("slimness enthusiasm")>> <</if>>
+		<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<case "witch">>
+		<<if $arcologies[0].FSRepopulationFocus != "unset">> <<set _seed.push("Repopulationism")>> <</if>>
+		<<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("Eugenics")>> <</if>>
+		<<if $arcologies[0].FSGenderRadicalist != "unset">> <<set _seed.push("gender radicalism")>> <</if>>
+		<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
+		<<if $arcologies[0].FSBodyPurist != "unset">> <<set _seed.push("body purism")>> <</if>>
+		<<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>>
+		<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+		<<if $arcologies[0].FSMaturityPreferentialist != "unset">> <<set _seed.push("maturity preferentialism")>> <</if>>
+		<<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<set _seed.push("slimness enthusiasm")>> <</if>>
+		<<if $arcologies[0].FSAssetExpansionist != "unset">> <<set _seed.push("asset expansionism")>> <</if>>
+		<<if $arcologies[0].FSPastoralist != "unset">> <<set _seed.push("pastoralism")>> <</if>>
+		<<if $arcologies[0].FSPhysicalIdealist != "unset">> <<set _seed.push("physical idealism")>> <</if>>
+		<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
+		<<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>>
 <</switch>>
 <<if _seed.length > 0>>
 	<<set _desc = "">>
@@ -376,7 +449,7 @@ It has no impact on public opinion.
 	<</if>>
 	<br>
 <</if>>
-<<if $assistantAppearance isnot "fairy">> [[Fairy|Personal assistant options][$assistantAppearance = "fairy"]]
+<<if $assistantAppearance != "fairy">> [[Fairy|Personal assistant options][$assistantAppearance = "fairy"]]
 	<<if $PAPublic == 1>>
 	<<set _seed = []>>
 	<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
@@ -396,7 +469,7 @@ It has no impact on public opinion.
 	<</if>>
 	<br>
 <</if>>
-<<if $assistantAppearance isnot "pregnant fairy">> [[Pregnant Fairy|Personal assistant options][$assistantAppearance = "pregnant fairy"]]
+<<if $assistantAppearance != "pregnant fairy">> [[Pregnant Fairy|Personal assistant options][$assistantAppearance = "pregnant fairy"]]
 	<<if $PAPublic == 1>>
 	<<set _seed = []>>
 	<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
@@ -520,21 +593,215 @@ It has no impact on public opinion.
 	<</if>>
 	<br>
 <</if>>
+<<if $assistantAppearance != "angel">> [[Angel|Personal assistant options][$assistantAppearance = "angel"]]
+	<<if $PAPublic == 1>>
+	<<set _seed = []>>
+	<<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("Eugenics")>> <</if>>
+	<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
+	<<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>>
+	<<if $arcologies[0].FSBodyPurist != "unset">> <<set _seed.push("body purism")>> <</if>>
+	<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+	<<if $arcologies[0].FSMaturityPreferentialist != "unset">> <<set _seed.push("maturity preferentialism")>> <</if>>
+	<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<if _seed.length > 0>>
+		<<set _desc = "">>
+		<<for _i = 0; _i < _seed.length; _i++>>
+			<<set _desc = (_desc + _seed[_i])>>
+			<<if (_i < _seed.length-2)>> <<set _desc = (_desc + ", ")>>
+			<<elseif (_seed.length > 2) && (_i == _seed.length-2)>> <<set _desc = (_desc + ", and ")>>
+			<<elseif (_seed.length == 2) && (_i == 0)>> <<set _desc = (_desc + " and ")>>
+			<</if>>
+		<</for>>
+		A good emblem for _desc
+	<</if>>
+	<</if>>
+	<br>
+<</if>>
+<<if $assistantAppearance != "cherub">> [[Cherub|Personal assistant options][$assistantAppearance = "cherub"]]
+	<<if $PAPublic == 1>>
+	<<set _seed = []>>
+	<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
+	<<if $arcologies[0].FSPaternalist != "unset">> <<set _seed.push("paternalism")>> <</if>>
+	<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<set _seed.push("slimness enthusiasm")>> <</if>>
+	<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<if _seed.length > 0>>
+		<<set _desc = "">>
+		<<for _i = 0; _i < _seed.length; _i++>>
+			<<set _desc = (_desc + _seed[_i])>>
+			<<if (_i < _seed.length-2)>> <<set _desc = (_desc + ", ")>>
+			<<elseif (_seed.length > 2) && (_i == _seed.length-2)>> <<set _desc = (_desc + ", and ")>>
+			<<elseif (_seed.length == 2) && (_i == 0)>> <<set _desc = (_desc + " and ")>>
+			<</if>>
+		<</for>>
+		A good emblem for _desc
+	<</if>>
+	<</if>>
+	<br>
+<</if>>
+<<if $assistantAppearance != "incubus">> [[Inucbus|Personal assistant options][$assistantAppearance = "incubus"]]
+	<<if $PAPublic == 1>>
+	<<set _seed = []>>
+	<<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("Eugenics")>> <</if>>
+	<<if $arcologies[0].FSGenderRadicalist != "unset">> <<set _seed.push("gender radicalism")>> <</if>>
+	<<if $arcologies[0].FSDegradationist != "unset">> <<set _seed.push("degradationism")>> <</if>>
+	<<if $arcologies[0].FSBodyPurist != "unset">> <<set _seed.push("body purism")>> <</if>>
+	<<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>>
+	<<if $arcologies[0].FSMaturityPreferentialist != "unset">> <<set _seed.push("maturity preferentialism")>> <</if>>
+	<<if $arcologies[0].FSAssetExpansionist != "unset">> <<set _seed.push("asset expansionism")>> <</if>>
+	<<if $arcologies[0].FSPastoralist != "unset">> <<set _seed.push("pastoralism")>> <</if>>
+	<<if $arcologies[0].FSPhysicalIdealist != "unset">> <<set _seed.push("physical idealism")>> <</if>>
+	<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<if $arcologies[0].FSRomanRevivalist != "unset">> <<set _seed.push("Roman revivalism")>> <</if>>
+	<<if $arcologies[0].FSEgyptianRevivalist != "unset">> <<set _seed.push("Egyptian revivalism")>> <</if>>
+	<<if $arcologies[0].FSEdoRevivalist != "unset">> <<set _seed.push("Edo revivalism")>> <</if>>
+	<<if $arcologies[0].FSArabianRevivalist != "unset">> <<set _seed.push("Arabian revivalism")>> <</if>>
+	<<if $arcologies[0].FSChineseRevivalist != "unset">> <<set _seed.push("Chinese revivalism")>> <</if>>
+	<<if _seed.length > 0>>
+		<<set _desc = "">>
+		<<for _i = 0; _i < _seed.length; _i++>>
+			<<set _desc = (_desc + _seed[_i])>>
+			<<if (_i < _seed.length-2)>> <<set _desc = (_desc + ", ")>>
+			<<elseif (_seed.length > 2) && (_i == _seed.length-2)>> <<set _desc = (_desc + ", and ")>>
+			<<elseif (_seed.length == 2) && (_i == 0)>> <<set _desc = (_desc + " and ")>>
+			<</if>>
+		<</for>>
+		A good emblem for _desc
+	<</if>>
+	<</if>>
+	<br>
+<</if>>
+<<if $assistantAppearance != "succubus">> [[Succubus|Personal assistant options][$assistantAppearance = "succubus"]]
+	<<if $PAPublic == 1>>
+	<<set _seed = []>>
+	<<if $arcologies[0].FSSupremacist != "unset">> <<set _seed.push($arcologies[0].FSSupremacistRace + " supremacy")>> <</if>>
+	<<if $arcologies[0].FSRepopulationFocus != "unset">> <<set _seed.push("Repopulationism")>> <</if>>
+	<<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("Eugenics")>> <</if>>
+	<<if $arcologies[0].FSGenderRadicalist != "unset">> <<set _seed.push("gender radicalism")>> <</if>>
+	<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
+	<<if $arcologies[0].FSDegradationist != "unset">> <<set _seed.push("degradationism")>> <</if>>
+	<<if $arcologies[0].FSBodyPurist != "unset">> <<set _seed.push("body purism")>> <</if>>
+	<<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>>
+	<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+	<<if $arcologies[0].FSMaturityPreferentialist != "unset">> <<set _seed.push("maturity preferentialism")>> <</if>>
+	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<set _seed.push("slimness enthusiasm")>> <</if>>
+	<<if $arcologies[0].FSAssetExpansionist != "unset">> <<set _seed.push("asset expansionism")>> <</if>>
+	<<if $arcologies[0].FSPastoralist != "unset">> <<set _seed.push("pastoralism")>> <</if>>
+	<<if $arcologies[0].FSPhysicalIdealist != "unset">> <<set _seed.push("physical idealism")>> <</if>>
+	<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<if $arcologies[0].FSRomanRevivalist != "unset">> <<set _seed.push("Roman revivalism")>> <</if>>
+	<<if $arcologies[0].FSEgyptianRevivalist != "unset">> <<set _seed.push("Egyptian revivalism")>> <</if>>
+	<<if $arcologies[0].FSEdoRevivalist != "unset">> <<set _seed.push("Edo revivalism")>> <</if>>
+	<<if $arcologies[0].FSArabianRevivalist != "unset">> <<set _seed.push("Arabian revivalism")>> <</if>>
+	<<if $arcologies[0].FSChineseRevivalist != "unset">> <<set _seed.push("Chinese revivalism")>> <</if>>
+	<<if _seed.length > 0>>
+		<<set _desc = "">>
+		<<for _i = 0; _i < _seed.length; _i++>>
+			<<set _desc = (_desc + _seed[_i])>>
+			<<if (_i < _seed.length-2)>> <<set _desc = (_desc + ", ")>>
+			<<elseif (_seed.length > 2) && (_i == _seed.length-2)>> <<set _desc = (_desc + ", and ")>>
+			<<elseif (_seed.length == 2) && (_i == 0)>> <<set _desc = (_desc + " and ")>>
+			<</if>>
+		<</for>>
+		A good emblem for _desc
+	<</if>>
+	<</if>>
+	<br>
+<</if>>
+<<if $assistantAppearance != "imp">> [[Imp|Personal assistant options][$assistantAppearance = "imp"]]
+	<<if $PAPublic == 1>>
+	<<set _seed = []>>
+	<<if $arcologies[0].FSSubjugationist != "unset">> <<set _seed.push($arcologies[0].FSSubjugationistRace + " subjugation")>> <</if>>
+	<<if $arcologies[0].FSDegradationist != "unset">> <<set _seed.push("degradationism")>> <</if>>
+	<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<set _seed.push("slimness enthusiasm")>> <</if>>
+	<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<if _seed.length > 0>>
+		<<set _desc = "">>
+		<<for _i = 0; _i < _seed.length; _i++>>
+			<<set _desc = (_desc + _seed[_i])>>
+			<<if (_i < _seed.length-2)>> <<set _desc = (_desc + ", ")>>
+			<<elseif (_seed.length > 2) && (_i == _seed.length-2)>> <<set _desc = (_desc + ", and ")>>
+			<<elseif (_seed.length == 2) && (_i == 0)>> <<set _desc = (_desc + " and ")>>
+			<</if>>
+		<</for>>
+		A good emblem for _desc
+	<</if>>
+	<</if>>
+	<br>
+<</if>>
+<<if $assistantAppearance != "witch">> [[Bonus: Witch|Personal assistant options][$assistantAppearance = "witch"]]
+	<<if $PAPublic == 1>>
+	<<set _seed = []>>
+	<<if $arcologies[0].FSRepopulationFocus != "unset">> <<set _seed.push("Repopulationism")>> <</if>>
+	<<if $arcologies[0].FSRestart != "unset">> <<set _seed.push("Eugenics")>> <</if>>
+	<<if $arcologies[0].FSGenderRadicalist != "unset">> <<set _seed.push("gender radicalism")>> <</if>>
+	<<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _seed.push("gender fundamentalism")>> <</if>>
+	<<if $arcologies[0].FSBodyPurist != "unset">> <<set _seed.push("body purism")>> <</if>>
+	<<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>>
+	<<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set _seed.push("youth preferentialism")>> <</if>>
+	<<if $arcologies[0].FSMaturityPreferentialist != "unset">> <<set _seed.push("maturity preferentialism")>> <</if>>
+	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<set _seed.push("slimness enthusiasm")>> <</if>>
+	<<if $arcologies[0].FSAssetExpansionist != "unset">> <<set _seed.push("asset expansionism")>> <</if>>
+	<<if $arcologies[0].FSPastoralist != "unset">> <<set _seed.push("pastoralism")>> <</if>>
+	<<if $arcologies[0].FSPhysicalIdealist != "unset">> <<set _seed.push("physical idealism")>> <</if>>
+	<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
+	<<if _seed.length > 0>>
+		<<set _desc = "">>
+		<<for _i = 0; _i < _seed.length; _i++>>
+			<<set _desc = (_desc + _seed[_i])>>
+			<<if (_i < _seed.length-2)>> <<set _desc = (_desc + ", ")>>
+			<<elseif (_seed.length > 2) && (_i == _seed.length-2)>> <<set _desc = (_desc + ", and ")>>
+			<<elseif (_seed.length == 2) && (_i == 0)>> <<set _desc = (_desc + " and ")>>
+			<</if>>
+		<</for>>
+		A good emblem for _desc
+	<</if>>
+	<</if>>
+	<br>
+<</if>>
+<<if $assistantAppearance != "ERROR_1606_APPEARANCE_FILE_CORRUPT">> @@.link;WARNING! File c@@[[o|Personal assistant options][$assistantAppearance = "ERROR_1606_APPEARANCE_FILE_CORRUPT"]]@@.link;rrupt!@@
+	<<if $PAPublic == 1>>
+	<<set _seed = []>>
+	<<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>>
+	<<if _seed.length > 0>>
+		<<set _desc = "">>
+		<<for _i = 0; _i < _seed.length; _i++>>
+			<<set _desc = (_desc + _seed[_i])>>
+			<<if (_i < _seed.length-2)>> <<set _desc = (_desc + ", ")>>
+			<<elseif (_seed.length > 2) && (_i == _seed.length-2)>> <<set _desc = (_desc + ", and ")>>
+			<<elseif (_seed.length == 2) && (_i == 0)>> <<set _desc = (_desc + " and ")>>
+			<</if>>
+		<</for>>
+		A good emblem for _desc
+	<</if>>
+	<</if>>
+	<br>
+<</if>>
 <</if>>
 <</if>>
 
-/*
+
 <<if $assistant != 0>>
 <br><br>
 __Downloadable Appearances:__
 <br>
+/*
 <<if $assistantExtra1 == 0>>
-	[[Purchase a set of monstergirl appearances|Personal assistant options][$cash -= Math.trunc(6000*$upgradeMultiplier), $assistantExtra1 = 1]]
+	[[Purchase a set of monstergirl appearances|Personal assistant options][$cash -= Math.trunc(10000*$upgradeMultiplier), $assistantExtra1 = 1]]
 	//Costs ¤<<print Math.trunc(6000*$upgradeMultiplier)>>//
 <<else>>You have downloaded a set of monstergirl appearances for your avatar.
 <</if>>
+*/
+/*
+<<if $assistantExtra2 == 0>>
+	[[Purchase a set of heaven and hell themed appearances|Personal assistant options][$cash -= Math.trunc(10000*$upgradeMultiplier), $assistantExtra2 = 1]]
+	//Costs ¤<<print Math.trunc(6000*$upgradeMultiplier)>>//
+<<else>>You have downloaded a set of heavenly and hellish appearances for your avatar.
 <</if>>
 */
+<</if>>
+
 
 /* Choose her FS appearance */
 <<if $assistantFSOptions != 0 && $assistantAppearance != "normal">>
diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw
index c7773506bd3840f478e0a345ebe9b311184db9bb..10a2c82e1f41f9880d99a8539fea0b3ba8d7a710 100644
--- a/src/uncategorized/policies.tw
+++ b/src/uncategorized/policies.tw
@@ -833,7 +833,7 @@
 <<if $RegularParties == 0>>
 	<br>''Regular Entertainments:'' you will host regular parties for prominent citizens, an expected social duty of an arcology owner.
 	[[Implement|Policies][$RegularParties = 1, $cash -=5000, $rep -= 1000]]
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will cost ¤$policyCost weekly<<if $rep > 18000>> , and prevent damage to your reputation<</if>>//
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will cost ¤$policyCost weekly<<if $rep > 18000>>, and prevent damage to your reputation<</if>>//
 <</if>>
 
 <<if $PAPublic == 0>>
diff --git a/src/uncategorized/reCitizenHookup.tw b/src/uncategorized/reCitizenHookup.tw
index ec1f3e1c844f0c2d07fb3222fcd4e7fe10443c01..88c345d7ab41e29a814cd9fcf4c96ce602cbdd22 100644
--- a/src/uncategorized/reCitizenHookup.tw
+++ b/src/uncategorized/reCitizenHookup.tw
@@ -123,7 +123,7 @@ But tonight, you've put in an appearance. Your citizens are drinking your <<if $
 <<default>>
 	pretty young woman
 <</switch>>
-sidles up to you. She begins to introduce herself, but one of the advantages of your connection to the arcology is that you always know who everyone is, and you greet her by name, which people have never learned not to be impressed by. She gushes about some of your recent <<if _FS != "none">>_FS <</if>>actions, displaying an unusual grasp of what you've been planning. Despite her obviously sincere interest, she's obviously got something else on her mind.
+sidles up to you. She begins to introduce herself, but one of the advantages of your connection to the arcology is that you always know who everyone is, and you greet her by name, which people have never learned not to be impressed by. She gushes about some of your recent <<if _FS != "none">>_FS <</if>>actions, displaying an unusual grasp of what you've been planning. Despite her sincere interest, she's obviously got something else on her mind.
 <br><br>
 She's yours for the taking, if you want her, and if her praise and proximity weren't enough to make that clear, she manages to
 <<switch _FS>>
diff --git a/src/uncategorized/saChoosesOwnClothes.tw b/src/uncategorized/saChoosesOwnClothes.tw
index 118d08abaeeba5aae4e7bcfa9d45367afa2c85fc..ee146152cf7840a254f89ad1bdde613b1e3e63e3 100644
--- a/src/uncategorized/saChoosesOwnClothes.tw
+++ b/src/uncategorized/saChoosesOwnClothes.tw
@@ -12,7 +12,7 @@
 		She sees the fake bellies; since every girl she has ever met has a rounded middle, it's only natuaral she is compelled to wear one.
 		<<set $slaves[$i].bellyAccessory = "a large empathy belly">>
 	<</if>>
-		Faced with so many choices and no thought on the matter;
+	Faced with so many choices and no thought on the matter;
 	<<if ($arcologies[0].FSChattelReligionist > 0)>>
 		she commonly sees others wearing chattel habits and is drawn to doing so herself.
 		<<set $slaves[$i].clothes = "a chattel habit">>
@@ -344,4 +344,4 @@
 
 <</if>>
 
-<</if>> /* closes my MB check */
\ No newline at end of file
+<</if>> /* closes MB check */
\ No newline at end of file
diff --git a/src/uncategorized/saChoosesOwnJob.tw b/src/uncategorized/saChoosesOwnJob.tw
index 689c8ddf055530df4a422cb433e2f4b4165866b4..b5c330e8cf5653cd8751268803cc0b707faa04bf 100644
--- a/src/uncategorized/saChoosesOwnJob.tw
+++ b/src/uncategorized/saChoosesOwnJob.tw
@@ -11,11 +11,11 @@
 
 <<elseif ($slaves[$i].health < 20)>>
 	<<if $clinic > $clinicSlaves && $universalRulesAssignsSelfFacility == 1>>
-	is unhealthy, so she goes to get treatment at $clinicName.
-	<<assignJob $slaves[$i] "get treatment in the clinic">>
+		is unhealthy, so she goes to get treatment at $clinicName.
+		<<assignJob $slaves[$i] "get treatment in the clinic">>
 	<<else>>
-	is unhealthy, so she chooses to rest.
-	<<set $slaves[$i].assignment = "rest", $slaves[$i].assignmentVisible = 1>>
+		is unhealthy, so she chooses to rest.
+		<<set $slaves[$i].assignment = "rest", $slaves[$i].assignmentVisible = 1>>
 	<</if>>
 
 <<elseif (($slaves[$i].devotion < 45) || ($slaves[$i].trust < 45)) && (($slaves[$i].sexualFlaw != "none") || ($slaves[$i].behavioralFlaw != "none")) && ($Attendant != 0) && $universalRulesAssignsSelfFacility == 1>>
@@ -24,83 +24,83 @@
 
 <<elseif ($slaves[$i].intelligenceImplant != 1)>>
 	<<if $schoolroom > $schoolroomSlaves && $universalRulesAssignsSelfFacility == 1>>
-	is uneducated, so she sits herself down in $schoolroomName.
-	<<assignJob $slaves[$i] "learn in the schoolroom">>
+		is uneducated, so she sits herself down in $schoolroomName.
+		<<assignJob $slaves[$i] "learn in the schoolroom">>
 	<<else>>
-	is uneducated, so she sits herself down to learn.
-	<<set $slaves[$i].assignment = "take classes", $slaves[$i].assignmentVisible = 1>>
+		is uneducated, so she sits herself down to learn.
+		<<set $slaves[$i].assignment = "take classes", $slaves[$i].assignmentVisible = 1>>
 	<</if>>
 
 <<elseif ($slaves[$i].devotion <= 50) && canWalk($slaves[$i]) && canSee($slaves[$i])>>
 	<<if $servantsQuarters > $servantsQuartersSlaves && $universalRulesAssignsSelfFacility == 1>>
-	is obedient but not devoted, so she chooses to work from $servantsQuartersName since it's the least sexually demanding job available.
-	<<assignJob $slaves[$i] "work as a servant">>
+		is obedient but not devoted, so she chooses to work from $servantsQuartersName since it's the least sexually demanding job available.
+		<<assignJob $slaves[$i] "work as a servant">>
 	<<else>>
-	is obedient but not devoted, so she chooses to work as a servant since it's the least sexually demanding job available.
-	<<set $slaves[$i].assignment = "be a servant", $slaves[$i].assignmentVisible = 1>>
+		is obedient but not devoted, so she chooses to work as a servant since it's the least sexually demanding job available.
+		<<set $slaves[$i].assignment = "be a servant", $slaves[$i].assignmentVisible = 1>>
 	<</if>>
 
 <<elseif ($slaves[$i].relationship == -1)>>
 	relies on promiscuity to fulfill her emotional needs,
 	<<if ($cash > 10000)>>
-	and doesn't mind being a whore, so she prostitutes herself
-	<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
-		in $brothelName.
-		<<assignJob $slaves[$i] "work in the brothel">>
-	<<else>>
-		on the streets.
-		<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
-	<</if>>
-	<<else>>
-	so she eagerly decides to slut around
-	<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
-		in $clubName.
-		<<assignJob $slaves[$i] "serve in the club">>
+		and doesn't mind being a whore, so she prostitutes herself
+		<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
+			in $brothelName.
+			<<assignJob $slaves[$i] "work in the brothel">>
+		<<else>>
+			on the streets.
+			<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+		<</if>>
 	<<else>>
-		on the streets.
-		<<set $slaves[$i].assignment = "serve the public", $slaves[$i].assignmentVisible = 1>>
-	<</if>>
+		so she eagerly decides to slut around
+		<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
+			in $clubName.
+			<<assignJob $slaves[$i] "serve in the club">>
+		<<else>>
+			on the streets.
+			<<set $slaves[$i].assignment = "serve the public", $slaves[$i].assignmentVisible = 1>>
+		<</if>>
 	<</if>>
 
 <<elseif ($slaves[$i].relationship == -2)>>
 	is emotionally bonded to you,
 	<<if ($slaves[$i].behavioralQuirk == "insecure")>>
-	but insecure, so she chooses to make you money by prostituting herself
-	<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
-		in $brothelName.
-		<<assignJob $slaves[$i] "work in the brothel">>
-	<<else>>
-		on the streets.
-		<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
-	<</if>>
+		but insecure, so she chooses to make you money by prostituting herself
+		<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
+			in $brothelName.
+			<<assignJob $slaves[$i] "work in the brothel">>
+		<<else>>
+			on the streets.
+			<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+		<</if>>
 	<<elseif ($slaves[$i].behavioralQuirk == "advocate")>>
-	and an advocate for slavery, so she chooses to burnish your reputation by slutting it up
-	<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
-		in $clubName.
-		<<assignJob $slaves[$i] "serve in the club">>
-	<<else>>
-		on the streets.
-		<<set $slaves[$i].assignment = "serve the public", $slaves[$i].assignmentVisible = 1>>
-	<</if>>
+		and an advocate for slavery, so she chooses to burnish your reputation by slutting it up
+		<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
+			in $clubName.
+			<<assignJob $slaves[$i] "serve in the club">>
+		<<else>>
+			on the streets.
+			<<set $slaves[$i].assignment = "serve the public", $slaves[$i].assignmentVisible = 1>>
+		<</if>>
 	<<elseif ($slaves[$i].energy > 60)>>
-	and she thinks of little but sex with you,
-	<<if $masterSuite > $masterSuiteSlaves && $universalRulesAssignsSelfFacility == 1>>
-		so she heads straight to $masterSuiteName.
-		<<assignJob $slaves[$i] "serve in the master suite">>
-	<<else>>
-		so she cheerfully designates herself one of your fucktoys.
-		<<set $slaves[$i].assignment = "please you", $slaves[$i].assignmentVisible = 1>>
-	<</if>>
+		and she thinks of little but sex with you,
+		<<if $masterSuite > $masterSuiteSlaves && $universalRulesAssignsSelfFacility == 1>>
+			so she heads straight to $masterSuiteName.
+			<<assignJob $slaves[$i] "serve in the master suite">>
+		<<else>>
+			so she cheerfully designates herself one of your fucktoys.
+			<<set $slaves[$i].assignment = "please you", $slaves[$i].assignmentVisible = 1>>
+		<</if>>
 	<<elseif canSee($slaves[$i]) && canWalk($slaves[$i])>>
-	so she chooses to work
-	<<if $servantsQuarters > $servantsQuartersSlaves && $universalRulesAssignsSelfFacility == 1>>
-		from $servantsQuartersName
-		<<assignJob $slaves[$i] "work as a servant">>
-	<<else>>
-		as a servant
-		<<set $slaves[$i].assignment = "be a servant", $slaves[$i].assignmentVisible = 1>>
-	<</if>>
-	to make your penthouse as clean and homelike as possible.
+		so she chooses to work
+		<<if $servantsQuarters > $servantsQuartersSlaves && $universalRulesAssignsSelfFacility == 1>>
+			from $servantsQuartersName
+			<<assignJob $slaves[$i] "work as a servant">>
+		<<else>>
+			as a servant
+			<<set $slaves[$i].assignment = "be a servant", $slaves[$i].assignmentVisible = 1>>
+		<</if>>
+		to make your penthouse as clean and homelike as possible.
 	<<else>>
 		but unable to do much on her own,
 		<<if $masterSuite > $masterSuiteSlaves && $universalRulesAssignsSelfFacility == 1>>
@@ -187,100 +187,99 @@
 		<</if>>
 	<<elseif ($slaves[$i].fetish == "buttslut")>>
 		<<if ($slaves[$i].balls > 0)>>
-		<<if ($dairy > $dairySlaves) && ($dairyRestraintsSetting < 2) && $universalRulesAssignsSelfFacility == 1>>
-			chooses confinement in $dairyName, since all she'll be expected to do is make cum by orgasming to buttsex.
-			<<assignJob $slaves[$i] "work in the dairy">>
-		<<else>>
-			chooses to get milked, since all she'll be expected to do is make cum by orgasming to buttsex.
-			<<set $slaves[$i].assignment = "get milked", $slaves[$i].assignmentVisible = 1>>
-		<</if>>
-		<<else>>
-		<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
-			chooses $brothelName, since whores get buttfucked more than anyone else.
-			<<assignJob $slaves[$i] "work in the brothel">>
+			<<if ($dairy > $dairySlaves) && ($dairyRestraintsSetting < 2) && $universalRulesAssignsSelfFacility == 1>>
+				chooses confinement in $dairyName, since all she'll be expected to do is make cum by orgasming to buttsex.
+				<<assignJob $slaves[$i] "work in the dairy">>
+			<<else>>
+				chooses to get milked, since all she'll be expected to do is make cum by orgasming to buttsex.
+				<<set $slaves[$i].assignment = "get milked", $slaves[$i].assignmentVisible = 1>>
+			<</if>>
 		<<else>>
-			chooses to whore, since whores get buttfucked more than anyone else.
-			<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
-		<</if>>
+			<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
+				chooses $brothelName, since whores get buttfucked more than anyone else.
+				<<assignJob $slaves[$i] "work in the brothel">>
+			<<else>>
+				chooses to whore, since whores get buttfucked more than anyone else.
+				<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+			<</if>>
 		<</if>>
 	<<elseif ($slaves[$i].fetish == "pregnancy")>>
 		<<if ($slaves[$i].lactation > 0)>>
-		<<if $dairy > $dairySlaves && $dairyRestraintsSetting < 2 && $universalRulesAssignsSelfFacility == 1>>
-			heads down to $dairyName to be around other lactating girls.
-			<<assignJob $slaves[$i] "work in the dairy">>
-		<<else>>
-			decides to get milked, since she's already lactating.
-			<<set $slaves[$i].assignment = "get milked" , $slaves[$i].assignmentVisible = 1>>
-		<</if>>
+			<<if $dairy > $dairySlaves && $dairyRestraintsSetting < 2 && $universalRulesAssignsSelfFacility == 1>>
+				heads down to $dairyName to be around other lactating girls.
+				<<assignJob $slaves[$i] "work in the dairy">>
+			<<else>>
+				decides to get milked, since she's already lactating.
+				<<set $slaves[$i].assignment = "get milked" , $slaves[$i].assignmentVisible = 1>>
+			<</if>>
 		<<elseif isFertile($slaves[$i]) && ($PC.dick == 1)>>
-		<<if $masterSuite > $masterSuiteSlaves && $universalRulesAssignsSelfFacility == 1>>
-			heads straight to $masterSuiteName, in the hope you'll get her pregnant.
-			<<assignJob $slaves[$i] "serve in the master suite">>
-		<<else>>
-			chooses to be your fucktoy, in the hope you'll get her pregnant.
-			<<set $slaves[$i].assignment = "please you", $slaves[$i].assignmentVisible = 1>>
-		<</if>>
+			<<if $masterSuite > $masterSuiteSlaves && $universalRulesAssignsSelfFacility == 1>>
+				heads straight to $masterSuiteName, in the hope you'll get her pregnant.
+				<<assignJob $slaves[$i] "serve in the master suite">>
+			<<else>>
+				chooses to be your fucktoy, in the hope you'll get her pregnant.
+				<<set $slaves[$i].assignment = "please you", $slaves[$i].assignmentVisible = 1>>
+			<</if>>
 		<<elseif isFertile($slaves[$i]) && $dairy > $dairySlaves && $dairyPregSetting > 0 && $universalRulesAssignsSelfFacility == 1>>
-		<<if $dairyPregSetting > 1>>
-			eagerly rushes to $dairyName in the hopes that her womb will be packed full of children.
-			<<assignJob $slaves[$i] "work in the dairy">>
-		<<else>>
-			rushes to $dairyName in the hopes that her womb will be rented out.
-			<<assignJob $slaves[$i] "work in the dairy">>
-		<</if>>
+			<<if $dairyPregSetting > 1>>
+				eagerly rushes to $dairyName in the hopes that her womb will be packed full of children.
+				<<assignJob $slaves[$i] "work in the dairy">>
+			<<else>>
+				rushes to $dairyName in the hopes that her womb will be rented out.
+				<<assignJob $slaves[$i] "work in the dairy">>
+			<</if>>
 		<<elseif ($slaves[$i].preg > 0)>>
-		<<if $arcologies[0].FSRepopulationFocus > 20>>
-			<<if ($cash < 10000)>>
-				<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
-					heads to $brothelName since she wants to set an example for any unimpregnated girls.
-					<<assignJob $slaves[$i] "work in the brothel">>
+			<<if $arcologies[0].FSRepopulationFocus > 20>>
+				<<if ($cash < 10000)>>
+					<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
+						heads to $brothelName since she wants to set an example for any unimpregnated girls.
+						<<assignJob $slaves[$i] "work in the brothel">>
+					<<else>>
+						heads to the streets to lavish in the attention given to pregnant prostitutes.
+						<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+					<</if>>
 				<<else>>
-					heads to the streets to lavish in the attention given to pregnant prostitutes.
-					<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+					<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
+						heads to $clubName to show off her growing middle and lavish in the public's attention.
+						<<assignJob $slaves[$i] "serve in the club">>
+					<<else>>
+						heads to the streets to contribute to the number of visiblt pregnant woman around.
+						<<set $slaves[$i].assignment = "serve the public", $slaves[$i].assignmentVisible = 1>>
+					<</if>>
 				<</if>>
+			<<elseif $masterSuite > $masterSuiteSlaves && $universalRulesAssignsSelfFacility == 1>>
+				heads straight to $masterSuiteName to share the intimacy of her pregnant body with you.
+				<<assignJob $slaves[$i] "serve in the master suite">>
 			<<else>>
-				<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
-					heads to $clubName to show off her growing middle and lavish in the public's attention.
-					<<assignJob $slaves[$i] "serve in the club">>
-				<<else>>
-					heads to the streets to contribute to the number of visiblt pregnant woman around.
-					<<set $slaves[$i].assignment = "serve the public", $slaves[$i].assignmentVisible = 1>>
-				<</if>>
+				chooses to be your fucktoy to share the intimacy of her pregnant body with you.
+				<<set $slaves[$i].assignment = "please you", $slaves[$i].assignmentVisible = 1>>
 			<</if>>
-		<<elseif $masterSuite > $masterSuiteSlaves && $universalRulesAssignsSelfFacility == 1>>
-			heads straight to $masterSuiteName to share the intimacy of her pregnant body with you.
-			<<set $slaves[$i].assignment = "serve in the master suite">>
-			<<set $slaves[$i].assignmentVisible = 0>>
-		<<else>>
-			chooses to be your fucktoy to share the intimacy of her pregnant body with you.
-			<<assignJob $slaves[$i] "serve in the master suite">>
-		<</if>>
-		<<else>>
-		<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
-			can't indulge her fetish by getting pregnant herself, so she just heads down to $brothelName.
-			<<assignJob $slaves[$i] "work in the brothel">>
 		<<else>>
-			can't indulge her fetish by getting pregnant herself, so she glumly decides to be a whore.
-			<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
-		<</if>>
+			<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
+				can't indulge her fetish by getting pregnant herself, so she just heads down to $brothelName.
+				<<assignJob $slaves[$i] "work in the brothel">>
+			<<else>>
+				can't indulge her fetish by getting pregnant herself, so she glumly decides to be a whore.
+				<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+			<</if>>
 		<</if>>
 	<<elseif ($slaves[$i].fetish == "boobs")>>
 		<<if ($slaves[$i].lactation > 0)>>
-		<<if $dairy > $dairySlaves && $dairyRestraintsSetting < 2 && $universalRulesAssignsSelfFacility == 1>>
-			heads down to $dairyName for all the attention that'll be lavished on her nipples.
-			<<assignJob $slaves[$i] "work in the dairy">>
-		<<else>>
-			decides to get milked, since she loves getting off to it.
-			<<set $slaves[$i].assignment = "get milked", $slaves[$i].assignmentVisible = 1>>
-		<</if>>
-		<<else>>
-		<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
-			decides to work in $clubName so she can show off her bare breasts.
-			<<assignJob $slaves[$i] "serve in the club">>
+			<<if $dairy > $dairySlaves && $dairyRestraintsSetting < 2 && $universalRulesAssignsSelfFacility == 1>>
+				heads down to $dairyName for all the attention that'll be lavished on her nipples.
+				<<assignJob $slaves[$i] "work in the dairy">>
+			<<else>>
+				decides to get milked, since she loves getting off to it.
+				<<set $slaves[$i].assignment = "get milked", $slaves[$i].assignmentVisible = 1>>
+			<</if>>
 		<<else>>
-			decides to work as a public servant so she can show off her bare breasts.
-			<<set $slaves[$i].assignment = "serve the public", $slaves[$i].assignmentVisible = 1>>
-		<</if>>
+			<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
+				decides to work in $clubName so she can show off her bare breasts.
+				<<assignJob $slaves[$i] "serve in the club">>
+			<<else>>
+				decides to work as a public servant so she can show off her bare breasts.
+				<<set $slaves[$i].assignment = "serve the public", $slaves[$i].assignmentVisible = 1>>
+			<</if>>
 		<</if>>
 	<<elseif ($slaves[$i].attrXX > 85)>>
 		<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
@@ -309,59 +308,59 @@
 
 	<<elseif ($arcologies[0].FSChattelReligionist > 0)>>
 		<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
-		is a pure and faithful slave, so she sells her body in the holy brothel.
-		<<assignJob $slaves[$i] "work in the brothel">>
+			is a pure and faithful slave, so she sells her body in the holy brothel.
+			<<assignJob $slaves[$i] "work in the brothel">>
 		<<else>>
-		is a pure and faithful slave, so she sells her body as a holy prostitute.
-		<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+			is a pure and faithful slave, so she sells her body as a holy prostitute.
+			<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
 		<</if>>
 	<<elseif ($arcologies[0].FSEgyptianRevivalist > 0)>>
 		<<if $masterSuite > $masterSuiteSlaves && $universalRulesAssignsSelfFacility == 1>>
-		is a devoted slave, so she immediately joins your harem.
-		<<assignJob $slaves[$i] "serve in the master suite">>
+			is a devoted slave, so she immediately joins your harem.
+			<<assignJob $slaves[$i] "serve in the master suite">>
 		<<else>>
-		is a devoted slave, so she immediately joins your harem.
-		<<set $slaves[$i].assignment = "please you", $slaves[$i].assignmentVisible = 1>>
+			is a devoted slave, so she immediately joins your harem.
+			<<set $slaves[$i].assignment = "please you", $slaves[$i].assignmentVisible = 1>>
 		<</if>>
 	<<elseif ($arcologies[0].FSRomanRevivalist > 0)>>
 		<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
-		is a devoted slave, so she decides she can best serve the state by raising money for the treasury, by selling her body in $brothelName.
-		<<assignJob $slaves[$i] "work in the brothel">>
+			is a devoted slave, so she decides she can best serve the state by raising money for the treasury, by selling her body in $brothelName.
+			<<assignJob $slaves[$i] "work in the brothel">>
 		<<else>>
-		is a devoted slave, so she decides she can best serve the state by raising money for the treasury, by selling her body as a prostitute.
-		<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+			is a devoted slave, so she decides she can best serve the state by raising money for the treasury, by selling her body as a prostitute.
+			<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
 		<</if>>
 	<<elseif ($arcologies[0].FSPaternalist > 0)>>
 		<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
-		decides to work in $brothelName, a respectable position for a slave in this enlightened arcology.
-		<<assignJob $slaves[$i] "work in the brothel">>
+			decides to work in $brothelName, a respectable position for a slave in this enlightened arcology.
+			<<assignJob $slaves[$i] "work in the brothel">>
 		<<else>>
-		decides to be a whore, a respectable position for a slave in this enlightened arcology.
-		<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+			decides to be a whore, a respectable position for a slave in this enlightened arcology.
+			<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
 		<</if>>
 	<<elseif ($arcologies[0].FSPastoralist > 0)>>
 		<<if ($slaves[$i].lactation > 0)>>
-		<<if $dairy > $dairySlaves && $dairyRestraintsSetting < 2 && $universalRulesAssignsSelfFacility == 1>>
-			hurries to join your herd of dairy cows.
-			<<assignJob $slaves[$i] "work in the dairy">>
-		<<else>>
-			hurries to join your herd of cows.
-			<<set $slaves[$i].assignment = "get milked", $slaves[$i].assignmentVisible = 1>>
-		<</if>>
-		<<else>>
-		<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
-			decides to work in $brothelName to help raise money to get more girls lactating properly.
-		<<assignJob $slaves[$i] "work in the brothel">>
+			<<if $dairy > $dairySlaves && $dairyRestraintsSetting < 2 && $universalRulesAssignsSelfFacility == 1>>
+				hurries to join your herd of dairy cows.
+				<<assignJob $slaves[$i] "work in the dairy">>
+			<<else>>
+				hurries to join your herd of cows.
+				<<set $slaves[$i].assignment = "get milked", $slaves[$i].assignmentVisible = 1>>
+			<</if>>
 		<<else>>
-			decides to prostitute herself to help raise money to get more girls lactating properly.
-			<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
-		<</if>>
+			<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
+				decides to work in $brothelName to help raise money to get more girls lactating properly.
+				<<assignJob $slaves[$i] "work in the brothel">>
+			<<else>>
+				decides to prostitute herself to help raise money to get more girls lactating properly.
+				<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
+			<</if>>
 		<</if>>
 	<<else>>
 		<<if ($slaves[$i].whoreSkill > $slaves[$i].entertainSkill)>>
 			<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
 				decides to work in $brothelName, since she thinks herself a better whore than a public slut.
-			<<assignJob $slaves[$i] "work in the brothel">>
+				<<assignJob $slaves[$i] "work in the brothel">>
 			<<else>>
 				decides to whore, since she thinks herself a better whore than a public slut.
 				<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
@@ -369,7 +368,7 @@
 		<<elseif ($slaves[$i].entertainSkill >= $slaves[$i].whoreSkill)>>
 			<<if $club > $clubSlaves && $universalRulesAssignsSelfFacility == 1>>
 				decides to be a club girl, since she thinks herself a better public slut than a whore.
-			<<assignJob $slaves[$i] "serve in the club">>
+				<<assignJob $slaves[$i] "serve in the club">>
 			<<else>>
 				decides to serve the public, since she thinks herself a better public slut than a whore.
 				<<set $slaves[$i].assignment = "serve the public", $slaves[$i].assignmentVisible = 1>>
@@ -377,7 +376,7 @@
 		<<else>>
 			<<if $brothel > $brothelSlaves && $universalRulesAssignsSelfFacility == 1>>
 				decides to join her sisters and work in $brothelName.
-			<<assignJob $slaves[$i] "work in the brothel">>
+				<<assignJob $slaves[$i] "work in the brothel">>
 			<<else>>
 				decides to prostitute herself to help you upgrade $arcologies[0].name and improve everyone's life.
 				<<set $slaves[$i].assignment = "whore", $slaves[$i].assignmentVisible = 1>>
diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw
index dd96bbf7eefdd9aaae47985ea7220a27b128c967..1f28e09873ed949cf545d1402d7f32fa01b9d1cd 100644
--- a/src/uncategorized/salon.tw
+++ b/src/uncategorized/salon.tw
@@ -1,8 +1,6 @@
 :: Salon [nobr]
 
-
-<<set $nextButton = "Continue">>
-<<set $nextLink = "Slave Interact">>
+<<set $nextButton = "Continue", $nextLink = "Slave Interact">>
 
 <<set $showEncyclopedia = 1>><<set $encyclopedia = "The Auto Salon">>
 
@@ -27,8 +25,6 @@ $activeSlave.slaveName is seated in the auto salon. $pronounCap is awaiting your
 		is wearing $activeSlave.eyewear.
 	<</if>>
 	[[Cosmetic glasses|Salon][$activeSlave.eyewear = "glasses",$cash -= $modCost]]
-	| [[Blurring glasses|Salon][$activeSlave.eyewear = "blurring glasses",$cash -= $modCost]]
-	| [[Blurring contacts|Salon][$activeSlave.eyewear = "blurring contacts",$cash -= $modCost]]
 	| [[None|Salon][$activeSlave.eyewear = "none"]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp; //Blurring options are annoying and impede performance on some assignments//
 <<elseif $activeSlave.eyes > -1>>
@@ -44,7 +40,6 @@ $activeSlave.slaveName is seated in the auto salon. $pronounCap is awaiting your
 	| [[None|Salon][$activeSlave.eyewear = "none"]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp; //Blurring options are annoying and impede performance on some assignments//
 <<else>>
-
 	$pronounCap is nearsighted, and $pronoun
 	<<if $activeSlave.eyewear == "none">>
 		has no eyewear.
@@ -246,7 +241,7 @@ $possessiveCap skin is $activeSlave.skin.
 		| [[White|Salon][$activeSlave.hColor = "white",$cash -= $modCost]]
 	<br><br>
 	$possessiveCap hair is $activeSlave.hStyle.
-	
+
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 
 	<<if $activeSlave.hLength > 1>>
@@ -338,8 +333,9 @@ $possessiveCap skin is $activeSlave.skin.
 			| [[Grey|Salon][$activeSlave.hColor = "grey",$cash -= $modCost]]
 			| [[Silver|Salon][$activeSlave.hColor = "silver",$cash -= $modCost]]
 			| [[White|Salon][$activeSlave.hColor = "white",$cash -= $modCost]]
+			<br>
 		<</if>>
-	<br><br>
+
 	<<if $activeSlave.hStyle != "bald">>
 	$possessiveCap wig is in $activeSlave.hStyle style.
 	<<else>>
@@ -377,7 +373,6 @@ $possessiveCap skin is $activeSlave.skin.
 		<<if $activeSlave.hLength != 150>>[[150cm|Salon][$activeSlave.hLength = 150,$cash -= $modCost]]<</if>>
 	<</if>>
 <</if>>
-
 <<if $activeSlave.pubicHStyle != "bald" && $activeSlave.pubicHStyle != "hairless" && $activeSlave.physicalAge >= 12>>
 	
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;$possessiveCap pubic hair, if present, is $activeSlave.pubicHColor.
@@ -405,7 +400,7 @@ $possessiveCap skin is $activeSlave.skin.
 		| [[Silver|Salon][$activeSlave.pubicHColor = "silver",$cash -= $modCost]]
 		| [[White|Salon][$activeSlave.pubicHColor = "white",$cash -= $modCost]]
 	
-	
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	$possessiveCap pubic hair is $activeSlave.pubicHStyle.
 
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Style $possessive pubic hair:
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index 069cb610ca923c1aa12c986f9951ee979a379b55..5e6cacc00a48493cd0b78946d69518328df8fd27 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -189,19 +189,19 @@
 				<<if ($activeSlave.fetishKnown == 1)>>
 					<<switch $activeSlave.fetish>>
 					<<case "buttslut">>
-					She's happily taking a strap-on up her asspussy.
+						She's happily taking a strap-on up her asspussy.
 					<<case "cumslut">>
-					She's happily performing oral on another slave.
+						She's happily performing oral on another slave.
 					<<case "dom">>
-					She's holding another slave down while she fucks her.
+						She's holding another slave down while she fucks her.
 					<<case "submissive">>
-					She's letting another slave hold her down as she fucks her.
+						She's letting another slave hold her down as she fucks her.
 					<<case "sadist">>
-					She's spanking another slave with one hand and giving her a handjob with the other.
+						She's spanking another slave with one hand and giving her a handjob with the other.
 					<<case "masochist">>
-					Another slave is spanking her and giving her a handjob at the same time.
+						Another slave is spanking her and giving her a handjob at the same time.
 					<<case "boobs">>
-					She has a slave sucking on each of her nipples while she gives each a handjob.
+						She has a slave sucking on each of her nipples while she gives each a handjob.
 					<<case "pregnancy">>
 						<<if bigBelly($activeSlave)>>
 							She's sighing contentedly as her rounded belly is sensually rubbed.
@@ -1052,13 +1052,13 @@
 		<<if $activeSlave.boobs <= 300>>
 			The rings constantaly rub against her chest and force her nipples to stick out.
 		<<else>>
-		The strap over her tits presses the soft flesh, and the ring around each nipple forces them to stick out.
+			The strap over her tits presses the soft flesh, and the ring around each nipple forces them to stick out.
 		<</if>>
 	<<case "shibari ropes">>
 		<<if $activeSlave.boobs <= 300>>
 			The ropes binding her chest shift slightly with every step, since she lacks any breasts to hold them in place.
 		<<else>>
-		The ropes binding her chest dig into the soft flesh as she moves.
+			The ropes binding her chest dig into the soft flesh as she moves.
 		<</if>>
 	<<case "attractive lingerie for a pregnant women">>
 		<<if $activeSlave.boobs <= 300>>
@@ -1076,7 +1076,7 @@
 		<<if $activeSlave.boobs <= 300>>
 			Her lack of breasts draws your eyes straight to her exposed nipples.
 		<<else>>
-		Her tits stick out through her latex outfit.
+			Her tits stick out through her latex outfit.
 		<</if>>
 	<<case "attractive lingerie">>
 		Her pretty white lace bra has thoughtful cuts that tastefully let her nipples stick through.
@@ -1084,19 +1084,19 @@
 		<<if $activeSlave.boobs <= 300>>
 			Her succubus outfit presents this sex demon's flat chest, inviting a damning fondle.
 		<<else>>
-		Her succubus outfit presents this sex demon's breasts, inviting a damning fondle.
+			Her succubus outfit presents this sex demon's breasts, inviting a damning fondle.
 		<</if>>
 	<<case "a slutty maid outfit">>
 		<<if $activeSlave.boobs <= 300>>
 			Her maid outfit covers her flat chest with a thin white blouse designed to be easy to pull down.
 		<<else>>
-		Her maid outfit covers her breasts with a thin white blouse designed to be easy to pull down.
+			Her maid outfit covers her breasts with a thin white blouse designed to be easy to pull down.
 		<</if>>
 	<<case "a nice maid outfit">>
 		<<if $activeSlave.boobs <= 300>>
 			Her maid outfit covers her flat chest demurely, offering the diverting task of pulling it off her.
 		<<else>>
-		Her maid outfit covers her breasts demurely, offering the diverting task of pulling it off her.
+			Her maid outfit covers her breasts demurely, offering the diverting task of pulling it off her.
 		<</if>>
 	<<case "a string bikini">>
 		Her string bikini covers only her nipples, leaving the remainder of her <<if $activeSlave.boobs <= 300>>flat chest<<else>>breasts<</if>> naked.
@@ -1106,19 +1106,19 @@
 		<<if $activeSlave.boobs <= 300>>
 			As she moves, the tight fabric rubs across her obvious nipples.
 		<<else>>
-		As she moves, her chest threatens to fall out of her cheerleader top.
+			As she moves, her chest threatens to fall out of her cheerleader top.
 		<</if>>
 	<<case "cutoffs and a t-shirt">>
 		<<if $activeSlave.boobs <= 300>>
 			Her non-existent breasts are bare under her t-shirt; not that you can really tell since they lack motion completely.
 		<<else>>
-		Her tits are bare under her t-shirt, so movement gives delicious hints of their motion.
+			Her tits are bare under her t-shirt, so movement gives delicious hints of their motion.
 		<</if>>
 	<<case "a slutty outfit">>
 		<<if (random(1,100) > 50)>>
-		For today's slutty outfit she's chosen a handkerchief top that occasionally comes untied and <<if $activeSlave.boobs <= 300>>reveals her flat chest<<else>>spills her breasts out naked<</if>>.
+			For today's slutty outfit she's chosen a handkerchief top that occasionally comes untied and <<if $activeSlave.boobs <= 300>>reveals her flat chest<<else>>spills her breasts out naked<</if>>.
 		<<else>>
-		For today's slutty outfit she's chosen a halter top cut so low that <<if $activeSlave.boobs <= 300>>it occasionally slips down her flat chest to reveal a nipple<<else>>her breasts occasionally pop out<</if>>.
+			For today's slutty outfit she's chosen a halter top cut so low that <<if $activeSlave.boobs <= 300>>it occasionally slips down her flat chest to reveal a nipple<<else>>her breasts occasionally pop out<</if>>.
 		<</if>>
 	<<case "a slave gown">>
 		Her gorgeous dress has thoughtful cuts that tastefully bares her <<if $activeSlave.boobs <= 300>>non-existent <</if>>breasts.
@@ -1140,7 +1140,7 @@
 		<<if $activeSlave.boobs <= 300>>
 			As she moves, you can occasionally spot her lack of undergarments.
 		<<else>>
-		Her tank top and sports bra support rather than flatter her breasts.
+			Her tank top and sports bra support rather than flatter her breasts.
 		<</if>>
 	<<case "a fallen nuns habit">>
 		Her slutty nun outfit leaves her <<if $activeSlave.boobs <= 300>>flat <</if>>tits sinfully bare.
@@ -1162,13 +1162,13 @@
 		<<if $activeSlave.boobs <= 300>>
 			Her leotard draws the eye straight to her obvious nipples, since it lacks anything else to show off.
 		<<else>>
-		Her leotard is tight enough that it not only hugs her breasts, but shows off her nipples.
+			Her leotard is tight enough that it not only hugs her breasts, but shows off her nipples.
 		<</if>>
 	<<case "a bunny outfit">>
 		<<if $activeSlave.boobs <= 300>>
 			With no breasts to speak of, her strapless corset teddy manages to look rather slutty.
 		<<else>>
-		Her strapless corset teddy presents her boobs while still managing to look a bit classy.
+			Her strapless corset teddy presents her boobs while still managing to look a bit classy.
 		<</if>>
 	<<case "harem gauze">>
 		Her <<if $activeSlave.boobs <= 300>>non-existent <</if>>breasts are clearly visible through the thin gauze that covers them.
@@ -1176,7 +1176,7 @@
 		<<if $activeSlave.boobs <= 300>>
 			The light chain across her non-existent breasts is the only thing on her chest capable of moving as she walks.
 		<<else>>
-		The light chain under her breasts accentuates their natural movement.
+			The light chain under her breasts accentuates their natural movement.
 		<</if>>
 	<<default>>
 		<<if ($activeSlave.vaginalAccessory == "chastity belt")>>