diff --git a/src/phases/attempt-run-phase.ts b/src/phases/attempt-run-phase.ts index 7a37f70b3e3..727d73619c8 100644 --- a/src/phases/attempt-run-phase.ts +++ b/src/phases/attempt-run-phase.ts @@ -24,6 +24,7 @@ export class AttemptRunPhase extends PokemonPhase { applyAbAttrs("RunSuccessAbAttr", playerField[0], null, false, escapeChance); + //TODO: needed? if (globalScene.currentBattle.double) { applyAbAttrs("RunSuccessAbAttr", playerField[1], null, false, escapeChance); }