mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 19:02:16 +02:00
comment formatting improvement
This commit is contained in:
parent
2b0f523bbb
commit
ee759e0b44
@ -833,11 +833,11 @@ export class HealAttr extends MoveEffectAttr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cures the user's party of non-volatile status conditions, ie. Heal Bell, Aromatherapy
|
* Cures the user's party of non-volatile status conditions, ie. Heal Bell, Aromatherapy
|
||||||
* @param {string} message Message to display after using move
|
* @param {string} message Message to display after using move
|
||||||
* @param {Abilities} abilityCondition Skips mons with this ability, ie. Soundproof
|
* @param {Abilities} abilityCondition Skips mons with this ability, ie. Soundproof
|
||||||
*/
|
*/
|
||||||
export class PartyStatusCureAttr extends MoveEffectAttr {
|
export class PartyStatusCureAttr extends MoveEffectAttr {
|
||||||
private message: string;
|
private message: string;
|
||||||
private abilityCondition: Abilities;
|
private abilityCondition: Abilities;
|
||||||
|
@ -4537,9 +4537,9 @@ export class AddEnemyBuffModifierPhase extends Phase {
|
|||||||
/**
|
/**
|
||||||
* Cures the party of all non-volatile status conditions, shows a message
|
* Cures the party of all non-volatile status conditions, shows a message
|
||||||
* @param {BattleScene} scene The current scene
|
* @param {BattleScene} scene The current scene
|
||||||
* * @param {Pokemon} user The user of the move that cures the party
|
* @param {Pokemon} user The user of the move that cures the party
|
||||||
* * @param {string} message The message that should be displayed
|
* @param {string} message The message that should be displayed
|
||||||
* * @param {Abilities} abilityCondition Pokemon with this ability will not be affected ie. Soundproof
|
* @param {Abilities} abilityCondition Pokemon with this ability will not be affected ie. Soundproof
|
||||||
*/
|
*/
|
||||||
export class PartyStatusCurePhase extends BattlePhase {
|
export class PartyStatusCurePhase extends BattlePhase {
|
||||||
private user: Pokemon;
|
private user: Pokemon;
|
||||||
|
Loading…
Reference in New Issue
Block a user