Skip to content

Commit

Permalink
BH: Fix weird validation edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Sep 27, 2024
1 parent 69ff0b2 commit e716191
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions data/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6035,6 +6035,10 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable =
isNonstandard: "Custom",
tier: "Illegal",
},
pokestargiantpropo1: {
isNonstandard: "Custom",
tier: "Illegal",
},
pokestargiantpropo2: {
isNonstandard: "Custom",
tier: "Illegal",
Expand Down
3 changes: 2 additions & 1 deletion data/rulesets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2591,8 +2591,9 @@ export const Rulesets: import('../sim/dex-formats').FormatDataTable = {
effectType: 'ValidatorRule',
name: "Hackmons Forme Legality",
desc: `Enforces proper forme legality for hackmons-based metagames.`,
ruleset: ['+Xerneas-Neutral'],
unbanlist: ['All Pokemon'],
banlist: ['CAP', 'LGPE', 'Future'],
banlist: ['CAP', 'LGPE', 'Future', 'Custom'],
onChangeSet(set, format, setHas, teamHas) {
let species = this.dex.species.get(set.species);
if (
Expand Down

0 comments on commit e716191

Please sign in to comment.