diff --git a/src/data/ability.ts b/src/data/ability.ts index 6fa04d5398f..b8846268927 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -5619,8 +5619,9 @@ export function applyStatMultiplierAbAttrs( * @param args - unused */ export function applyAllyStatMultiplierAbAttrs(attrType: Constructor, - pokemon: Pokemon, stat: BattleStat, statValue: Utils.NumberHolder, simulated: boolean = false, checkedPokemon, ignore, ...args: any[]): void { - return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyAllyStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, ignore, args), args); + pokemon: Pokemon, stat: BattleStat, statValue: Utils.NumberHolder, simulated: boolean = false, checkedPokemon: Pokemon, ignoreAbility: boolean, ...args: any[] +): void { + return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyAllyStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, ignoreAbility, args), args); } export function applyPostSetStatusAbAttrs(