diff --git a/src/phases/move-phase.ts b/src/phases/move-phase.ts index 4b618028fc6..4b1f6a767d2 100644 --- a/src/phases/move-phase.ts +++ b/src/phases/move-phase.ts @@ -465,7 +465,7 @@ export class MovePhase extends BattlePhase { // Protean and Libero apply on the charging turn of charge moves, even before showing usage text applyAbAttrs("PokemonTypeChangeAbAttr", { pokemon: this.pokemon, - move: this.move.getMove(), + move, opponent: targets[0], });