[Balance][Beta] Commander now increases double battle chance (#4803)

This commit is contained in:
innerthunder 2024-11-05 11:23:22 -08:00 committed by GitHub
parent b79b643b31
commit eb32545772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6285,6 +6285,7 @@ export function initAbilities() {
.bypassFaint(),
new Ability(Abilities.COMMANDER, 9)
.attr(CommanderAbAttr)
.attr(DoubleBattleChanceAbAttr)
.attr(UncopiableAbilityAbAttr)
.attr(UnswappableAbilityAbAttr)
.edgeCase(), // Encore, Frenzy, and other non-`TURN_END` tags don't lapse correctly on the commanding Pokemon.