From d5fcbff5c7081eff20e70e0f470f6e04ac32aa40 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Fri, 27 Jun 2025 07:17:51 -0400 Subject: [PATCH] Update ability.ts commentfix --- src/data/abilities/ability.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/abilities/ability.ts b/src/data/abilities/ability.ts index 416a8055d78..ac30cacbfd5 100644 --- a/src/data/abilities/ability.ts +++ b/src/data/abilities/ability.ts @@ -1608,8 +1608,8 @@ export class MoveTypeChangeAbAttr extends PreAttackAbAttr { } /** - * Attribute to change the ability holder's type to that of the move being executed. - * Used by {@linkcode Abilities.PROTEAN} and {@linkcode Abilities.LIBERO}. + * Attribute to change the user's type to that of the move currently being executed. + * Used by {@linkcode AbilityId.PROTEAN} and {@linkcode AbilityId.LIBERO}. */ export class PokemonTypeChangeAbAttr extends PreAttackAbAttr { private moveType: PokemonType = PokemonType.UNKNOWN;