Skip to content

Commit 3006a64

Browse files
Ban "Nonexistent" from NatDex BH (#11857)
* Ban "Nonexistent" * style * style 2 * style 3 * Apply suggestion from @KrisXV * Update formats.ts * remove duplicated banlist * remove ruleset from banlist I don't even know what happened anymore * Apply suggestion from @KrisXV --------- Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
1 parent d596c03 commit 3006a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/formats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3325,7 +3325,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
33253325
searchShow: false,
33263326
ruleset: [
33273327
'Standard AG', 'NatDex Mod', '!Obtainable',
3328-
'Forme Clause', 'Sleep Moves Clause', 'Ability Clause = 2', 'OHKO Clause', 'Evasion Moves Clause', 'Dynamax Clause', 'CFZ Clause', 'Terastal Clause',
3328+
'Forme Clause', 'Sleep Moves Clause', 'Ability Clause = 2', 'OHKO Clause', 'Evasion Moves Clause', 'Dynamax Clause', 'CFZ Clause', 'Terastal Clause', '-Nonexistent',
33293329
],
33303330
banlist: [
33313331
'Cramorant-Gorging', 'Calyrex-Shadow', 'Darmanitan-Galar-Zen', 'Eternatus-Eternamax', 'Greninja-Ash', 'Groudon-Primal', 'Rayquaza-Mega', 'Shedinja', 'Terapagos-Stellar', 'Arena Trap',

0 commit comments

Comments
 (0)