From bee3c93b1c52b5298701e9c1327837dde779bf5b Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sun, 19 May 2019 15:45:37 -0400
Subject: [PATCH] fixes from improved JS sanity check

---
 src/endWeek/saChoosesOwnClothes.js       | 2 +-
 src/endWeek/saWorkTheFarm.js             | 2 +-
 src/js/rulesAssistantOptions.js          | 2 +-
 src/js/vignettes.js                      | 2 +-
 src/js/walkPastJS.js                     | 2 +-
 src/pregmod/seFCTVshows.tw               | 2 +-
 src/uncategorized/neighborsFSAdoption.tw | 4 ++--
 src/uncategorized/saRelationships.tw     | 2 +-
 src/uncategorized/slaveShelter.tw        | 2 +-
 src/utility/descriptionWidgetsFlesh.tw   | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index 73357920f34..980f38f9dac 100644
--- a/src/endWeek/saChoosesOwnClothes.js
+++ b/src/endWeek/saChoosesOwnClothes.js
@@ -623,7 +623,7 @@ window.saChoosesOwnClothes = (function() {
 						wardrobeFS.push({text: `and coats ${his} assets in body oil to give them some extra shine.`, clothes: "body oil"});
 					}
 				}
-				if (V.arcologies[0].FSAssetExpansioninst > 0) {
+				if (V.arcologies[0].FSAssetExpansionist > 0) {
 					wardrobeFS.push({text: `and decides to dress up like a young man's wet dream.`, clothes: "a succubus outfit"});
 					wardrobeFS.push({text: `and decides to wear a skimpy bikini to make ${his} assets look even larger.`, clothes: "a string bikini"});
 					wardrobeFS.push({text: `and decides to throw together a slutty outfit that highlight ${his} assets.`, clothes: "a slutty outfit"});
diff --git a/src/endWeek/saWorkTheFarm.js b/src/endWeek/saWorkTheFarm.js
index 75b64a10d38..ecf0c783761 100644
--- a/src/endWeek/saWorkTheFarm.js
+++ b/src/endWeek/saWorkTheFarm.js
@@ -109,7 +109,7 @@ window.saWorkTheFarm = function saWorkTheFarm(slave) {
 		// Open FS Subsection
 
 		if (arcology.FSSupremacist !== "unset") {
-			if (slave.race === arcology.FFSupremacistRace) {
+			if (slave.race === arcology.FSSupremacistRace) {
 				t += `Society <span class="red">disapproves</span> of your allowing a member of the elite race to be degraded in such a fashion, and thus ${he} didn't earn as much. `;
 			}
 		}
diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js
index 2892fd399a4..9dc37e63372 100644
--- a/src/js/rulesAssistantOptions.js
+++ b/src/js/rulesAssistantOptions.js
@@ -3070,7 +3070,7 @@ window.rulesAssistantOptions = (function() {
 			if (V.arcologies[0].FSPastoralist !== "unset")
 				items.push(["(FS) Product Quality", "her body product quality"]);
 
-			if (V.arcologies[0].FSPhysicalIdelist !== "unset")
+			if (V.arcologies[0].FSPhysicalIdealist !== "unset")
 				items.push(["(FS) Deadlift Info", "her deadlift record"]);
 
 			if (V.arcologies[0].FSHedonisticDecadence !== "unset")
diff --git a/src/js/vignettes.js b/src/js/vignettes.js
index 6d838de1586..734f7747dc6 100644
--- a/src/js/vignettes.js
+++ b/src/js/vignettes.js
@@ -1533,7 +1533,7 @@ window.GetVignette = function GetVignette(slave) {
 					effect: 1,
 				});
 			}
-			if (V.arcologies[0].FSEgyptianRevivalistRevivalist !== "unset") {
+			if (V.arcologies[0].FSEgyptianRevivalist !== "unset") {
 				vignettes.push({
 					text: `a street preacher arguing that your new religion was the natural theological evolution of Egyptian mythology attracted a large crowd near ${him},`,
 					type: "cash",
diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index 8449634dbeb..3a0d06b51e2 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -85,7 +85,7 @@ window.loverSlave = function(activeSlave) {
 
 			t += `${name} and ${partnerName} are `;
 			if (!isSlaveAvailable(_partnerSlave)) {
-				if (_partnerSlave.assignment === "work in the dairy" && V.DairyRestraintsSetting >= 2) {
+				if (_partnerSlave.assignment === "work in the dairy" && V.dairyRestraintsSetting >= 2) {
 					t += `trying their best to maintain their relationship with ${partnerName} being part of ${V.dairyName}.`;
 				} else if (_partnerSlave.assignment === "be your agent") {
 					t += `catching up with each other over a video call. Running an arcology in your stead comes with its perks.`;
diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index ddf25fa5520..f4835c104b6 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -468,7 +468,7 @@
 		<<set $activeSlave.prostate = 2>>
 		<<set $activeSlave.skill.oral = random(30,60)>>
 		<<set $activeSlave.skill.anal = random(20,50)>>
-		<<set $activeSlave.skill.whorng = random(0,25)>>
+		<<set $activeSlave.skill.whoring = random(0,25)>>
 		<<set $activeSlave.devotion = random(50,80)>>
 		<<set $activeSlave.trust = random(50,80)>>
 		<<set $activeSlave.origin = "You purchased her from FCTV's Home Slave Shopping stream channel.">>
diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw
index c5991b8793d..1d64749edf3 100644
--- a/src/uncategorized/neighborsFSAdoption.tw
+++ b/src/uncategorized/neighborsFSAdoption.tw
@@ -415,7 +415,7 @@ societal development.
 	<<if $familyTesting == 1>>
 		<<set _lover = $slaves.find(function(s) { return s.ID == $leaders[$j].relationshipTarget && areRelated(s, $leaders[$j]) && s.assignment == "live with your agent"; })>>
 	<<else>>
-		<<set _lover = $slaves.find(function(s) { return s.ID == $leaders[$j].relationshipTarget && s.ID == $leaders[$j].relationTaget && s.assignment == "live with your agent"; })>>
+		<<set _lover = $slaves.find(function(s) { return s.ID == $leaders[$j].relationshipTarget && s.ID == $leaders[$j].relationTarget && s.assignment == "live with your agent"; })>>
 	<</if>>
 	<<if ($leaders[$j].behavioralQuirk == "sinful" || $leaders[$j].sexualQuirk == "perverted") && def _lover>>
 		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Incest Festishism,@@ to share the love and joy $he holds with $his relativeTerm($leaders[$j], _lover).
@@ -1030,7 +1030,7 @@ societal development.
 		<<set $arcologies[$i].FSAssetExpansionist = 5>><<set _adopted = 1>>
 	<</if>>
 <<case 13>>
-	<<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FScummunism == "unset")>>
+	<<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSCummunism == "unset")>>
 		$desc addicted to breast milk straight from the nipple, leading the arcology to @@.yellow;adopt Pastoralism.@@
 		<<set $arcologies[$i].FSPastoralist = 5>><<set _adopted = 1>>
 	<</if>>
diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw
index 64ff05776a9..1df728afd76 100644
--- a/src/uncategorized/saRelationships.tw
+++ b/src/uncategorized/saRelationships.tw
@@ -1146,7 +1146,7 @@
 					<<run repX($FSSingleSlaveRep * ($arcologies[0].FSChattelReligionist / $FSLockinLevel), "SlaveRelationships", _SlaveI)>>
 				<</if>>
 			<</switch>>
-			<<if _SlaveI.relationShip > 0>> /* catch should $he change her relationship status */
+			<<if _SlaveI.relationship > 0>> /* catch should $he change her relationship status */
 				<<if _SlaveI.devotion <= 95>>
 					<<if _SlaveI.devotion != _SlaveJ.devotion>>
 						_SlaveI.slaveName absorbs <<if _SlaveI.relationship == 1>>a touch of $his friend<<elseif _SlaveI.relationship == 2>>a little of $his best friend<<elseif _SlaveI.relationship == 3>>some of $his close friend<<elseif _SlaveI.relationship == 4>>a lot of $his lover<<else>>much of $his wife<</if>>'s
diff --git a/src/uncategorized/slaveShelter.tw b/src/uncategorized/slaveShelter.tw
index 14c04dcfeb7..2e1df9d95e1 100644
--- a/src/uncategorized/slaveShelter.tw
+++ b/src/uncategorized/slaveShelter.tw
@@ -214,7 +214,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is
 	<<if $shelterSlave.vagina > -1>>
 		<<set $shelterSlave.vagina = random(1,4)>>
 		<<set $shelterSlave.skill.vaginal = random(10,25)>>
-		<<set $shelterSlave.vaginalTat = either("degradation", "rude words", 0)>>
+		<<set $shelterSlave.vaginaTat = either("degradation", "rude words", 0)>>
 	<</if>>
 	<<if $shelterSlave.dick > 1>>
 		<<set $shelterSlave.dickTat = either("degradation", "rude words", 0)>>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 4c99a53fab6..d23877e426f 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -17435,7 +17435,7 @@ $He has
 		$his pregnancy is smaller than anticipated.
 	<</if>>
 <<elseif $activeSlave.preg > $activeSlave.pregWeek && $activeSlave.preg <= $activeSlave.pregData.normalBirth+2 && $activeSlave.bellyPreg >= 100>>
-	<<if $activeSlave.preg > $activeSlave.pregData.mniLivelBirth && $activeSlave.preg >= $activeSlave.pregWeek+10>>
+	<<if $activeSlave.preg > $activeSlave.pregData.minLiveBirth && $activeSlave.preg >= $activeSlave.pregWeek+10>>
 		Even though $he is a mere $activeSlave.pregWeek weeks along, $his pregnancy is at its end.
 	<<elseif $activeSlave.preg >= $activeSlave.pregWeek+($activeSlave.pregData.normalBirth/2.66)>>
 		Despite being pregnant for only $activeSlave.pregWeek weeks,
-- 
GitLab