mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-28 03:56:35 -05:00
National Dex UU: Ban Hoopa-Unbound
This commit is contained in:
@@ -196,8 +196,8 @@ export const Tags: {[id: string]: TagData} = {
|
||||
name: "ND UUBL",
|
||||
speciesFilter: species => [
|
||||
'Aerodactyl-Mega', 'Azumarill', 'Blacephalon', 'Diancie-Mega', 'Gallade-Mega', 'Gardevoir-Mega', 'Gengar', 'Gyarados', 'Hawlucha',
|
||||
'Heracross-Mega', 'Hydreigon', 'Latias', 'Latias-Mega', 'Latios', 'Latios-Mega', 'Manaphy', 'Pinsir-Mega', 'Slowbro-Mega', 'Thundurus',
|
||||
'Thundurus-Therian', 'Venusaur-Mega', 'Xurkitree', 'Zapdos-Galar',
|
||||
'Heracross-Mega', 'Hoopa-Unbound', 'Hydreigon', 'Latias', 'Latias-Mega', 'Latios', 'Latios-Mega', 'Manaphy', 'Pinsir-Mega', 'Slowbro-Mega',
|
||||
'Thundurus', 'Thundurus-Therian', 'Venusaur-Mega', 'Xurkitree', 'Zapdos-Galar',
|
||||
].includes(species.name),
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user