From 8a4ecaea7e2729ad9f1350691840b881fa10b420 Mon Sep 17 00:00:00 2001 From: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:46:58 -0700 Subject: [PATCH] Fortemons: Ban Baton Pass --- config/formats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/formats.ts b/config/formats.ts index ffb84144e1..d62c5229ab 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -915,7 +915,7 @@ export const Formats: FormatList = [ mod: 'gen9', searchShow: false, ruleset: ['Standard OMs', 'Sleep Clause Mod', 'Min Source Gen = 9'], - banlist: ['Houndstone', 'Koraidon', 'Miraidon', 'Palafin', 'Covert Cloak', 'Fake Out'], + banlist: ['Houndstone', 'Koraidon', 'Miraidon', 'Palafin', 'Covert Cloak', 'Baton Pass', 'Fake Out'], restricted: ['Dynamic Punch', 'Flame Charge', 'Fury Cutter', 'Inferno', 'Nuzzle', 'Power Trip', 'Rapid Spin', 'Stored Power', 'Zap Cannon'], validateSet(set, teamHas) { const item = set.item;