mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 15:52:18 +02:00
Fix attr comments
This commit is contained in:
parent
90461d1d37
commit
86f2a79b73
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user