This commit is contained in:
ReneGV 2024-05-17 22:53:03 -06:00
parent 20614c74a2
commit dcdf12a974

View File

@ -3728,7 +3728,6 @@ export class GameOverPhase extends BattlePhase {
this.firstRibbons.push(getPokemonSpecies(pokemonSpecies.getRootSpeciesId(forStarter))); this.firstRibbons.push(getPokemonSpecies(pokemonSpecies.getRootSpeciesId(forStarter)));
} }
} }
} }
export class EndCardPhase extends Phase { export class EndCardPhase extends Phase {