From b2a67bc698b1ce06d30f846da0217c4bdba47b33 Mon Sep 17 00:00:00 2001 From: The Immortal Date: Sat, 13 Dec 2014 18:08:21 +0400 Subject: [PATCH] Fix Doubles UU Fixes #1365 --- config/formats.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/config/formats.js b/config/formats.js index 56760d2b5e..4cb9c016c6 100644 --- a/config/formats.js +++ b/config/formats.js @@ -126,15 +126,24 @@ exports.Formats = [ ruleset: ['PotD', 'Pokemon', 'Sleep Clause Mod', 'HP Percentage Mod'] }, { - name: "Smogon Doubles (current)", + name: "Smogon Doubles", section: "XY Doubles", gameType: 'doubles', + searchShow: false, ruleset: ['Pokemon', 'Standard Doubles', 'Team Preview'], banlist: ['Arceus', 'Dialga', 'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-White', 'Lugia', 'Mewtwo', 'Palkia', 'Rayquaza', 'Reshiram', 'Xerneas', 'Yveltal', 'Zekrom', 'Soul Dew', 'Dark Void' ] }, + { + name: "Smogon Doubles (current)", + section: "XY Doubles", + + gameType: 'doubles', + challengeShow: false, + ruleset: ['Smogon Doubles'] + }, { name: "Smogon Doubles (suspect test)", section: "XY Doubles", @@ -158,7 +167,7 @@ exports.Formats = [ section: "XY Doubles", gameType: 'doubles', - ruleset: ['Smogon Doubles (current)'], + ruleset: ['Smogon Doubles'], banlist: ['Abomasnow', 'Aegislash', 'Amoonguss', 'Aromatisse', 'Azumarill', 'Bisharp', 'Breloom', 'Chandelure', 'Charizard', 'Conkeldurr', 'Cresselia', 'Diancie', 'Dragonite', 'Dusclops', 'Excadrill', 'Ferrothorn', 'Garchomp', 'Gardevoir', 'Gengar', 'Greninja', 'Gyarados', 'Heatran', 'Hitmontop', 'Hydreigon', 'Jellicent', 'Kangaskhan', 'Keldeo', 'Kyurem-Black', 'Landorus-Therian', 'Latios',