mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-24 15:19:17 -05:00
Merge f7a2a0b5c8 into c46bac0471
This commit is contained in:
commit
65cb92c8de
|
|
@ -392,7 +392,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