Don't display M-Garchomp as banned in teambuilder (#903)

Also prepare for the lower tiers to come so those won't get displayed as
banned when they come out.
This commit is contained in:
asgdf
2017-04-23 20:00:14 +02:00
committed by Guangcong Luo
parent faaaedadcb
commit f3dca564bc

View File

@@ -372,7 +372,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
return ["CAP", "Uber", "OU", "BL", "UU", "BL2", "RU", "BL3", "NU", "NFE", "LC Uber", "LC"];
}
if (gen === 'gen7') {
return ["CAP", "Uber", "OU", "BL", "UU", "BL2", "New", "Unreleased", "NFE", "LC Uber", "LC"];
return ["CAP", "Uber", "OU", "BL", "(OU)", "UU", "BL2", "RU", "BL3", "NU", "BL4", "PU", "New", "Unreleased", "NFE", "LC Uber", "LC"];
}
if (isDoubles) {
return ["DUber", "DOU", "DUU", "DNU", "NFE"];