mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 06:45:24 +01:00
Added comment questioning whether applyabattrs is needed for the second mon in doubles battles
This commit is contained in:
parent
e135751537
commit
427021a117
@ -24,6 +24,7 @@ export class AttemptRunPhase extends PokemonPhase {
|
|||||||
|
|
||||||
applyAbAttrs("RunSuccessAbAttr", playerField[0], null, false, escapeChance);
|
applyAbAttrs("RunSuccessAbAttr", playerField[0], null, false, escapeChance);
|
||||||
|
|
||||||
|
//TODO: needed?
|
||||||
if (globalScene.currentBattle.double) {
|
if (globalScene.currentBattle.double) {
|
||||||
applyAbAttrs("RunSuccessAbAttr", playerField[1], null, false, escapeChance);
|
applyAbAttrs("RunSuccessAbAttr", playerField[1], null, false, escapeChance);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user