RU: Add Sigilyph suspect notice

This commit is contained in:
Marty-D 2020-09-25 21:55:13 -04:00 committed by GitHub
parent ccca25fc55
commit 007e443774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,11 @@ export const Formats: FormatList = [
mod: 'gen8',
ruleset: ['[Gen 8] UU'],
banlist: ['UU', 'RUBL'],
onBegin() {
if (this.rated && this.format.id === 'gen8ru') {
this.add('html', '<div class="broadcast-blue"><strong>RU is currently suspecting Sigilyph! For information on how to participate check out the <a href="https://www.smogon.com/forums/threads/3671022/">suspect thread</a>.</strong></div>');
}
},
},
{
name: "[Gen 8] NU",