diff --git a/src/arcologyBuilding/presets.js b/src/arcologyBuilding/presets.js index b1992095335662e437a5b4f78c4d4a0cf14dc535..9e5524ff4c0d47ba5b00a89b03bd4a778fabbf01 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; }