Skip to content

Commit

Permalink
Add PU suspect test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty-D authored Aug 24, 2018
1 parent 8b1c10a commit 18140ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ let Formats = [
mod: 'gen7',
ruleset: ['[Gen 7] NU'],
banlist: ['NU', 'PUBL'],
onBegin: function () {
if (this.rated) this.add('html', `<div class="broadcast-red"><strong>PU is currently suspecting Pyroar! For information on how to participate check out the <a href="https://www.smogon.com/forums/posts/7889792/">suspect thread</a>.</strong></div>`);
},
},
{
name: "[Gen 7] LC",
Expand Down

0 comments on commit 18140ca

Please sign in to comment.