Update ability.ts commentfix

This commit is contained in:
Bertie690 2025-06-27 07:17:51 -04:00 committed by GitHub
parent 655354dc92
commit d5fcbff5c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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