mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-28 03:56:35 -05:00
DPP: Sleep Moves Clause (#11687)
This commit is contained in:
committed by
GitHub
parent
7a3f4dbbe2
commit
537afeea76
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user