mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
OU: Add suspect notice (#6458)
This commit is contained in:
parent
2283b28afc
commit
02c93f8c68
|
|
@ -43,6 +43,9 @@ let Formats = [
|
|||
mod: 'gen8',
|
||||
ruleset: ['Standard', 'Dynamax Clause'],
|
||||
banlist: ['Uber', 'Moody', 'Shadow Tag', 'Baton Pass'],
|
||||
onBegin() {
|
||||
if (this.rated && this.format.id === 'gen8ou') this.add('html', `<div class="broadcast-red"><strong>OU is currently suspecting Arena Trap! For information on how to participate check out the <a href="https://www.smogon.com/forums/threads/3661134/">suspect thread</a>.</strong></div>`);
|
||||
},
|
||||
},
|
||||
/*{
|
||||
name: "[Gen 8] OU (Blitz)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user