Add missing localize call on abilities

pull/271/head
Flashfyre 2024-04-24 21:09:37 -04:00
parent d1a64e65cc
commit 8ae9a49730
1 changed files with 2 additions and 0 deletions

View File

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