diff --git a/src/descriptions/arcologyDescription.js b/src/descriptions/arcologyDescription.js index 2de7bbf7b1e0885874ebec4df2ceffd750c5c284..30cb6d83f4dfce59f2eff8366488abc4f206935f 100644 --- a/src/descriptions/arcologyDescription.js +++ b/src/descriptions/arcologyDescription.js @@ -569,7 +569,7 @@ App.Desc.playerArcology = function(lastElement) { // we have to reuse the variable because of scoping openDiv = App.UI.DOM.makeElement("div", d60, "indent"); if (V.arcologyUpgrade.drones === 1) { - openDiv.append(`A security drone occasionally flies across the open space.`); + openDiv.append(` A security drone occasionally flies across the open space.`); } } else if (V.arcologyUpgrade.drones === 1) { openDiv.append(` The central plaza is a large atrium; a security drone occasionally flies across the open space.`); @@ -582,7 +582,7 @@ App.Desc.playerArcology = function(lastElement) { let buffer = []; - buffer.push(`There are numerous slaves stationed down on the plaza to greet visitors.`); + buffer.push(` There are numerous slaves stationed down on the plaza to greet visitors.`); if (A.FSSlaveProfessionalismDecoration >= 80) { buffer.push(`They're intelligent and articulate.`); }