mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-03 08:28:29 +01:00
Removed duplicate unshiftPhase
This commit is contained in:
parent
2309a0ed98
commit
fec04e8f60
@ -4935,7 +4935,6 @@ export class AttemptCapturePhase extends PokemonPhase {
|
|||||||
|
|
||||||
catch() {
|
catch() {
|
||||||
const pokemon = this.getPokemon() as EnemyPokemon;
|
const pokemon = this.getPokemon() as EnemyPokemon;
|
||||||
this.scene.unshiftPhase(new VictoryPhase(this.scene, this.battlerIndex));
|
|
||||||
|
|
||||||
const speciesForm = !pokemon.fusionSpecies ? pokemon.getSpeciesForm() : pokemon.getFusionSpeciesForm();
|
const speciesForm = !pokemon.fusionSpecies ? pokemon.getSpeciesForm() : pokemon.getFusionSpeciesForm();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user