mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Fix Battle Bond Greninja validation
This commit is contained in:
parent
74d66c2a29
commit
cf26f3f3f4
|
|
@ -383,7 +383,7 @@ export class TeamValidator {
|
|||
let outOfBattleSpecies = species;
|
||||
let tierSpecies = species;
|
||||
if (ability.id === 'battlebond' && species.id === 'greninja') {
|
||||
if (this.gen < 9) outOfBattleSpecies = dex.species.get('greninjaash');
|
||||
outOfBattleSpecies = dex.species.get('greninjaash');
|
||||
if (ruleTable.has('obtainableformes')) {
|
||||
tierSpecies = outOfBattleSpecies;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user