mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 05:12:19 +02:00
Add TSDoc to IgnoreTypeImmunityTag
This commit is contained in:
parent
449c806170
commit
c53eb58ad5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user