Skip to content
Snippets Groups Projects
Commit 06a56b99 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

embedded variables

parent 0eccc2fc
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ App.UI.FSChangeDecoration = function(FS, items) { ...@@ -101,7 +101,7 @@ App.UI.FSChangeDecoration = function(FS, items) {
} }
break; break;
case 80: case 80:
el.append(`${V.arcologies[0].name}'s media is supporting this goal; V.arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. `); el.append(`${V.arcologies[0].name}'s media is supporting this goal; ${V.arcologies[0].name}'s public spaces are decorated to support it, and have slaves stationed in them to support it too. `);
if (V.arcologies[0][FS] >= 70) { if (V.arcologies[0][FS] >= 70) {
if (FS === "FSRestart") { if (FS === "FSRestart") {
costs = 75000; costs = 75000;
...@@ -144,7 +144,7 @@ App.UI.FSChangeDecoration = function(FS, items) { ...@@ -144,7 +144,7 @@ App.UI.FSChangeDecoration = function(FS, items) {
} }
break; break;
case 100: case 100:
el.append(`${V.arcologies[0].name}'s media is supporting this goal; V.arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it as well; the arcology is fully customized for this goal. `); el.append(`${V.arcologies[0].name}'s media is supporting this goal; ${V.arcologies[0].name}'s public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it as well; the arcology is fully customized for this goal. `);
} }
return el; return el;
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment