diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index c4ea977eb9b..1369255a5b2 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -2608,8 +2608,7 @@ export class ImprisonTag extends MoveRestrictionBattlerTag { /** * Checks if the source of Imprison is still active * @override - * @param _pokemon - * @param _lapseType + * @param pokemon The pokemon this tag is attached to * @returns `true` if the source is still active */ public override lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean {