Skip to content

Commit

Permalink
Update build-indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
swordfishtr authored Dec 27, 2024
1 parent f5ba689 commit 52a08a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/build-indexes
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
ndDoublesBans[species.id] = 1;
}
const nd35Pokes = Dex.formats.get(gen + 'nationaldex35pokes');
if (nd35Pokes.exists && !nd35Pokes.validateSet.call({ gen: 0, toID: toID }, { species: species.name })) {
if (nd35Pokes.exists && nd35Pokes.validateTeam.call({ gen: 0 }, [{ species: species.name }])) {

Check failure on line 483 in build-tools/build-indexes

View workflow job for this annotation

GitHub Actions / build (14.x)

There should be no space after '{'

Check failure on line 483 in build-tools/build-indexes

View workflow job for this annotation

GitHub Actions / build (14.x)

There should be no space before '}'

Check failure on line 483 in build-tools/build-indexes

View workflow job for this annotation

GitHub Actions / build (14.x)

There should be no space after '{'

Check failure on line 483 in build-tools/build-indexes

View workflow job for this annotation

GitHub Actions / build (14.x)

There should be no space before '}'
thirtyfivePokes[species.id] = 1;
}
}
Expand Down

0 comments on commit 52a08a3

Please sign in to comment.