mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
UU: Unban Bisharp (#4929)
This commit is contained in:
parent
2ab91fd3ee
commit
4a58aedbd5
|
|
@ -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', `<div class="broadcast-red"><strong>UU is currently suspecting Bisharp! For information on how to participate check out the <a href="https://www.smogon.com/forums/threads/3642605/">suspect thread</a>.</strong></div>`);
|
||||
},
|
||||
},
|
||||
{
|
||||
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'],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user