comment formatting improvement

This commit is contained in:
shayebeadlingkl 2024-05-08 17:51:00 -04:00
parent 2b0f523bbb
commit ee759e0b44
2 changed files with 8 additions and 8 deletions

View File

@ -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;