mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-31 20:52:20 +02:00
Update move.ts comment fix
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
4526a5b1b3
commit
22c6e449b9
@ -1380,9 +1380,10 @@ export class UserHpDamageAttr extends FixedDamageAttr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class TargetHalfHpDamageAttr extends FixedDamageAttr {
|
export class TargetHalfHpDamageAttr extends FixedDamageAttr {
|
||||||
/** the initial amount of hp the target had before the first hit;
|
/**
|
||||||
used for multi lens hp cutting
|
* The initial amount of hp the target had before the first hit.
|
||||||
*/
|
* Used for calculating multi lens damage.
|
||||||
|
*/
|
||||||
private initialHp: number;
|
private initialHp: number;
|
||||||
constructor() {
|
constructor() {
|
||||||
super(0);
|
super(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user