Update src/field/pokemon.ts

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
Lylian BALL 2025-04-01 23:49:21 +02:00 committed by GitHub
parent 4e42173118
commit 20dbb39d29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 },