Merge branch 'pr-illusion' of https://github.com/PyGaVS/pokerogue into pr-illusion

This commit is contained in:
Lylian 2024-10-25 22:29:37 +02:00
commit c7ac9c949f

View File

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