mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +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.attrs = [];
|
||||
this.conditions = [];
|
||||
|
||||
this.localize();
|
||||
}
|
||||
|
||||
localize(): void {
|
||||
|
Loading…
Reference in New Issue
Block a user