mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +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();
|
this.updateInfo();
|
||||||
} else {
|
} else {
|
||||||
const randomIllusion: PokemonSpecies = globalScene.arena.randomSpecies(globalScene.currentBattle.waveIndex, this.level);
|
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 = {
|
this.summonData.illusion = {
|
||||||
basePokemon: { ...this },
|
basePokemon: { ...this },
|
||||||
|
Loading…
Reference in New Issue
Block a user