Add TSDoc to IgnoreTypeImmunityTag

This commit is contained in:
Jakub Hanko 2024-05-18 08:38:45 +02:00
parent 449c806170
commit c53eb58ad5
No known key found for this signature in database
GPG Key ID: 775D427937A306CC

View File

@ -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 { export class IgnoreTypeImmunityTag extends BattlerTag {
public immuneType: Type; public immuneType: Type;