mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-25 07:57:01 -05:00
Add (Uber) support (#1465)
This commit is contained in:
parent
78ac95cb06
commit
bf91ff78fd
|
|
@ -456,7 +456,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
|
|||
if (gen === 'gen7') {
|
||||
return ["CAP", "CAP NFE", "CAP LC", "AG", "Uber", "OU", "UUBL", "(OU)", "UU", "RUBL", "RU", "NUBL", "NU", "PUBL", "PU", "(PU)", "NFE", "LC Uber", "LC", "Unreleased"];
|
||||
}
|
||||
return ["CAP", "CAP NFE", "CAP LC", "AG", "Uber", "OU", "UUBL", "(OU)", "UU", "RUBL", "RU", "NUBL", "NU", "PUBL", "PU", "(PU)", "New", "NFE", "LC Uber", "LC", "Unreleased"];
|
||||
return ["CAP", "CAP NFE", "CAP LC", "AG", "Uber", "(Uber)", "OU", "UUBL", "(OU)", "UU", "RUBL", "RU", "NUBL", "NU", "PUBL", "PU", "(PU)", "New", "NFE", "LC Uber", "LC", "Unreleased"];
|
||||
})();
|
||||
|
||||
for (const tier of tierOrder) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user