From d8b35227640f6abc2da7e9a88324c1905c889af2 Mon Sep 17 00:00:00 2001 From: The Immortal Date: Thu, 23 May 2019 21:40:49 +0400 Subject: [PATCH] Add BH suspect notice --- config/formats.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/formats.js b/config/formats.js index bce034f8ce..55329e8b7b 100644 --- a/config/formats.js +++ b/config/formats.js @@ -681,6 +681,9 @@ let Formats = [ mod: 'gen7', ruleset: ['Pokemon', 'Ability Clause', 'OHKO Clause', 'Evasion Moves Clause', 'CFZ Clause', 'Sleep Clause Mod', 'Endless Battle Clause', 'HP Percentage Mod', 'Cancel Mod', 'Team Preview'], banlist: ['Groudon-Primal', 'Arena Trap', 'Huge Power', 'Illusion', 'Innards Out', 'Magnet Pull', 'Moody', 'Parental Bond', 'Protean', 'Psychic Surge', 'Pure Power', 'Shadow Tag', 'Stakeout', 'Water Bubble', 'Wonder Guard', 'Gengarite', 'Chatter', 'Comatose + Sleep Talk'], + onBegin() { + if (this.rated && this.format === 'gen7balancedhackmons') this.add('html', `
Balanced Hackmons is currently suspecting Contrary! For information on how to participate check out the suspect thread.
`); + }, }, { name: "[Gen 7] Mix and Mega",