From 20dbb39d2980d968d498918e8a582681d137d5ab Mon Sep 17 00:00:00 2001 From: Lylian BALL <131535108+PyGaVS@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:49:21 +0200 Subject: [PATCH] Update src/field/pokemon.ts Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> --- src/field/pokemon.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index cf224995ff9..8eb3583763d 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -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 },