Skip to content

Commit 2e86d7e

Browse files
authoredApr 1, 2024··
Teambuilder: Show Restricted Legendaries for VGC/BSS Reg G (#2239)
1 parent b01c150 commit 2e86d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎play.pokemonshowdown.com/src/battle-dex-search.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ class BattlePokemonSearch extends BattleTypedSearch<'pokemon'> {
998998
// Show Mythicals
999999
} else if (
10001000
format === 'vgc2010' || format === 'vgc2016' || format.startsWith('vgc2019') ||
1001-
format === 'vgc2022' || format.endsWith('series10') || format.endsWith('series11')
1001+
format === 'vgc2022' || format.endsWith('regg')
10021002
) {
10031003
tierSet = tierSet.slice(slices["Restricted Legendary"]);
10041004
} else {

0 commit comments

Comments
 (0)
Please sign in to comment.