From aad26952c8eb23aa20aa4c57663f9bfbc9504288 Mon Sep 17 00:00:00 2001 From: Mumble <171087428+frutescens@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:08:21 -0700 Subject: [PATCH] Update src/data/battler-tags.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/battler-tags.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {