Skip to content

Commit 119c74e

Browse files
authored
fixing gen 3 uubl
unbanned sand veil and soundproof in gen 3 uubl, which were never supposed to be banned. also added a ban on salac berry + baton pass which was supposed to be part of speedpass clause but fell through the cracks
1 parent 4e63558 commit 119c74e

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
@@ -3115,7 +3115,8 @@ export const Formats: import('../sim/dex-formats').FormatList = [
31153115
ruleset: ['[Gen 3] OU', '!One Boost Passer Clause'],
31163116
banlist: [
31173117
'OU', 'Smeargle + Ingrain', 'Baton Pass + Block', 'Baton Pass + Mean Look', 'Baton Pass + Spider Web', 'Flail', 'Reversal',
3118-
'Baton Pass + Speed Boost', 'Baton Pass + Agility', 'Baton Pass + Dragon Dance',
3118+
'Baton Pass + Speed Boost', 'Baton Pass + Agility', 'Baton Pass + Dragon Dance', 'Baton Pass + Salac Berry'],
3119+
unbanlist: ['Soundproof', 'Sand Veil'],
31193120
],
31203121
},
31213122

0 commit comments

Comments
 (0)