From e22dbc716cc00b6af5600ba43d8050e623aec8fd Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Thu, 2 Apr 2020 18:10:10 +0200 Subject: [PATCH] enable default spire for dick layout --- src/arcologyBuilding/presets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arcologyBuilding/presets.js b/src/arcologyBuilding/presets.js index d48b061d2fc..01102c1b808 100644 --- a/src/arcologyBuilding/presets.js +++ b/src/arcologyBuilding/presets.js @@ -250,7 +250,7 @@ App.Arcology.upgrades = function(building) { /** @type {Array<upgrade>} */ const upgrades = [{ id: "spire", - layouts: ["default", "urban", "rural", "ravine", "marine", "oceanic"], + layouts: ["default", "urban", "rural", "ravine", "marine", "oceanic", "dick"], exclusive: [], name: "spire", desc: "the addition of a spire at the top of the arcology to increase the space available for the wealthiest citizens to own whole floors", cost: 250000, apply: () => { -- GitLab