From d0b6f3299c2feca7d9f6fcd73b05af0fa6d23bab Mon Sep 17 00:00:00 2001 From: innerthunder Date: Sun, 10 Nov 2024 00:23:09 -0800 Subject: [PATCH] Fixed Multi-Lens apply comment --- src/modifier/modifier.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modifier/modifier.ts b/src/modifier/modifier.ts index 7c777ee7802..07037570d6f 100644 --- a/src/modifier/modifier.ts +++ b/src/modifier/modifier.ts @@ -2690,10 +2690,10 @@ export class PokemonMultiHitModifier extends PokemonHeldItemModifier { } /** - * For each stack, converts 25 percent + * For each stack, converts 25 percent of attack damage into an additional strike. * @param pokemon The {@linkcode Pokemon} using the move - * @param move The {@linkcode Move} being used - * @param count {@linkcode NumberHolder} holding the number of items + * @param moveId The {@linkcode Moves | identifier} for the move being used + * @param count {@linkcode NumberHolder} holding the move's hit count for this turn * @param damageMultiplier {@linkcode NumberHolder} holding a damage multiplier applied to a strike of this move * @returns always `true` */