From 556eb83a147959c635c05593342e9b7305362afc Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Fri, 27 Jun 2025 07:11:17 -0400 Subject: [PATCH] Update move-phase.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/phases/move-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], });