From b9d429b5ba3ef45605b61b76347a1e0d758ab7f7 Mon Sep 17 00:00:00 2001 From: Michael Scholz Date: Tue, 26 Nov 2013 22:46:34 +1100 Subject: [PATCH] Update for Sneasel ban As per http://www.smogon.com/forums/threads/sneasel-has-been-banned.3493202/page-5#post-5011892, Sneasel is now banned in LC (LC (beta) being the official Little Cup metagame for XY). --- config/formats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/formats.js b/config/formats.js index b9721aee37..d149e5370e 100644 --- a/config/formats.js +++ b/config/formats.js @@ -29,7 +29,7 @@ exports.Formats = [ maxLevel: 5, ruleset: ['Pokemon', 'Standard', 'Team Preview', 'Little Cup'], noPokebank: true, - banlist: ['Sonicboom', 'Dragon Rage', 'Scyther'] + banlist: ['Sonicboom', 'Dragon Rage', 'Scyther', 'Sneasel'] }, { name: "XY Battle Spot Singles (beta)",