From 8bab0bbd8fe860ccc9d7eafc73a925d5cc62c05c Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Tue, 30 Jun 2020 15:05:55 -0700 Subject: [PATCH] shorter --- js/003-data/policiesData.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js index b578029b88d..14a088c70f1 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 { -- GitLab