Teambuilder: Fix Doubles tier list

This commit is contained in:
Guangcong Luo 2018-01-26 21:17:33 -05:00
parent 8f68538947
commit af5dcc8551

View File

@ -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"];