Fix attr comments

This commit is contained in:
Dean 2025-02-24 09:53:13 -08:00
parent 90461d1d37
commit 86f2a79b73

View File

@ -2212,7 +2212,7 @@ export class PostSummonRemoveBattlerTagAbAttr extends PostSummonAbAttr {
private immuneTags: BattlerTagType[]; private immuneTags: BattlerTagType[];
/** /**
* @param immuneEffects - The status effects to which the Pokémon is immune. * @param immuneTags - The {@linkcode BattlerTagType | battler tags} the Pokémon is immune to.
*/ */
constructor(...immuneTags: BattlerTagType[]) { constructor(...immuneTags: BattlerTagType[]) {
super(); super();
@ -2430,7 +2430,7 @@ export class PostSummonHealStatusAbAttr extends PostSummonAbAttr {
private statusHealed: StatusEffect; private statusHealed: StatusEffect;
/** /**
* @param immuneEffects - The status effects to which the Pokémon is immune. * @param immuneEffects - The {@linkcode StatusEffect}s the Pokémon is immune to.
*/ */
constructor(...immuneEffects: StatusEffect[]) { constructor(...immuneEffects: StatusEffect[]) {
super(); super();