Skip to content

Commit

Permalink
remove sleep ban from gen4 iu
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Oct 4, 2024
1 parent 5378d56 commit 1eacc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ export const Formats: import('../sim/dex-formats').FormatList = [
name: "[Gen 4] IU",
mod: 'gen4',
searchShow: true,
ruleset: ['[Gen 4] SU'],
banlist: ['SU', 'IUBL', 'Heat Rock'],
ruleset: ['[Gen 4] ZU'],
banlist: ['ZU', 'SUBL', 'SU', 'IUBL', 'Heat Rock'],
unbanlist: ['Damp Rock'],
},
{
Expand Down

0 comments on commit 1eacc53

Please sign in to comment.