DPP: Sleep Moves Clause (#11687)

This commit is contained in:
André Bastos Dias
2026-01-08 18:49:48 +00:00
committed by GitHub
parent 7a3f4dbbe2
commit 537afeea76
2 changed files with 3 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ describe('Team Validator', () => {
const team = [
{ species: 'smeargle', ability: 'owntempo', moves: ['bellydrum', 'spore', 'sketch'], evs: { hp: 1 } },
];
assert.legalTeam(team, 'gen4ou');
assert.legalTeam(team, 'gen4anythinggoes');
});
it('should accept both ability types for Mega Evolutions', () => {