mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
v1.5.06 - canton generation fix
This commit is contained in:
parent
925e7accbd
commit
7d0bf2689e
4 changed files with 8 additions and 15 deletions
|
|
@ -282,7 +282,7 @@ function regenerateEmblems() {
|
|||
const parent = province.burg ? pack.burgs[province.burg] : pack.states[province.state];
|
||||
|
||||
let dominion = false;
|
||||
if (province.burg) {
|
||||
if (!province.burg) {
|
||||
dominion = P(.2);
|
||||
if (province.formName === "Colony") dominion = P(.95); else
|
||||
if (province.formName === "Island") dominion = P(.6); else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue