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

@ -71,7 +71,7 @@ class StatesModule {
const name = Names.getState(basename, burg.culture!);
const type = pack.cultures[burg.culture!].type;
const coa = COA.generate(null, null, null, type);
coa.shield = COA.getShield(burg.culture, null);
coa.shield = COA.getShield(burg.culture!);
states.push({
i: burg.i,
name,