From ed5756652f647e7f9368e032584a370895e87757 Mon Sep 17 00:00:00 2001 From: td76099 Date: Fri, 17 May 2024 23:32:13 -0400 Subject: [PATCH] Added comment to new IgnoreOpponentEvasionAbAttr class --- src/data/ability.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index eaef317f785..f0a39e4f39f 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -1314,7 +1314,11 @@ export class IgnoreOpponentStatChangesAbAttr extends AbAttr { 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 { constructor() { super(false);