mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-15 03:49:33 +02:00
Compare commits
1 Commits
aadfcfceae
...
162e3d4571
Author | SHA1 | Date | |
---|---|---|---|
|
162e3d4571 |
@ -1607,6 +1607,7 @@ interface PendingHealEffect {
|
|||||||
* When a damaged Pokemon first enters the effect's {@linkcode BattlerIndex | field position},
|
* 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.
|
* 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.
|
* If the effect is from Lunar Dance, their PP is also restored.
|
||||||
|
* @extends ArenaTag
|
||||||
*/
|
*/
|
||||||
export class PendingHealTag extends SerializableArenaTag {
|
export class PendingHealTag extends SerializableArenaTag {
|
||||||
public readonly tagType = ArenaTagType.PENDING_HEAL;
|
public readonly tagType = ArenaTagType.PENDING_HEAL;
|
||||||
|
Loading…
Reference in New Issue
Block a user