From 22c6e449b9cdcb680f74f8f0f8886bdf535d3970 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:34:00 -0500 Subject: [PATCH] Update move.ts comment fix Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/move.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index 6d2e09212ff..d6325184449 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -1380,9 +1380,10 @@ export class UserHpDamageAttr 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; constructor() { super(0);