Skip to content

Commit

Permalink
STABmons: Fix oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Dec 24, 2024
1 parent 28d96a6 commit 16c31ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
name: "[Gen 9] STABmons",
desc: `Pokémon can use any move of their typing, in addition to the moves they can normally learn.`,
mod: 'gen9',
ruleset: ['Standard OMs', 'STABmons Move Legality', 'Sleep Moves Clause'],
ruleset: ['Standard OMs', 'STABmons Move Legality', 'Sleep Moves Clause', 'Terastal Clause'],
banlist: [
'Araquanid', 'Arceus', 'Azumarill', 'Baxcalibur', 'Calyrex-Ice', 'Calyrex-Shadow', 'Chi-Yu', 'Chien-Pao', 'Deoxys-Normal', 'Deoxys-Attack', 'Dialga', 'Dialga-Origin',
'Dragapult', 'Dragonite', 'Enamorus-Incarnate', 'Eternatus', 'Flutter Mane', 'Garchomp', 'Giratina', 'Giratina-Origin', 'Gouging Fire', 'Groudon', 'Ho-Oh', 'Iron Bundle',
Expand Down

0 comments on commit 16c31ed

Please sign in to comment.