From ced8d3d5bd7d3d05dffafbe67cb7be9713116208 Mon Sep 17 00:00:00 2001 From: Kaen <66154904+Seerd@users.noreply.github.com> Date: Sun, 5 Mar 2023 15:59:37 -0300 Subject: [PATCH] The Card Game: Update bans (#9443) --- config/formats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/formats.ts b/config/formats.ts index 3b1dd2e3f8..90e55f3741 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -1465,7 +1465,7 @@ export const Formats: FormatList = [ mod: 'thecardgame', searchShow: false, ruleset: ['Standard OMs', 'Sleep Moves Clause', 'Evasion Abilities Clause', 'Evasion Items Clause', 'Min Source Gen = 9'], - banlist: ['Annihilape', 'Espathra', 'Houndstone', 'Koraidon', 'Miraidon', 'Palafin', 'Arena Trap', 'Moody', 'Shadow Tag', 'Baton Pass'], + banlist: ['Annihilape', 'Cyclizar', 'Dragonite', 'Espathra', 'Houndstone', 'Koraidon', 'Miraidon', 'Noivern', 'Palafin', 'Arena Trap', 'Moody', 'Shadow Tag', 'Baton Pass'], onBegin() { for (const pokemon of this.getAllPokemon()) { pokemon.hpType = pokemon.hpType.replace(/(Ghost|Fairy)/g, 'Psychic')