mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-24 10:39:15 +01:00
[Bug] Charging moves no longer fail on last PP (#6867)
This commit is contained in:
parent
e501a29942
commit
0cc3d2c566
@ -906,7 +906,7 @@ export class MovePhase extends PokemonPhase {
|
||||
this.pokemon.getBattlerIndex(),
|
||||
this.targets[0],
|
||||
this.move,
|
||||
this.useMode,
|
||||
this.useMode === MoveUseMode.NORMAL ? MoveUseMode.IGNORE_PP : this.useMode,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user