diff --git a/src/js/economyJS.js b/src/js/economyJS.js index 2a94a5d45c3a1ac57d2248797d149a5f9db69505..6a69131bbdca6de3726e1508b42129efa5952ef2 100644 --- a/src/js/economyJS.js +++ b/src/js/economyJS.js @@ -2099,7 +2099,7 @@ window.SectorCounts = function() { V.AProsperityCap += 5; } } else if (cell instanceof App.Arcology.Cell.Shop) { - if (cell.type !== "Diary" && cell.type !== "Brothel") { + if (cell.type !== "Club" && cell.type !== "Brothel") { V.AProsperityCap += 10; } } else if (cell instanceof App.Arcology.Cell.Market) {