diff --git a/src/phases.ts b/src/phases.ts index 8732faedb9c..4b98944c603 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -4935,7 +4935,6 @@ export class AttemptCapturePhase extends PokemonPhase { catch() { const pokemon = this.getPokemon() as EnemyPokemon; - this.scene.unshiftPhase(new VictoryPhase(this.scene, this.battlerIndex)); const speciesForm = !pokemon.fusionSpecies ? pokemon.getSpeciesForm() : pokemon.getFusionSpeciesForm();