From ba216bf136a6ef14fc2e2bb23fd81003d91c2ac4 Mon Sep 17 00:00:00 2001 From: The Immortal Date: Sat, 14 Nov 2015 03:41:57 +0400 Subject: [PATCH] Add RU suspect test --- config/formats.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config/formats.js b/config/formats.js index c7f60ad442..525bf577bf 100644 --- a/config/formats.js +++ b/config/formats.js @@ -76,12 +76,21 @@ exports.Formats = [ { name: "RU", desc: [ - "• np: RU Stage 11", + "• np: RU Stage 12", "• RU Banlist", "• RU Viability Ranking" ], section: "ORAS Singles", + searchShow: false, + ruleset: ['UU'], + banlist: ['UU', 'BL2'] + }, + { + name: "RU (suspect test)", + section: "ORAS Singles", + + challengeShow: false, ruleset: ['UU'], banlist: ['UU', 'BL2'] },