diff --git a/src/js/economyJS.js b/src/js/economyJS.js index 09e0f79da7a87162d5d3880c1a2780b224941b82..1cb2d3d09e28ec73d850f89f525a2258c318c5ad 100644 --- a/src/js/economyJS.js +++ b/src/js/economyJS.js @@ -2512,7 +2512,7 @@ globalThis.supplyPoliciesReport = function(NPCclass) { r += ` ${dissatisfaction}`; } } else if (V.sexDemandResult[varName] < 750) { - r += `<b>Your ${className} have no issue finding the sexual relief they need inside your arcology.`; + r += `Your ${className} have no issue finding the sexual relief they need inside your arcology.`; if (V.classSatisfied[varName] === 1) { r += ` They are <span class='green'>delighted</span> with how quickly you've provided for them.`; } diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index fd1b2b681c5e5e4eee2def624caae4b0d3239bcd..c6c5413c84662f0f8d5fe0afaa74e98e9a7cd17b 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -156,10 +156,10 @@ <<if (_DL+$brothelSlavesGettingHelp < 10)>> <<set $i = _FLs>> /* apply following SA passages to facility leader */ - <<setLocalPronouns _slave>> + <<setLocalPronouns $slaves[$i]>> <<set _oldCash = $cash>> <<if $showEWD != 0>> - <br> $He <<= App.SlaveAssignment.whore(_slave)>> + <br> $He <<= App.SlaveAssignment.whore($slaves[$i])>> <<else>> <<run App.SlaveAssignment.whore($slaves[$i])>> <</if>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 33af59b1cc4516c5495954a7c4930042b8bb452b..5180a98b77c7f45498752185bc35b9a6f2f33f24 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -806,7 +806,7 @@ <</if>> <<elseif ($slaves[$i].behavioralFlaw == "liberated")>> <<if ($slaves[$i].fetish == "masochist")>> - $His subconscious need to be abused has@@.green;converted $his liberated philosophy into an ability to advocate for slavery.@@ + $His subconscious need to be abused has @@.green;converted $his liberated philosophy into an ability to advocate for slavery.@@ <<run SoftenBehavioralFlaw($slaves[$i])>> <</if>> <</if>>