From 05157346d79c423822d1e0a0a01cfb3d46647cd5 Mon Sep 17 00:00:00 2001 From: innerthunder Date: Wed, 16 Oct 2024 13:15:51 -0700 Subject: [PATCH] add TODO comment --- src/data/ability.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/ability.ts b/src/data/ability.ts index b5585f176b4..db58826725a 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -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.