From 22812a040335479f61eccc5ac295f14fdfa44e86 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 15 Aug 2020 13:50:47 -0400 Subject: [PATCH] auto --- src/arcologyBuilding/presets.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/arcologyBuilding/presets.js b/src/arcologyBuilding/presets.js index b1992095335..9e5524ff4c0 100644 --- a/src/arcologyBuilding/presets.js +++ b/src/arcologyBuilding/presets.js @@ -366,9 +366,15 @@ App.Arcology.upgrades = function(building) { desc: "a monumental fountain on top of the arcology using the latest advancements in building technology making your arcology known far and wide as a great supporter of modern architecture", cost: 250000, apply: () => { V.building.sections.push(new App.Arcology.Section("fountain", [[ - new App.Arcology.Cell.Decorative({width: 170, rotation: 70, xOffset:-130, yOffset: 220, absoluteWidth:1, cellHeight: 330}), - new App.Arcology.Cell.Decorative({width: 250, rotation: 95, xOffset:-110, yOffset: 80, absoluteWidth:1}), - new App.Arcology.Cell.Decorative({width: 190, rotation: 115, xOffset:-30, yOffset: 190, absoluteWidth:1}), + new App.Arcology.Cell.Decorative({ + width: 170, rotation: 70, xOffset:-130, yOffset: 220, absoluteWidth:1, cellHeight: 330 + }), + new App.Arcology.Cell.Decorative({ + width: 250, rotation: 95, xOffset:-110, yOffset: 80, absoluteWidth:1 + }), + new App.Arcology.Cell.Decorative({ + width: 190, rotation: 115, xOffset:-30, yOffset: 190, absoluteWidth:1 + }), ]])); V.spire = 1; } -- GitLab