diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index ef1a62cac93..e97f2e8b22d 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -1127,6 +1127,12 @@ export class MagnetRisenTag extends TypeImmuneTag { } } +/** + * Tag that makes the target drop all of it type immunities. + * + * Applied by moves: {@linkcode Moves.ODOR_SLEUTH}, + * {@linkcode Moves.MIRACLE_EYE} and {@linkcode Moves.FORESIGHT}. + */ export class IgnoreTypeImmunityTag extends BattlerTag { public immuneType: Type;