mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Teambuilder: Fix Doubles tier list
This commit is contained in:
parent
8f68538947
commit
af5dcc8551
|
|
@ -355,7 +355,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
|
|||
return ["Mythical", "Restricted Legendary", "Regular", "NFE", "LC"];
|
||||
}
|
||||
if (isDoubles) {
|
||||
return ["DUber", "DOU", "DUU", "DNU", "NFE"];
|
||||
return ["DUber", "DOU", "DBL", "DUU", "DNU", "NFE", "LC Uber", "LC"];
|
||||
}
|
||||
if (gen === 'gen1' || gen === 'gen2' || gen === 'gen3') {
|
||||
return ["Uber", "OU", "BL", "UU", "BL2", "NU", "NFE", "LC Uber", "LC"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user