Add missing localize call on abilities

This commit is contained in:
Flashfyre 2024-04-24 21:09:37 -04:00
parent d1a64e65cc
commit 8ae9a49730

View File

@ -35,6 +35,8 @@ export class Ability implements Localizable {
this.generation = generation;
this.attrs = [];
this.conditions = [];
this.localize();
}
localize(): void {