Update src/field/pokemon.ts

Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
This commit is contained in:
Lylian BALL 2024-10-25 22:17:56 +02:00 committed by GitHub
parent ada362e84f
commit 673139eeab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
} }
this.species = species; this.species = species;
this.pokeball = dataSource?.pokeball || PokeballType.POKEBALL; this.pokeball = dataSource?.pokeball || PokeballType.POKEBALL;
this.level = level; this.level = level;
this.switchOutStatus = false; this.switchOutStatus = false;