diff --git a/src/facilities/fsPassage.js b/src/facilities/fsPassage.js index 1c3d0cd124034173a48d7929fd6d8c16e30aa037..a42fe5c864e26e21723c07f2dde9894f7cb00d85 100644 --- a/src/facilities/fsPassage.js +++ b/src/facilities/fsPassage.js @@ -981,7 +981,7 @@ App.UI.FSPassage = function() { } else { /* <span class="note"><span style="font-weight:Bold">Gender traditionalism</span>: a societal preference for feminine slaves if (V.seePreg !== 0) { - r.push(` and support for slave pregnancy`); + r.push(`and support for slave pregnancy`); } r.push(`.</span>`);*/ } @@ -1228,7 +1228,7 @@ App.UI.FSPassage = function() { if (arc.FSSlimnessEnthusiast === "unset") { if (arc.FSAssetExpansionist !== "unset") { r.push(pursuit()); - r.push(` societal hunger for huge assets.`); + r.push(`societal hunger for huge assets.`); r.push(FSIsChosen("FSAssetExpansionist")); } else { if (_FSCredits > 0) { @@ -1495,7 +1495,7 @@ App.UI.FSPassage = function() { "a commitment to allow your arcology's citizens cultural freedom." ) ); - multicultural.append(` This option is an alternative to societal advancement, and will not advance naturally.`); + multicultural.append(`is an alternative to societal advancement, and will not advance naturally.`); return multicultural; } @@ -1505,7 +1505,7 @@ App.UI.FSPassage = function() { if ((arc.FSAztecRevivalist === "unset") && (arc.FSEgyptianRevivalist === "unset") && (arc.FSEdoRevivalist === "unset") && (arc.FSArabianRevivalist === "unset") && (arc.FSChineseRevivalist === "unset") && (arc.FSNeoImperialist === "unset")) { if (arc.FSRomanRevivalist !== "unset") { r.push(pursuit()); - r.push(` a vision of a new Rome.`); + r.push(`a vision of a new Rome.`); r.push(FSIsChosen("FSRomanRevivalist", ["boughtItem.clothing.toga"])); } else { if (_FSCredits > 0) {