mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Fixed up documentation.
This commit is contained in:
parent
69a715d1d8
commit
c49a94e02c
@ -2589,7 +2589,7 @@ export class HealStatusEffectAttr extends MoveEffectAttr {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param selfTarget - Whether this move targets the user
|
* @param selfTarget - Whether this move targets the user
|
||||||
* @param ...effects - List of status effects to cure
|
* @param effects - status effect or list of status effects to cure
|
||||||
*/
|
*/
|
||||||
constructor(selfTarget: boolean, effects: StatusEffect | StatusEffect[]) {
|
constructor(selfTarget: boolean, effects: StatusEffect | StatusEffect[]) {
|
||||||
super(selfTarget, { lastHitOnly: true });
|
super(selfTarget, { lastHitOnly: true });
|
||||||
|
Loading…
Reference in New Issue
Block a user