From 4a58aedbd5266cfd76ea1ee3ddcd329e04c0ef70 Mon Sep 17 00:00:00 2001
From: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
Date: Wed, 24 Oct 2018 22:29:58 -0600
Subject: [PATCH] UU: Unban Bisharp (#4929)
---
config/formats.js | 6 +-----
data/formats-data.js | 2 +-
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/config/formats.js b/config/formats.js
index c06188c9eb..83a47775ca 100644
--- a/config/formats.js
+++ b/config/formats.js
@@ -67,10 +67,6 @@ let Formats = [
mod: 'gen7',
ruleset: ['[Gen 7] OU'],
banlist: ['OU', 'UUBL', 'Drizzle', 'Drought', 'Kommonium Z', 'Mewnium Z'],
- unbanlist: ['Bisharp'],
- onBegin: function () {
- if (this.rated) this.add('html', `
UU is currently suspecting Bisharp! For information on how to participate check out the suspect thread. `);
- },
},
{
name: "[Gen 7] RU",
@@ -82,7 +78,7 @@ let Formats = [
mod: 'gen7',
ruleset: ['[Gen 7] UU'],
- banlist: ['UU', 'RUBL', 'Aurora Veil', 'Bisharp'],
+ banlist: ['UU', 'RUBL', 'Aurora Veil'],
unbanlist: ['Drought'],
},
{
diff --git a/data/formats-data.js b/data/formats-data.js
index 601a4e7386..e959fd513b 100644
--- a/data/formats-data.js
+++ b/data/formats-data.js
@@ -5594,7 +5594,7 @@ let BattleFormatsData = {
bisharp: {
randomBattleMoves: ["swordsdance", "knockoff", "ironhead", "suckerpunch", "lowkick"],
randomDoubleBattleMoves: ["swordsdance", "substitute", "suckerpunch", "ironhead", "brickbreak", "knockoff", "protect"],
- tier: "UUBL",
+ tier: "UU",
doublesTier: "DUU",
},
bouffalant: {