Add comment to burn damage reduction class

This commit is contained in:
Matthew Ross 2024-05-11 10:30:51 -07:00
parent d9b3755d31
commit cbe78f54ea

View File

@ -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 {
/**