Compare commits

..

2 Commits

Author SHA1 Message Date
Dean
aadfcfceae
Merge ce3fe897c3 into 3b36ab17e4 2025-08-05 13:31:51 -07:00
Dean
ce3fe897c3
Update src/data/arena-tag.ts
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
2025-08-05 13:31:48 -07:00

View File

@ -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;