Update move-phase.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-06-27 07:11:17 -04:00 committed by GitHub
parent cd25df2491
commit 556eb83a14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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],
});