Added comment questioning whether applyabattrs is needed for the second mon in doubles battles

This commit is contained in:
jnotsknab 2025-06-17 04:08:37 -05:00
parent e135751537
commit 427021a117

View File

@ -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);
}