Skip to content

Commit

Permalink
FIx LC teambuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Nov 1, 2023
1 parent 32d5476 commit c99981e
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 @@ -401,7 +401,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
if (!species.nfe || species.prevo || lcBanlist.isBannedSpecies(species)) {
tier = 'Illegal';
}
if (/^([OURNP]U(BL)?|Uber|AG)$/g.test(tier) && tier !== 'Illegal') {
if (/^([OURNPZ]U(BL)?|Uber|AG)$/g.test(tier) && tier !== 'Illegal') {
tier = 'LC';
}
return tier;
Expand Down

0 comments on commit c99981e

Please sign in to comment.