mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 22:02:18 +02:00
Update src/field/pokemon.ts
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
parent
4e42173118
commit
20dbb39d29
@ -723,12 +723,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
this.updateInfo();
|
||||
} else {
|
||||
const randomIllusion: PokemonSpecies = globalScene.arena.randomSpecies(globalScene.currentBattle.waveIndex, this.level);
|
||||
/*
|
||||
if (this.isBoss()) {
|
||||
const availables = [ Species.ENTEI, Species.RAIKOU, Species.SUICUNE ];
|
||||
randomIllusion = getPokemonSpecies(availables[this.randSeedInt(availables.length)]);
|
||||
}
|
||||
*/
|
||||
|
||||
this.summonData.illusion = {
|
||||
basePokemon: { ...this },
|
||||
|
Loading…
Reference in New Issue
Block a user