Skip to content

Commit a337f2b

Browse files
TehTayTehKrisXV
andauthored
ADV UUBL: Update bans (#10982)
* Fixing Gen 3 UUBL - Added 'Baton Pass + Salac Berry" to banlist which was always intended to be included, but was missed initially. - Unbanned Soundproof and Sand Veil, which are bans carried over from OU that should not apply * Update formats.ts --------- Co-authored-by: Kris Johnson <[email protected]>
1 parent 415ae6b commit a337f2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/formats.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3117,8 +3117,9 @@ export const Formats: import('../sim/dex-formats').FormatList = [
31173117
ruleset: ['[Gen 3] OU', '!One Boost Passer Clause'],
31183118
banlist: [
31193119
'OU', 'Smeargle + Ingrain', 'Baton Pass + Block', 'Baton Pass + Mean Look', 'Baton Pass + Spider Web', 'Flail', 'Reversal',
3120-
'Baton Pass + Speed Boost', 'Baton Pass + Agility', 'Baton Pass + Dragon Dance',
3120+
'Baton Pass + Speed Boost', 'Baton Pass + Agility', 'Baton Pass + Dragon Dance', 'Baton Pass + Salac Berry',
31213121
],
3122+
unbanlist: ['Soundproof', 'Sand Veil'],
31223123
},
31233124

31243125
// Past Gens OU

0 commit comments

Comments
 (0)