Revert "Revert Melmetal changes"

This reverts commit 8c4a04e67c.
This commit is contained in:
André Bastos Dias 2026-01-27 12:11:18 +00:00
parent 8c4a04e67c
commit 7553972011

View File

@ -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.`];
}