diff --git a/config/formats.ts b/config/formats.ts index c9e2e9c1abe7..1fdc951b4932 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -2139,7 +2139,7 @@ export const Formats: FormatList = [ mod: 'gen9', gameType: 'doubles', ruleset: ['Standard NatDex', 'OHKO Clause', 'Evasion Moves Clause', 'Evasion Abilities Clause', 'Species Clause', 'Gravity Sleep Clause'], - banlist: ['ND DUber', 'Gengar-Mega', 'Commander', 'Power Construct', 'Assist', 'Dark Void', 'Swagger'], + banlist: ['ND DUber', 'Commander', 'Power Construct', 'Assist', 'Dark Void', 'Swagger'], }, { name: "[Gen 9] National Dex AG", diff --git a/data/tags.ts b/data/tags.ts index 5a72540706e6..e4a4b26be0ca 100644 --- a/data/tags.ts +++ b/data/tags.ts @@ -269,10 +269,6 @@ export const Tags: {[id: string]: TagData} = { name: "ND DUU", speciesFilter: species => species.natDexDoublesTier === 'DUU', }, - nddlc: { - name: "ND DLC", - speciesFilter: species => species.natDexDoublesTier === 'LC', - }, // Legality tags past: { diff --git a/sim/team-validator.ts b/sim/team-validator.ts index 48146d601c0b..7e4dfa2dd1a9 100644 --- a/sim/team-validator.ts +++ b/sim/team-validator.ts @@ -1663,7 +1663,7 @@ export class TeamValidator { setHas[ndTierTag] = true; const ndDoublesTier = tierSpecies.natDexDoublesTier === '(DUU)' ? 'DNU' : tierSpecies.natDexDoublesTier; - const ndDoublesTierTag = 'pokemontag:ndd' + toID(ndDoublesTier); + const ndDoublesTierTag = 'pokemontag:nd' + toID(ndDoublesTier); setHas[ndDoublesTierTag] = true; // Only pokemon that can gigantamax should have the Gmax flag