mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-05 06:57:24 +02:00
refactor: migrate COA (#1309)
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
Code quality / quality (push) Waiting to run
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
Code quality / quality (push) Waiting to run
* refactor: migrate COA * fix: PR feedback
This commit is contained in:
parent
1100c7c53b
commit
4936a887ab
32 changed files with 4691 additions and 4266 deletions
|
|
@ -289,7 +289,7 @@ class BurgModule {
|
|||
? "City"
|
||||
: burg.type;
|
||||
burg.coa = COA.generate(stateCOA, kinship, null, type);
|
||||
burg.coa.shield = COA.getShield(burg.culture, burg.state);
|
||||
burg.coa.shield = COA.getShield(burg.culture!, burg.state!);
|
||||
}
|
||||
|
||||
private defineFeatures(burg: Burg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue