From d079b9991d4595a48fd19ebd656edcb06fd341dc Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 7 Dec 2020 00:52:18 -0500 Subject: [PATCH] cleanup --- src/facilities/fsPassage.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/facilities/fsPassage.js b/src/facilities/fsPassage.js index 1c3d0cd1240..a42fe5c864e 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) { -- GitLab