diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js index b578029b88dbb7601b2033756e0f7c56cbc866e9..14a088c70f1ee2fc530dadbc6f46ca3882a77865 100644 --- a/js/003-data/policiesData.js +++ b/js/003-data/policiesData.js @@ -1390,8 +1390,7 @@ App.Data.Policies.Selection = { title: "Lifting SMR", titleClass: "lime", get text() { - let t = ''; - t = `in order to be sold in the arcology, slaves will have to be `; + let t = `in order to be sold in the arcology, slaves will have to be `; if (V.arcologies[0].FSPhysicalIdealistLaw) { t += ` toned.`; } else { @@ -1400,8 +1399,7 @@ App.Data.Policies.Selection = { return t; }, get activatedText() { - let t = ''; - t = `in order to be sold in the arcology, slaves must be `; + let t = `in order to be sold in the arcology, slaves must be `; if (V.arcologies[0].FSPhysicalIdealistLaw) { t += ` toned.`; } else {