mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-25 15:40:31 -05:00
NatDex BH: Fix legality (#11049)
Dexited Pokemon were not allowed for some reason, this is a work around.
This commit is contained in:
parent
78bd34e2d9
commit
db8576e2b3
|
|
@ -2585,7 +2585,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
mod: 'gen9',
|
||||
searchShow: false,
|
||||
ruleset: [
|
||||
'Standard AG', 'NatDex Mod', '!Obtainable', '-Nonexistent',
|
||||
'Standard AG', 'NatDex Mod', '!Obtainable',
|
||||
'Forme Clause', 'Sleep Moves Clause', 'Ability Clause = 2', 'OHKO Clause', 'Evasion Moves Clause', 'Dynamax Clause', 'CFZ Clause', 'Terastal Clause',
|
||||
],
|
||||
banlist: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user