mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Merge f7a2a0b5c8 into 5abbb6fb67
This commit is contained in:
commit
cf4d56d111
|
|
@ -394,7 +394,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
|
|||
}
|
||||
if (isGen9BH) {
|
||||
if ((species.natDexTier === 'Illegal' || species.forme.includes('Totem')) &&
|
||||
!['Floette-Eternal', 'Greninja-Ash', 'Xerneas-Neutral'].includes(species.name)) {
|
||||
!['Eevee-Starter', 'Floette-Eternal', 'Greninja-Ash', 'Pikachu-Starter', 'Xerneas-Neutral'].includes(species.name)) {
|
||||
return 'Illegal';
|
||||
}
|
||||
if ((species.name === 'Xerneas' || species.battleOnly || species.forme === 'Eternamax') &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user