mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Update move-phase.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
556eb83a14
commit
655354dc92
@ -417,7 +417,7 @@ export class MovePhase extends BattlePhase {
|
|||||||
) {
|
) {
|
||||||
applyAbAttrs("PokemonTypeChangeAbAttr", {
|
applyAbAttrs("PokemonTypeChangeAbAttr", {
|
||||||
pokemon: this.pokemon,
|
pokemon: this.pokemon,
|
||||||
move: this.move.getMove(),
|
move,
|
||||||
opponent: targets[0],
|
opponent: targets[0],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user