From c53eb58ad536b503d6296d894079fe3680e9903d Mon Sep 17 00:00:00 2001 From: Jakub Hanko <60473007+JakubHanko@users.noreply.github.com> Date: Sat, 18 May 2024 08:38:45 +0200 Subject: [PATCH] Add TSDoc to IgnoreTypeImmunityTag --- src/data/battler-tags.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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;