From ce3fe897c30ee8f21a0ba7c99a20180f195a2cda Mon Sep 17 00:00:00 2001 From: Dean <69436131+emdeann@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:31:48 -0700 Subject: [PATCH] Update src/data/arena-tag.ts Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --- src/data/arena-tag.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/arena-tag.ts b/src/data/arena-tag.ts index b1fbfe05cf7..b854f33816b 100644 --- a/src/data/arena-tag.ts +++ b/src/data/arena-tag.ts @@ -1607,7 +1607,6 @@ interface PendingHealEffect { * When a damaged Pokemon first enters the effect's {@linkcode BattlerIndex | field position}, * their HP is fully restored, and they are cured of any non-volatile status condition. * If the effect is from Lunar Dance, their PP is also restored. - * @extends ArenaTag */ export class PendingHealTag extends SerializableArenaTag { public readonly tagType = ArenaTagType.PENDING_HEAL;