mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Add missing localize call on abilities
This commit is contained in:
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
Block a user