From a26a8a16ea1fe0c9ec7cd918f001eafd52aacbc9 Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Sat, 24 Oct 2020 17:13:02 -0700 Subject: [PATCH] removes dense from economyjs --- src/js/economyJS.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/economyJS.js b/src/js/economyJS.js index 3747ccb3dd7..28a85dd937d 100644 --- a/src/js/economyJS.js +++ b/src/js/economyJS.js @@ -2376,8 +2376,6 @@ globalThis.SectorCounts = function() { V.AProsperityCap += 10; } else if (cell.type === 2) { V.AProsperityCap += 5; - } else if (cell.type === 3) { - V.lowerClass += 40; } } else if (cell instanceof App.Arcology.Cell.Shop) { if (cell.type !== "Club" && cell.type !== "Brothel") { -- GitLab