mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Teambuilder: Show Mythicals for BSS/VGC Reg J
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled
This commit is contained in:
parent
6abd0e8800
commit
44de692807
|
|
@ -1081,7 +1081,7 @@ class BattlePokemonSearch extends BattleTypedSearch<'pokemon'> {
|
|||
if (format === 'ubers' || format === 'uber' || format === 'ubersuu' || format === 'nationaldexdoubles') {
|
||||
tierSet = tierSet.slice(slices.Uber);
|
||||
} else if (isVGCOrBS || (isHackmons && dex.gen === 9 && !this.formatType)) {
|
||||
if (format.endsWith('series13') || isHackmons) {
|
||||
if (format.endsWith('series13') || format.endsWith('regj') || isHackmons) {
|
||||
// Show Mythicals
|
||||
} else if (
|
||||
format === 'vgc2010' || format === 'vgc2016' || format.startsWith('vgc2019') ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user