mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-05 06:57:24 +02:00
Update src/modules/markers-generator.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8caae400dc
commit
837ca0d810
1 changed files with 1 additions and 1 deletions
|
|
@ -1485,7 +1485,7 @@ class MarkersModule {
|
||||||
!this.occupied[i] &&
|
!this.occupied[i] &&
|
||||||
cells.burg[i] &&
|
cells.burg[i] &&
|
||||||
burgs[cells.burg[i]].population! < 20 &&
|
burgs[cells.burg[i]].population! < 20 &&
|
||||||
burgs[cells.burg[i]].population! < 5,
|
burgs[cells.burg[i]].population! > 5,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue