mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 02:42:19 +02:00
adds header to PartyStatusCureAttr
This commit is contained in:
parent
7e5be935c7
commit
0da951da7a
@ -833,6 +833,11 @@ export class HealAttr extends MoveEffectAttr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cures the user's party of non-volatile status conditions, ie. Heal Bell, Aromatherapy
|
||||||
|
* @param {string} message Message to display after using move
|
||||||
|
* @param {Abilities} abilityCondition Skips mons with this ability, ie. Soundproof
|
||||||
|
*/
|
||||||
export class PartyStatusCureAttr extends MoveEffectAttr {
|
export class PartyStatusCureAttr extends MoveEffectAttr {
|
||||||
private message: string;
|
private message: string;
|
||||||
private abilityCondition: Abilities;
|
private abilityCondition: Abilities;
|
||||||
|
Loading…
Reference in New Issue
Block a user