From 73ef07727d02e40546630b7bbfcea0cd7c88d661 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Wed, 17 May 2017 17:39:54 -0400 Subject: [PATCH] Fixes. --- src/uncategorized/fsDevelopments.tw | 2 ++ src/uncategorized/saChoosesOwnJob.tw | 2 +- src/uncategorized/saServeThePublic.tw | 2 +- src/uncategorized/saWhore.tw | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/uncategorized/fsDevelopments.tw b/src/uncategorized/fsDevelopments.tw index 9edc0e927c6..3c1bcb3f090 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 13dd45c8344..aff2f7846ea 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 3bfed885f21..fcb6d77d429 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 7b35bb60dd2..f6c5c492839 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>> -- GitLab