mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Make priority readonly
This commit is contained in:
parent
116eb89dc0
commit
5d0e530028
@ -86,7 +86,7 @@ export class Ability implements Localizable {
|
||||
public name: string;
|
||||
public description: string;
|
||||
public generation: number;
|
||||
public postSummonPriority: number;
|
||||
public readonly postSummonPriority: number;
|
||||
public isBypassFaint: boolean;
|
||||
public isIgnorable: boolean;
|
||||
public isSuppressable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user