mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
feat(names): name colonies using New constuct
This commit is contained in:
parent
7c10fd7b6c
commit
f17bc1e3af
1 changed files with 1 additions and 0 deletions
|
|
@ -1347,6 +1347,7 @@ window.BurgsAndStates = (function () {
|
||||||
const type = getType(center, burgs[burg]?.port);
|
const type = getType(center, burgs[burg]?.port);
|
||||||
const coa = COA.generate(s.coa, kinship, dominion, type);
|
const coa = COA.generate(s.coa, kinship, dominion, type);
|
||||||
coa.shield = COA.getShield(c, s.i);
|
coa.shield = COA.getShield(c, s.i);
|
||||||
|
|
||||||
provinces.push({i: province, state: s.i, center, burg, name, formName, fullName, color, coa});
|
provinces.push({i: province, state: s.i, center, burg, name, formName, fullName, color, coa});
|
||||||
s.provinces.push(province);
|
s.provinces.push(province);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue