mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-23 00:32:28 +02:00
Add willSucceed to ability attrs
This commit is contained in:
parent
e4630716c9
commit
2ab82e2b7e
@ -176,6 +176,10 @@ export abstract class AbAttr {
|
|||||||
this.extraCondition = condition;
|
this.extraCondition = condition;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
willSucceed(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export class BlockRecoilDamageAttr extends AbAttr {
|
export class BlockRecoilDamageAttr extends AbAttr {
|
||||||
|
Loading…
Reference in New Issue
Block a user