mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Fix National Dex teambuilder (#1495)
This commit is contained in:
parent
6c878a967f
commit
33b3d8d041
|
|
@ -322,7 +322,6 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
|
|||
tier = 'OU';
|
||||
return tier;
|
||||
}
|
||||
if (['Meltan', 'Melmetal'].includes(species.name)) tier = 'OU';
|
||||
if (species.isGigantamax) tier = '(Uber)';
|
||||
return tier;
|
||||
}
|
||||
|
|
@ -477,7 +476,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
|
|||
|
||||
const tierOrder = (() => {
|
||||
if (isNatDex) {
|
||||
return ["CAP", "CAP NFE", "CAP LC", "AG", "Uber", "OU", "UUBL", "(OU)", "UU", "RUBL", "RU", "NUBL", "NU", "PUBL", "PU", "(PU)", "NFE", "LC Uber", "LC"];
|
||||
return ["CAP", "CAP NFE", "CAP LC", "AG", "Uber", "(Uber)", "OU", "UUBL", "(OU)", "UU", "RUBL", "RU", "NUBL", "NU", "PUBL", "PU", "(PU)", "NFE", "LC Uber", "LC"];
|
||||
}
|
||||
if (isLetsGo) {
|
||||
return ["Uber", "OU", "UU", "NFE", "LC"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user