Add missing localize call on abilities
parent
d1a64e65cc
commit
8ae9a49730
|
|
@ -35,6 +35,8 @@ export class Ability implements Localizable {
|
||||||
this.generation = generation;
|
this.generation = generation;
|
||||||
this.attrs = [];
|
this.attrs = [];
|
||||||
this.conditions = [];
|
this.conditions = [];
|
||||||
|
|
||||||
|
this.localize();
|
||||||
}
|
}
|
||||||
|
|
||||||
localize(): void {
|
localize(): void {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue