mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 11:29:28 +02:00
fixed tpoy
This commit is contained in:
parent
ba6885d289
commit
8b4951ed63
@ -79,7 +79,7 @@ export class PokemonMove {
|
||||
}
|
||||
|
||||
public isOutOfPp(): boolean {
|
||||
return this.ppUsed < this.getMovePp();
|
||||
return this.ppUsed >= this.getMovePp();
|
||||
}
|
||||
|
||||
getName(): string {
|
||||
|
Loading…
Reference in New Issue
Block a user