fixed tpoy

This commit is contained in:
Bertie690 2025-08-05 22:05:41 -04:00
parent ba6885d289
commit 8b4951ed63

View File

@ -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 {