Skip to content

Commit

Permalink
PU: Add Houndoom suspect notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty-D committed Mar 4, 2019
1 parent 90dcec5 commit efc47bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion config/formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ let Formats = [
mod: 'gen7',
ruleset: ['[Gen 7] NU'],
banlist: ['NU', 'PUBL'],
unbanlist: ['Houndoom'],
onBegin() {
if (this.rated && this.format === 'gen7pu') this.add('html', `<div class="broadcast-red"><strong>PU is currently suspecting Houndoom! For information on how to participate check out the <a href="https://www.smogon.com/forums/posts/8058442/">suspect thread</a>.</strong></div>`);
},
},
{
name: "[Gen 7] LC",
Expand Down Expand Up @@ -195,7 +199,7 @@ let Formats = [
mod: 'gen7',
ruleset: ['[Gen 7] PU'],
banlist: [
'PU', 'Carracosta', 'Crabominable', 'Exeggutor-Base', 'Gorebyss', 'Jynx', 'Musharna', 'Raticate-Alola',
'Houndoom', 'PU', 'Carracosta', 'Crabominable', 'Exeggutor-Base', 'Gorebyss', 'Jynx', 'Musharna', 'Raticate-Alola',
'Raticate-Alola-Totem', 'Throh', 'Turtonator', 'Type: Null', 'Ursaring', 'Victreebel', 'Zangoose',
],
},
Expand Down
2 changes: 1 addition & 1 deletion data/formats-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -3101,7 +3101,7 @@ let BattleFormatsData = {
encounters: [
{"generation": 4, "level": 20},
],
tier: "PU",
tier: "PUBL",
doublesTier: "(DUU)",
},
houndoommega: {
Expand Down

0 comments on commit efc47bf

Please sign in to comment.