Skip to content

Commit

Permalink
Tags for IU
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Oct 29, 2023
1 parent efd9ef7 commit 8c2be94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const Formats: FormatList = [
name: "[Gen 2] IU",
mod: 'gen2',
searchShow: true,
ruleset: ['[Gen 2] IU'],
ruleset: ['[Gen 2] SU'],
unbanlist: ['Swagger'],
banlist: ['SU', 'IUBL'],
},
Expand Down
8 changes: 8 additions & 0 deletions data/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ export const Tags: {[id: string]: TagData} = {
name: "SUBL",
speciesFilter: species => species.tier === 'SUBL',
},
"iu": {
name: "IU",
speciesFilter: species => species.tier === 'IU',
},
"iubl": {
name: "IUBL",
speciesFilter: species => species.tier === 'IUBL',
},
"6ubl": {
name: "6UBL",
speciesFilter: species => species.tier === '6UBL',
Expand Down

0 comments on commit 8c2be94

Please sign in to comment.