diff --git a/src/phases.ts b/src/phases.ts index deb1c2fb860..62e53d79717 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -3220,8 +3220,8 @@ export class VictoryPhase extends PokemonPhase { this.scene.pushPhase(new BattleEndPhase(this.scene)); if (this.scene.currentBattle.battleType === BattleType.TRAINER) this.scene.pushPhase(new TrainerVictoryPhase(this.scene)); - this.scene.pushPhase(new EggLapsePhase(this.scene)); if (this.scene.gameMode.isEndless || !this.scene.gameMode.isWaveFinal(this.scene.currentBattle.waveIndex)) { + this.scene.pushPhase(new EggLapsePhase(this.scene)); if (this.scene.currentBattle.waveIndex % 10) this.scene.pushPhase(new SelectModifierPhase(this.scene)); else if (this.scene.gameMode.isDaily) {