mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-24 08:07:23 +01:00
fix: improve comments for clarity and update type imports for consistency
This commit is contained in:
parent
3c7b6fffef
commit
fae0bd1085
6 changed files with 37 additions and 23 deletions
|
|
@ -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}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue