Added comment to new IgnoreOpponentEvasionAbAttr class

This commit is contained in:
td76099 2024-05-17 23:32:13 -04:00
parent 1ee5acc2d7
commit ed5756652f

View File

@ -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);