mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-20 05:58:08 -05:00
Let's Go OU: Add Mew suspect notice (#5102)
This commit is contained in:
parent
8a72552f60
commit
268d008fa9
|
|
@ -873,6 +873,9 @@ let Formats = [
|
|||
forcedLevel: 50,
|
||||
ruleset: ['Pokemon', 'Species Clause', 'Nickname Clause', 'Evasion Moves Clause', 'OHKO Clause', 'Sleep Clause Mod', 'HP Percentage Mod', 'Cancel Mod', 'Team Preview'],
|
||||
banlist: ['Illegal', 'Unreleased', 'Uber'],
|
||||
onBegin: function () {
|
||||
if (this.rated) this.add('html', `<div class="broadcast-red"><strong>Let's Go OU is currently suspecting Mew! For information on how to participate check out the <a href="https://www.smogon.com/forums/threads/3645963/">suspect thread</a>.</strong></div>`);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "[Gen 7 Let's Go] Random Battle",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user