From fec04e8f60d266f825f1e0924203132824552afe Mon Sep 17 00:00:00 2001 From: Frutescens Date: Tue, 2 Jul 2024 20:38:24 -0700 Subject: [PATCH] Removed duplicate unshiftPhase --- src/phases.ts | 1 - 1 file changed, 1 deletion(-) 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();