Skip to content

Commit

Permalink
Add LC suspect notice (#5169)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored and TheImmortal committed Feb 15, 2019
1 parent fdcfcb0 commit 3ccdb84
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 @@ -122,6 +122,9 @@ let Formats = [
'Scyther', 'Sneasel', 'Swirlix', 'Tangela', 'Torchic', 'Vulpix-Base', 'Wingull', 'Yanma',
'Eevium Z', 'Baton Pass', 'Dragon Rage', 'Sonic Boom',
],
onBegin() {
if (this.rated) this.add('html', `<div class="broadcast-blue"><strong>LC is currently suspecting Abra! For more information on how to participate check out the <a href="https://www.smogon.com/forums/threads/3647220/">suspect thread</a>.</strong></div>`);
},
},
{
name: "[Gen 7] Monotype",
Expand Down

0 comments on commit 3ccdb84

Please sign in to comment.