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

* refactor: migrate COA

* fix: PR feedback
This commit is contained in:
Marc Emmanuel 2026-02-15 16:11:59 +01:00 committed by GitHub
parent 1100c7c53b
commit 4936a887ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 4691 additions and 4266 deletions

View file

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