mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Added comment to new IgnoreOpponentEvasionAbAttr class
This commit is contained in:
parent
1ee5acc2d7
commit
ed5756652f
@ -1314,7 +1314,11 @@ export class IgnoreOpponentStatChangesAbAttr extends AbAttr {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Ignores opponent's evasion stat changes when determining if a move hits or not
|
||||||
|
* @extends AbAttr
|
||||||
|
* @see {@linkcode apply}
|
||||||
|
*/
|
||||||
export class IgnoreOpponentEvasionAbAttr extends AbAttr {
|
export class IgnoreOpponentEvasionAbAttr extends AbAttr {
|
||||||
constructor() {
|
constructor() {
|
||||||
super(false);
|
super(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user