diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 1ed6779c005963d4915d0a932a0541dc2be059c2..9e1ca4fae5b4eff6af55ddca96e4278931ceebad 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,12 @@
 
 0.10.7.1-0.5.x
 
+8/02/2018
+
+	15
+	-fixes and typo corrections
+	-tweaked cyber-economic warfare to hinge more on the target's prosperity
+
 8/01/2018
 
 	14
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 090fae2f1d08a13ac1f29d8c085ff672e669cc84..656ab3ac052445c5ed8716d421832f13e7d53810 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -9495,7 +9495,7 @@ window.saChoosesOwnClothes = (function() {
 		he = pronouns.pronoun;
 		him = pronouns.object;
 		his = pronouns.possessive;
-		hers = pronouns.posessivePronoun;
+		hers = pronouns.possessivePronoun;
 		himself = pronouns.objectReflexive;
 		boy = pronouns.noun;
 		He = capFirstChar(he);
@@ -23336,7 +23336,7 @@ window.GetVignette = function GetVignette(slave) {
 	const he = pronouns.pronoun;
 	const him = pronouns.object;
 	const his = pronouns.possessive;
-	const hers = pronouns.posessivePronoun;
+	const hers = pronouns.possessivePronoun;
 	const himself = pronouns.objectReflexive;
 	const boy = pronouns.noun;
 
diff --git a/src/SecExp/riotControlCenter.tw b/src/SecExp/riotControlCenter.tw
index 8f20d894ae79f3033b05f3736326eac98a90bfa7..3a132dd65f5e179df8aaed81ff39d5135d6c90bd 100644
--- a/src/SecExp/riotControlCenter.tw
+++ b/src/SecExp/riotControlCenter.tw
@@ -108,7 +108,7 @@ The riot control center opens its guarded doors to you. The great chamber inside
 				<<if $riotUpgrades.rapidUnitCost == 0>>
 					<<set $authority -= 1000 + 50 * $riotUpgrades.rapidUnit>>
 				<<else>>
-					<<set $reputation -= 1000 + 50 * $riotUpgrades.rapidUnit>>
+					<<set $rep -= 1000 + 50 * $riotUpgrades.rapidUnit>>
 				<</if>>
 				<<set _change = random(15) + random(1,2) * $riotUpgrades.rapidUnit>>
 				<<set $slaveProgress = Math.clamp($slaveProgress - _change,0,100)>>
@@ -122,7 +122,7 @@ The riot control center opens its guarded doors to you. The great chamber inside
 				<<if $riotUpgrades.rapidUnitCost == 0>>
 					<<set $authority -= 1000 + 50 * $riotUpgrades.rapidUnit>>
 				<<else>>
-					<<set $reputation -= 1000 + 50 * $riotUpgrades.rapidUnit>>
+					<<set $rep -= 1000 + 50 * $riotUpgrades.rapidUnit>>
 				<</if>>
 				<<set _change = random(15) + random(1,2) * $riotUpgrades.rapidUnit>>
 				<<set $citizenProgress = Math.clamp($citizenProgress - _change,0,100)>>
diff --git a/src/endWeek/saChoosesOwnClothes.tw b/src/endWeek/saChoosesOwnClothes.tw
index 6483534f97572145011f324a2685c494544d2a8c..349545d653d002384e5ee411823d1e64ef276857 100644
--- a/src/endWeek/saChoosesOwnClothes.tw
+++ b/src/endWeek/saChoosesOwnClothes.tw
@@ -24,7 +24,7 @@ window.saChoosesOwnClothes = (function() {
 		he = pronouns.pronoun;
 		him = pronouns.object;
 		his = pronouns.possessive;
-		hers = pronouns.posessivePronoun;
+		hers = pronouns.possessivePronoun;
 		himself = pronouns.objectReflexive;
 		boy = pronouns.noun;
 		He = capFirstChar(he);
diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw
index 5dbbbc339ee8da86d7cac5512da4075d58a731cf..e38bafe1a37740eae8b6fea445ee4ab3f988a4a8 100644
--- a/src/js/vignettes.tw
+++ b/src/js/vignettes.tw
@@ -8,7 +8,7 @@ window.GetVignette = function GetVignette(slave) {
 	const he = pronouns.pronoun;
 	const him = pronouns.object;
 	const his = pronouns.possessive;
-	const hers = pronouns.posessivePronoun;
+	const hers = pronouns.possessivePronoun;
 	const himself = pronouns.objectReflexive;
 	const boy = pronouns.noun;
 
diff --git a/src/pregmod/huskSlaveSwapWorkaround.tw b/src/pregmod/huskSlaveSwapWorkaround.tw
index 26fb5eebc94686d86640b826f68365f9c2d35fc1..6f4b902bb57f9fdf39f432d65284721db688abe6 100644
--- a/src/pregmod/huskSlaveSwapWorkaround.tw
+++ b/src/pregmod/huskSlaveSwapWorkaround.tw
@@ -11,11 +11,11 @@ __Select an eligible slave:__
 <<for _i = 0; _i < $slaves.length; _i++>>
 	<<if isSlaveAvailable($slaves[_i])>>
 	<<if $slaves[_i].fuckdoll == 0>>
-	<<if $slaves[_i].amp >= 0)>>
-	<<if ($slaves[_i].indenture == -1)>>
-	<<if ($slaves[_i].breedingMark == 0 || $propOutcome == 0)>>
-	<<if ($slaves[_i].reservedChildren == 0)>>
-	<<if ($slaves[_i].ID != $activeSlave.ID)>>
+	<<if $slaves[_i].amp >= 0>>
+	<<if $slaves[_i].indenture == -1>>
+	<<if $slaves[_i].breedingMark == 0 || $propOutcome == 0>>
+	<<if $slaves[_i].reservedChildren == 0>>
+	<<if $slaves[_i].ID != $activeSlave.ID>>
 		<br><<print "[[$slaves[_i].slaveName|Husk Slave Swap][$swappingSlave = $slaves[" + _i + "], $cash -= 10000]]">>
 	<</if>>
 	<</if>>
diff --git a/src/pregmod/saPorn.tw b/src/pregmod/saPorn.tw
index b799617fc536db3b77a7540b5327d4751bffbad9..d6de895c701e6479072f13e376be781350aad802 100644
--- a/src/pregmod/saPorn.tw
+++ b/src/pregmod/saPorn.tw
@@ -1245,7 +1245,7 @@
 			<<if $slaves[$i].pornTypePreggo >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her swollen with child.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object swollen with child, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object swollen with child, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypePreggo*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypePreggo < 5000>>
@@ -1255,7 +1255,7 @@
 			<<if $slaves[$i].pornTypeBBW >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her thick, soft body.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive thick and soft body, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive thick and soft body, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeBBW*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeBBW < 5000>>
@@ -1265,7 +1265,7 @@
 			<<if $slaves[$i].pornTypeLoli >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her immature body.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive immature body, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive immature body, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeLoli*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeLoli < 5000>>
@@ -1275,7 +1275,7 @@
 			<<if $slaves[$i].pornTypeGainer >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish how curvy she's gotten.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish how curvy <<print $pronoun>>'s gotten, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish how curvy <<print $pronoun>>'s gotten, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeGainer*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeGainer < 5000>>
@@ -1285,7 +1285,7 @@
 			<<if $slaves[$i].pornTypeStud >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her heavy dick.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive heavy dick, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive heavy dick, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeStud*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeStud < 5000>>
@@ -1295,7 +1295,7 @@
 			<<if $slaves[$i].pornTypeDeepThroat >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sounds she makes when being throatfucked.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sounds $pronoun makes when being throatfucked, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sounds $pronoun makes when being throatfucked, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeDeepThroat*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeDeepThroat < 5000>>
@@ -1305,7 +1305,7 @@
 			<<if $slaves[$i].pornTypeStruggleFuck >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish how perfectly she struggles during sex.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish how perfectly $pronoun struggles during sex, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish how perfectly $pronoun struggles during sex, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeStruggleFuck*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeStruggleFuck < 5000>>
@@ -1315,7 +1315,7 @@
 			<<if $slaves[$i].pornTypePainal >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish watching her asshole pushed to its limit.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish watching $possessive asshole pushed to its limit, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish watching $possessive asshole pushed to its limit, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypePainal*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypePainal < 5000>>
@@ -1325,7 +1325,7 @@
 			<<if $slaves[$i].pornTypeTease >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her lewd striptease.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive lewd striptease, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive lewd striptease, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeTease*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeTease < 5000>>
@@ -1335,7 +1335,7 @@
 			<<if $slaves[$i].pornTypeRomantic >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the deep bond she shares with her partners.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the deep bond $pronoun shares with her partners, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the deep bond $pronoun shares with her partners, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeRomantic*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeRomantic < 5000>>
@@ -1345,7 +1345,7 @@
 			<<if $slaves[$i].pornTypePervert >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the depths of her pervesions.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the depths of $possessive pervesions, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the depths of $possessive pervesions, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypePervert*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypePervert < 5000>>
@@ -1355,7 +1355,7 @@
 			<<if $slaves[$i].pornTypeCaring >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her devotion to her partners' pleasure.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive devotion to $possessive partners' pleasure, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive devotion to $possessive partners' pleasure, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeCaring*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeCaring < 5000>>
@@ -1365,7 +1365,7 @@
 			<<if $slaves[$i].pornTypeUnflinching >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her willingness to do anything and everything.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive willingness to do anything and everything, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive willingness to do anything and everything, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeUnflinching*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeUnflinching < 5000>>
@@ -1375,7 +1375,7 @@
 			<<if $slaves[$i].pornTypeSizeQueen >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her holes filled to their limits.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive holes filled to their limits, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive holes filled to their limits, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeSizeQueen*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeSizeQueen < 5000>>
@@ -1385,7 +1385,7 @@
 			<<if $slaves[$i].pornTypeNeglectful >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her denying herself pleasure.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object denying <<print $object>>self pleasure, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object denying <<print $object>>self pleasure, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeNeglectful*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeNeglectful < 5000>>
@@ -1395,7 +1395,7 @@
 			<<if $slaves[$i].pornTypeCumAddict >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her doing anything for cum.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object doing anything for cum, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object doing anything for cum, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeCumAddict*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeCumAddict < 5000>>
@@ -1405,7 +1405,7 @@
 			<<if $slaves[$i].pornTypeAnalAddict >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her doing anything for a dick up her ass.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object doing anything for a dick up $possessive ass, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object doing anything for a dick up $possessive ass, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeAnalAddict*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeAnalAddict < 5000>>
@@ -1415,7 +1415,7 @@
 			<<if $slaves[$i].pornTypeAttentionWhore >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her doing anything for attention.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object doing anything for attention, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object doing anything for attention, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeAttentionWhore*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeAttentionWhore < 5000>>
@@ -1425,7 +1425,7 @@
 			<<if $slaves[$i].pornTypeBreastGrowth >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her expanding bust.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive expanding bust, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive expanding bust, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeBreastGrowth*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeBreastGrowth < 5000>>
@@ -1435,7 +1435,7 @@
 			<<if $slaves[$i].pornTypeAbusive >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her abusing others.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object abusing others, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object abusing others, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeAbusive*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeAbusive < 5000>>
@@ -1445,7 +1445,7 @@
 			<<if $slaves[$i].pornTypeMalicious >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her getting off from the suffering she caused.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object getting off from the suffering $pronoun caused, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $object getting off from the suffering $pronoun caused, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeMalicious*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeMalicious < 5000>>
@@ -1455,7 +1455,7 @@
 			<<if $slaves[$i].pornTypeSelfHating >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her suffering.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive suffering, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive suffering, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeSelfHating*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeSelfHating < 5000>>
@@ -1465,7 +1465,7 @@
 			<<if $slaves[$i].pornTypeBreeder >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her obsession with having children.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive obsession with having children, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive obsession with having children, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeBreeder*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeBreeder < 5000>>
@@ -1475,7 +1475,7 @@
 			<<if $slaves[$i].pornTypeSub >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her submissiveness.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive submissiveness, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive submissiveness, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeSub*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeSub < 5000>>
@@ -1485,7 +1485,7 @@
 			<<if $slaves[$i].pornTypeCumSlut >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her desire for cum.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive desire for cum, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive desire for cum, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeCumSlut*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeCumSlut < 5000>>
@@ -1495,7 +1495,7 @@
 			<<if $slaves[$i].pornTypeAnal >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her rear.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive rear, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive rear, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeAnal*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeAnal < 5000>>
@@ -1505,7 +1505,7 @@
 			<<if $slaves[$i].pornTypeHumiliation >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her frequent humiliation.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive frequent humiliation, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive frequent humiliation, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeHumiliation*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeHumiliation < 5000>>
@@ -1515,7 +1515,7 @@
 			<<if $slaves[$i].pornTypeBoobs >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish the sight of her breasts.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive breasts, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish the sight of $possessive breasts, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeBoobs*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeBoobs < 5000>>
@@ -1525,7 +1525,7 @@
 			<<if $slaves[$i].pornTypeDom >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her dominance.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive dominance, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive dominance, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeDom*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeDom < 5000>>
@@ -1535,7 +1535,7 @@
 			<<if $slaves[$i].pornTypeSadist >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her sadism.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive sadism, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive sadism, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeSadist*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeSadist < 5000>>
@@ -1545,7 +1545,7 @@
 			<<if $slaves[$i].pornTypeMasochist >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her masochism.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive masochism, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive masochism, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypeMasochist*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypeMasochist < 5000>>
@@ -1555,7 +1555,7 @@
 			<<if $slaves[$i].pornTypePregnancy >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "She is well known from its career in slave pornography. Her many fans relish her fondness for pregnancy.">>
-				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive fondness for pregnancy, so $pronoun is now prestigious to own $object.
+				@@.green;$pronounCap has gained a hold in $slaves[$i].pornFameType pornography!@@ $possessiveCap many fans relish $possessive fondness for pregnancy, so it is now prestigious to own $object.
 			<<elseif _topFame.value >= $slaves[$i].pornTypePregnancy*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].pornTypePregnancy < 5000>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index ac974ab833ac8acdbee7d6dc3203be89e66dad24..0e40e51267ad226e50267a4abfa3bf22af302d6e 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -14840,14 +14840,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	You inform $activeSlave.slaveName of your plans and tell her to get dressed appropriately. She meets you at the door absolutely naked<<if $activeSlave.bellyPreg >= 1500>>, her motherly body on full display<</if>>. She has half a question on her face, wondering whether this is going too far, but it vanishes when you <<if canSee($activeSlave)>>smile reassuringly at<<else>>compliment<</if>> her. You take her by the hand and lead her out onto the private balcony outside your office. It's a cloudless night, and the moon is full. You order the arcology to play a classic dance medley, and $activeSlave.slaveName becomes all innocence and grace, the perfect dance partner<<if $activeSlave.bellyPreg >= 10000>>, despite her heavy pregnancy<<elseif $activeSlave.belly >= 10000 || $activeSlave.weight > 130>>, despite her weight<</if>>. The only real consequence of her nudity is
-	<<if $activeSlave.breasts >= 300>>
+	<<if $activeSlave.boobs >= 300>>
 		the extra sway of her breasts,
 	<</if>>
 	<<if canPenetrate($activeSlave)>>
 		her visible erection, and
 	<<elseif ($activeSlave.clit > 0)>>
 		her visibly engorged clit and
-	<<elseif $activeSlave.breasts >= 300>>
+	<<elseif $activeSlave.boobs >= 300>>
 		and
 	<</if>>
 	<<if $activeSlave.nipples != "fuckable">>the hardness of her nipples<<else>>how swollen her nipples are<</if>> in the cool night when the dance brings you close. She enjoys herself immensely and in no time at all, she's meekly asking you to take her inside and dance with her on the bed. Naturally, you oblige.
@@ -14862,7 +14862,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		<<= VaginalVCheck()>>
 	<<elseif canDoAnal($activeSlave)>>
 		<<= AnalVCheck()>>
-	<<elseif $activeSlave.breasts >= 1000>>
+	<<elseif $activeSlave.boobs >= 1000>>
 		<<set $activeSlave.mammaryCount++, $mammaryTotal++>>
 	<<else>>
 		<<set $activeSlave.oralCount++, $oralTotal++>>
diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index 2df820584f390e5a2c71a4d3a532f4b394e897a2..ab9a451e6d643c4a15b314f0a10e36537e2b31a8 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -503,7 +503,7 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol
 	<<elseif $PC.hacking >= 100>>
 		<<set _Catchtchance = 100>>
 	<</if>>
-	<<set $arcologies[$i].prosperity -= $arcologies[0].CyberEconomic*2, _WarSpoils = 10+Math.max((500*$arcologies[$i].prosperity*$arcologies[0].CyberEconomic),0)>>
+	<<set $arcologies[$i].prosperity -= $arcologies[0].CyberEconomic*2, _WarSpoils = 10+Math.max((100*$arcologies[$i].prosperity*$arcologies[0].CyberEconomic),0)>>
 	<<set $arcologies[$i].prosperity = Math.clamp($arcologies[$i].prosperity, 1, 300)>>
 	<<if random(0,100) >= _Catchchance-(10*$arcologies[0].CyberEconomic)>>
 		<<set $arcologies[0].prosperity -= $arcologies[0].CyberEconomic*3, $rep -= random(100,200), _redHanded = 1>>
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 6556004ae051ca22753057f51d4f6f5c079ee797..843d383485e8b2771ed0ac8222440ae3c215ece8 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -355,12 +355,12 @@ A reputable slave appraiser arrives promptly to inspect her and certify her qual
 	<</if>>
 <</if>>
 
-<<if $activeSlave.fetishKnown == 1>>
-	<<if $activeSlave.fetish == "mindbroken">>
+<<if $activeSlave.fetish == "mindbroken">>
 	It's a shame she's mindbroken. From a price perspective.
-	<<elseif $activeSlave.fetish != "none">>
+<<elseif $activeSlave.fetish != "none" && $activeSlave.fetishKnown == 1>>
 	Her fetish is good for performance, of course, but it adds a little bonus to value, too.
-	<</if>>
+<<elseif $activeSlave.fetishKnown == 1>>
+	Her tastes are a tad plain, but at least it won't hurt her value.
 <<else>>
 	It's a pity there's no information on her fetishes. Without it, buyers tend to assume the worst.
 <</if>>
@@ -1808,7 +1808,7 @@ __Bids Received__
 			<<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>>
 		<</if>>
 	<<case "flesh balloons">>
-		<<if $activeSlave.breasts > 20000 && $activeSlave.butt > 10>>
+		<<if $activeSlave.boobs > 20000 && $activeSlave.butt > 10>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
 			<<link "Accept bid">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<goto "Slave Sold">><</link>>
 		<</if>>
diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw
index 44c81e12f65da3303b68e8a84460847c3ea17c66..67e50a12fcb788fb8935d2e171b5f1d1bbb5e322 100644
--- a/src/uncategorized/slaveSold.tw
+++ b/src/uncategorized/slaveSold.tw
@@ -1075,7 +1075,7 @@
 			<<set _belly = bellyAdjective($activeSlave)>>
 			smiling as her _belly belly is used as the center of a large bukkake party. You can just barely make out the figure of someone taking her from behind beyond her immensity. There's a note attached, stating superfluously that her exotic feature makes her very popular. General $peacekeepers.generalName's buyer is going to be looking for more massive bellied girls in the future.
 			<<set $peacekeepers.tastes = "bellies with girls attached">>
-		<<elseif _influential && $activeSlave.breasts > 20000 && $activeSlave.butt > 10>>
+		<<elseif _influential && $activeSlave.boobs > 20000 && $activeSlave.butt > 10>>
 			standing obediently in a comfort station in one of their rear area facilities, while a huge group of muscular men tit fuck her near endless cleavage and another, smaller group use her gigantic asscheeks. There's a note attached, stating superfluously that her mind-blowing assets make her very popular. General $peacekeepers.generalName's buyer is going to be looking for more slaves with bountiful T&A in the future.
 			<<set $peacekeepers.tastes = "flesh balloons">>
 		<<else>>