mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +02:00
Merge branch 'pr-illusion' of https://github.com/PyGaVS/pokerogue into pr-illusion
This commit is contained in:
commit
c7ac9c949f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user