mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Update move-phase.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
cd25df2491
commit
556eb83a14
@ -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
|
// Protean and Libero apply on the charging turn of charge moves, even before showing usage text
|
||||||
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