mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
add TODO comment
This commit is contained in:
parent
7b2b0d2eba
commit
05157346d7
@ -2550,6 +2550,7 @@ export class CommanderAbAttr extends AbAttr {
|
||||
}
|
||||
|
||||
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 the ally Dondozo is fainted or was previously "commanded" by
|
||||
// another Pokemon, this effect cannot apply.
|
||||
|
Loading…
Reference in New Issue
Block a user