diff --git a/src/uncategorized/fsDevelopments.tw b/src/uncategorized/fsDevelopments.tw
index 9edc0e927c626cd5c14de12652d72d55331f2a64..3c1bcb3f0900e7d3f34e2d785881d80a10576a38 100644
--- a/src/uncategorized/fsDevelopments.tw
+++ b/src/uncategorized/fsDevelopments.tw
@@ -299,6 +299,7 @@
 	<</if>>
 <</if>>
 
+/* Disabled until completed
 <<for _i = 5; _i <= 7; _i++>>
 <<if $sectors[_i].type != "Shops">>
 <<if $sectors[_i].type != "Brothel">>
@@ -460,6 +461,7 @@
 		//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>//	
 	<</if>>
 <</if>>
+*/
 
 <br><br>
 <<if $PAPublic == 1 && $assistantAppearance != "normal">>
diff --git a/src/uncategorized/saChoosesOwnJob.tw b/src/uncategorized/saChoosesOwnJob.tw
index 13dd45c83449692cebde0c54ccfdc74bab5350a8..aff2f7846ead29cd1433c5d4f98a4c35420e12e8 100644
--- a/src/uncategorized/saChoosesOwnJob.tw
+++ b/src/uncategorized/saChoosesOwnJob.tw
@@ -34,7 +34,7 @@
 		<<assignJob $slaves[$i] "take classes">>
 	<</if>>
 
-<<elseif (($Attendant != 0) && $universalRulesAssignsSelfFacility == 1 && (($slaves[$i].devotion < 45) || ($slaves[$i].trust < 45) || ($slaves[$i].sexualFlaw != "none") || ($slaves[$i].behavioralFlaw != "none"))>>
+<<elseif ($Attendant != 0) && $universalRulesAssignsSelfFacility == 1 && (($slaves[$i].devotion < 45) || ($slaves[$i].trust < 45) || ($slaves[$i].sexualFlaw != "none") || ($slaves[$i].behavioralFlaw != "none"))>>
 	could use some counseling, so $pronoun decides to visit $spaName.
 	<<assignJob $slaves[$i] "rest in the spa">>
 
diff --git a/src/uncategorized/saServeThePublic.tw b/src/uncategorized/saServeThePublic.tw
index 3bfed885f2163df8920409140d0b974077cd3648..fcb6d77d4291a46fbc3f1466d0e3470b82d0fcba 100644
--- a/src/uncategorized/saServeThePublic.tw
+++ b/src/uncategorized/saServeThePublic.tw
@@ -1518,7 +1518,7 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 <</if>>
 <<if $arcologies[0].FSAztecRevivalist != "unset">>
 	<<if ($slaves[$i].devotion > 75)>>
-	<<if ($slaves[$i].inteligence >= 2)>>
+	<<if ($slaves[$i].intelligence >= 2)>>
 	<<set $vignettes.push({text: "she indulged a citizen by following a fertility ritual completely,", type: "rep", effect: 1})>>
 	<</if>>
 	<</if>>
diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw
index 7b35bb60dd25ce13e8bc892c0956d58ddb92e5c6..f6c5c492839a61ff837423adb16e9d9458ee5644 100644
--- a/src/uncategorized/saWhore.tw
+++ b/src/uncategorized/saWhore.tw
@@ -1544,7 +1544,7 @@ In total, you were paid @@.yellowgreen;¤<<print Math.trunc($beauty*$FResult)>>@
 <</if>>
 <<if $arcologies[0].FSAztecRevivalist != "unset">>
 	<<if ($slaves[$i].devotion > 75)>>
-	<<if ($slaves[$i].inteligence >= 2)>>
+	<<if ($slaves[$i].intelligence >= 2)>>
 	<<set $vignettes.push({text: "she indulged a citizen by following a fertility ritual completely,", type: "rep", effect: 1})>>
 	<</if>>
 	<</if>>