From f17bc1e3af898e6114a34a21059eeadc0e8f3af3 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 24 Jun 2022 18:34:32 +0300 Subject: [PATCH] feat(names): name colonies using New constuct --- modules/burgs-and-states.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/burgs-and-states.js b/modules/burgs-and-states.js index cccd8230..dc9e369d 100644 --- a/modules/burgs-and-states.js +++ b/modules/burgs-and-states.js @@ -1347,6 +1347,7 @@ window.BurgsAndStates = (function () { const type = getType(center, burgs[burg]?.port); const coa = COA.generate(s.coa, kinship, dominion, type); coa.shield = COA.getShield(c, s.i); + provinces.push({i: province, state: s.i, center, burg, name, formName, fullName, color, coa}); s.provinces.push(province);