nit update src/field/pokemon.ts

Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
This commit is contained in:
Lylian BALL 2024-08-05 01:19:30 +02:00 committed by GitHub
parent 41ca2cd9ef
commit 909d166dd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
const randAbilityIndex = Utils.randSeedInt(2);
this.species = species;
this.illusion = {active: false, available: true};
this.illusion = { active: false, available: true };
this.pokeball = dataSource?.pokeball || PokeballType.POKEBALL;
this.level = level;