v1.5.06 - canton generation fix

This commit is contained in:
Azgaar 2021-02-03 18:59:52 +03:00
parent 925e7accbd
commit 7d0bf2689e
4 changed files with 8 additions and 15 deletions

View file

@ -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