Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
livid-washed committed Jan 28, 2024
1 parent cf5671f commit f8493cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/mods/gen7/random-doubles-teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,6 @@ export class RandomGen7DoublesTeams extends RandomGen8Teams {

const pokemonList = Object.keys(this.randomDoublesData);
const [pokemonPool, baseSpeciesPool] = this.getPokemonPool(type, pokemon, isMonotype, pokemonList);

while (baseSpeciesPool.length && pokemon.length < this.maxTeamSize) {
const baseSpecies = this.sampleNoReplace(baseSpeciesPool);
const currentSpeciesPool: Species[] = [];
Expand Down

0 comments on commit f8493cd

Please sign in to comment.