Compare commits

..

1 Commits

Author SHA1 Message Date
Dean
162e3d4571
Merge 605d61cec9 into 3b36ab17e4 2025-08-05 14:01:58 +08:00

View File

@ -1607,6 +1607,7 @@ 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;