mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
parent
8c4a04e67c
commit
7553972011
|
|
@ -649,10 +649,6 @@ export class TeamValidator {
|
|||
set.gender = 'M';
|
||||
}
|
||||
}
|
||||
if (species.id === 'melmetal' && set.gigantamax && this.dex.species.getLearnsetData(species.id).eventData) {
|
||||
setSources.sourcesBefore = 0;
|
||||
setSources.sources = ['8S0 melmetal'];
|
||||
}
|
||||
if (!species.exists) {
|
||||
return [`The Pokemon "${set.species}" does not exist.`];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user