Commander now increases double battle chance

This commit is contained in:
innerthunder 2024-11-05 10:47:37 -08:00
parent b79b643b31
commit 62663baaea

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.