add TODO comment

This commit is contained in:
innerthunder 2024-10-16 13:15:51 -07:00
parent 7b2b0d2eba
commit 05157346d7

View File

@ -2550,6 +2550,7 @@ export class CommanderAbAttr extends AbAttr {
} }
override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): boolean { override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): boolean {
// TODO: figure out how this works with X + Dondozo fusions
if (pokemon.scene.currentBattle?.double && pokemon.getAlly().species.speciesId === Species.DONDOZO) { if (pokemon.scene.currentBattle?.double && pokemon.getAlly().species.speciesId === Species.DONDOZO) {
// If the ally Dondozo is fainted or was previously "commanded" by // If the ally Dondozo is fainted or was previously "commanded" by
// another Pokemon, this effect cannot apply. // another Pokemon, this effect cannot apply.