diff --git a/src/data/ability.ts b/src/data/ability.ts index 4cddce207ab..ad81bda6bab 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -330,6 +330,10 @@ export class ReceivedMoveDamageMultiplierAbAttr extends PreDefendAbAttr { } } +/** + * Reduces the damage dealt to an allied Pokemon. Used by Friend Guard. + * @see {@linkcode applyPreDefend} + */ export class FriendGuardAbAttr extends PreDefendAbAttr { private damageMultiplier: number;