mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 12:22:19 +02:00
adds comment header for PostTurnResetStatusAbAttr
This commit is contained in:
parent
487d870f05
commit
43e617aac9
@ -2016,6 +2016,10 @@ export class PostTurnAbAttr extends AbAttr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* After the turn ends, resets the status of either the ability holder or their ally
|
||||||
|
* @param {boolean} allyTarget Whether to target ally, defaults to false (self-target)
|
||||||
|
*/
|
||||||
export class PostTurnResetStatusAbAttr extends PostTurnAbAttr {
|
export class PostTurnResetStatusAbAttr extends PostTurnAbAttr {
|
||||||
private allyTarget: boolean;
|
private allyTarget: boolean;
|
||||||
private target: Pokemon;
|
private target: Pokemon;
|
||||||
|
Loading…
Reference in New Issue
Block a user