From 268d008fa9503fc703757fd66341eeb85d682a5d Mon Sep 17 00:00:00 2001 From: Ezaphs <38670231+Ezaphs@users.noreply.github.com> Date: Sun, 13 Jan 2019 17:20:52 +0000 Subject: [PATCH] Let's Go OU: Add Mew suspect notice (#5102) --- config/formats.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/formats.js b/config/formats.js index 01082a7c5e..d81f2581c9 100644 --- a/config/formats.js +++ b/config/formats.js @@ -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', `
Let's Go OU is currently suspecting Mew! For information on how to participate check out the suspect thread.
`); + }, }, { name: "[Gen 7 Let's Go] Random Battle",