mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 05:12:19 +02:00
Make AuraAbAttr abstract
This commit is contained in:
parent
5a706d7cf8
commit
1bac75f29b
@ -2690,7 +2690,7 @@ export class IgnoreTypeStatusEffectImmunityAbAttr extends AbAttr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export class AuraAbAttr extends AbAttr { }
|
export abstract class AuraAbAttr extends AbAttr { }
|
||||||
|
|
||||||
export class FriendGuardAbAttr extends AuraAbAttr {
|
export class FriendGuardAbAttr extends AuraAbAttr {
|
||||||
apply(pokemon: Pokemon, passive: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
|
apply(pokemon: Pokemon, passive: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
|
||||||
|
Loading…
Reference in New Issue
Block a user