From 7d86634bbb25a27af613db1d9bbe75494d0cfe2e Mon Sep 17 00:00:00 2001 From: Temps Ray Date: Sun, 12 May 2024 11:03:42 -0400 Subject: [PATCH] Added comment --- src/data/ability.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/data/ability.ts b/src/data/ability.ts index 76b451bb7..4fd9ddf5c 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -2275,6 +2275,9 @@ export class PostFaintContactDamageAbAttr extends PostFaintAbAttr { } } +/** + * Attribute used for abilities (Innards Out) that damage the opponent based on how much HP the last attack used to knock out the owner of the ability. + */ export class PostFaintHPDamageAbAttr extends PostFaintAbAttr { constructor() { super ();