mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Update ability.ts commentfix
This commit is contained in:
parent
655354dc92
commit
d5fcbff5c7
@ -1608,8 +1608,8 @@ export class MoveTypeChangeAbAttr extends PreAttackAbAttr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attribute to change the ability holder's type to that of the move being executed.
|
* Attribute to change the user's type to that of the move currently being executed.
|
||||||
* Used by {@linkcode Abilities.PROTEAN} and {@linkcode Abilities.LIBERO}.
|
* Used by {@linkcode AbilityId.PROTEAN} and {@linkcode AbilityId.LIBERO}.
|
||||||
*/
|
*/
|
||||||
export class PokemonTypeChangeAbAttr extends PreAttackAbAttr {
|
export class PokemonTypeChangeAbAttr extends PreAttackAbAttr {
|
||||||
private moveType: PokemonType = PokemonType.UNKNOWN;
|
private moveType: PokemonType = PokemonType.UNKNOWN;
|
||||||
|
Loading…
Reference in New Issue
Block a user