diff --git a/src/phases/move-effect-phase.ts b/src/phases/move-effect-phase.ts index 5f4a3e2f3a1..eeaa44ffe8d 100644 --- a/src/phases/move-effect-phase.ts +++ b/src/phases/move-effect-phase.ts @@ -769,7 +769,7 @@ export class MoveEffectPhase extends PokemonPhase { * @param effectiveness - The effectiveness of the move (as previously evaluated in {@linkcode hitCheck}) * @param firstTarget - Whether this is the first target successfully struck by the move */ - protected applyMoveEffects(target: Pokemon, effectiveness: TypeDamageMultiplier, firstTarget): void { + protected applyMoveEffects(target: Pokemon, effectiveness: TypeDamageMultiplier, firstTarget: boolean): void { const user = this.getUserPokemon(); if (isNullOrUndefined(user)) { return;