[Balance][Beta] Commander now increases double battle chance (#4803)
This commit is contained in:
parent
b79b643b31
commit
eb32545772
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue