Removed duplicate unshiftPhase

This commit is contained in:
Frutescens 2024-07-02 20:38:24 -07:00
parent 2309a0ed98
commit fec04e8f60

View File

@ -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();