fix: improve comments for clarity and update type imports for consistency

This commit is contained in:
Azgaar 2026-03-11 01:17:36 +01:00
parent 3c7b6fffef
commit fae0bd1085
6 changed files with 37 additions and 23 deletions

View file

@ -318,7 +318,7 @@ class ProvinceModule {
if (singleIsle) return "Island";
if (isleGroup) return "Islands";
if (colony) return "Colony";
return rw(this.forms["Wild"]);
return rw(this.forms.Wild);
})();
const fullName = `${name} ${formName}`;