diff --git a/src/modules/markers-generator.ts b/src/modules/markers-generator.ts index 701ba7e8..8975fd91 100644 --- a/src/modules/markers-generator.ts +++ b/src/modules/markers-generator.ts @@ -1485,7 +1485,7 @@ class MarkersModule { !this.occupied[i] && cells.burg[i] && burgs[cells.burg[i]].population! < 20 && - burgs[cells.burg[i]].population! < 5, + burgs[cells.burg[i]].population! > 5, ); }