mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-24 20:11:38 -05:00
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:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user