From 2b0f523bbb18cc8196aa2d797cba54578435e3d9 Mon Sep 17 00:00:00 2001 From: shayebeadlingkl Date: Wed, 8 May 2024 17:33:14 -0400 Subject: [PATCH] code comment --- src/phases.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/phases.ts b/src/phases.ts index 3c659089410..6535d5600e1 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -4534,6 +4534,13 @@ export class AddEnemyBuffModifierPhase extends Phase { } } +/** + * Cures the party of all non-volatile status conditions, shows a message + * @param {BattleScene} scene The current scene + * * @param {Pokemon} user The user of the move that cures the party + * * @param {string} message The message that should be displayed + * * @param {Abilities} abilityCondition Pokemon with this ability will not be affected ie. Soundproof + */ export class PartyStatusCurePhase extends BattlePhase { private user: Pokemon; private message: string;