From 837ca0d810af7e52557ac905fbfd5736ffb09877 Mon Sep 17 00:00:00 2001 From: Marc Emmanuel Date: Tue, 17 Feb 2026 09:00:42 +0100 Subject: [PATCH] Update src/modules/markers-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/modules/markers-generator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ); }