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