Skip to content

Commit 8ee5365

Browse files
committed
June 1: Update banlists
1 parent b38ce79 commit 8ee5365

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

stats/src/reports.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ export const Reports = new class {
6969
BL: {[tier in Tier]?: Set<string>} = {
7070
UU: new Set([
7171
'baxcalibur', 'blaziken', 'ceruledge', 'espathra', 'garchomp', 'garganacl',
72-
'hoopaunbound', 'ironboulder', 'ironhands', 'kommoo', 'latias', 'moltresgalar',
73-
'okidogi', 'pelipper', 'polteageist', 'quaquaval', 'rillaboom', 'ursaluna',
72+
'hoopaunbound', 'ironboulder', 'ironhands', 'kommoo', 'latias', 'meowscarada',
73+
'moltresgalar', 'okidogi', 'pelipper', 'polteageist', 'quaquaval', 'rillaboom',
74+
'ursaluna',
7475
]),
7576
RU: new Set([
7677
'blastoise', 'comfey', 'enamorustherian', 'hawlucha', 'haxorus', 'hoopaunbound',
@@ -81,8 +82,8 @@ export const Reports = new class {
8182
NU: new Set([
8283
'armarouge', 'cetitan', 'cloyster', 'cresselia', 'deoxysdefense', 'feraligatr',
8384
'gallade', 'gyarados', 'ironthorns', 'lilliganthisui', 'lucario', 'lycanrocdusk',
84-
'mew', 'mienshao', 'necrozma', 'oricoriopompom', 'oricoriosensu', 'regidrago',
85-
'suicune',
85+
'mew', 'mienshao', 'necrozma', 'oricoriopompom', 'oricoriosensu', 'porygonz',
86+
'regidrago', 'suicune',
8687
]),
8788
PU: new Set([
8889
'dragalge', 'drednaw', 'duraludon', 'flamigo', 'indeedee', 'inteleon',

0 commit comments

Comments
 (0)