diff --git a/src/arcologyBuilding/presets.js b/src/arcologyBuilding/presets.js
index b29ec5306c4f0adc203503f75a8d2266c1f9865c..8fc501bc46ef5a12c68b2526a02b6f9e37996378 100644
--- a/src/arcologyBuilding/presets.js
+++ b/src/arcologyBuilding/presets.js
@@ -206,9 +206,9 @@ App.Arcology.presets = (function() {
 				sections.push(new App.Arcology.Section("apartments", rows));
 				rows = [];
 				rows.push([new App.Arcology.Cell.Market(1), new App.Arcology.Cell.Market(1), new App.Arcology.Cell.Shop(1), new App.Arcology.Cell.Shop(1), new App.Arcology.Cell.Market(1), new App.Arcology.Cell.Market(1)]);
-				rows.push([new App.Arcology.Cell.Market(1), new App.Arcology.Cell.Manufacturing(1), new App.Arcology.Cell.Filler(0.25), new App.Arcology.Cell.Manufacturing(1), new App.Arcology.Cell.Filler(0.25), new App.Arcology.Cell.Manufacturing(1), new App.Arcology.Cell.Market(1)]);
 				sections.push(new App.Arcology.Section("markets", rows, true));
 				rows = [];
+				rows.push([new App.Arcology.Cell.Market(1), new App.Arcology.Cell.Manufacturing(1), new App.Arcology.Cell.Filler(0.25), new App.Arcology.Cell.Manufacturing(1), new App.Arcology.Cell.Filler(0.25), new App.Arcology.Cell.Manufacturing(1), new App.Arcology.Cell.Market(1)]);
 				rows.push([new App.Arcology.Cell.Manufacturing(1), new App.Arcology.Cell.Filler(0.75), new App.Arcology.Cell.Manufacturing(1), new App.Arcology.Cell.Filler(0.75), new App.Arcology.Cell.Manufacturing(1)]);
 				sections.push(new App.Arcology.Section("manufacturing", rows));
 				return new App.Arcology.Building(sections);