From cbe78f54eaa88752484cf45b1e141a689ee1324b Mon Sep 17 00:00:00 2001 From: Matthew Ross Date: Sat, 11 May 2024 10:30:51 -0700 Subject: [PATCH] Add comment to burn damage reduction class --- src/data/move.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/move.ts b/src/data/move.ts index 1cf7788e8f7..313f92655bf 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -1317,6 +1317,10 @@ export class BypassSleepAttr extends MoveAttr { } } +/** + * Attribute used for moves that bypass the burn damage reduction of physical moves, currently only facade + * Called during damage calculation + */ export class BypassBurnDamageReductionAttr extends MoveAttr { /**