Fixed up documentation.

This commit is contained in:
frutescens 2024-11-15 08:49:16 -08:00
parent 69a715d1d8
commit c49a94e02c

View File

@ -2589,7 +2589,7 @@ export class HealStatusEffectAttr extends MoveEffectAttr {
/**
* @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[]) {
super(selfTarget, { lastHitOnly: true });