diff --git a/src/data/ability.ts b/src/data/ability.ts index 76b451bb736..4fd9ddf5c0b 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 ();