From dc33148216de23aa1fca3a8870d3766039c0a3cc Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 23 Aug 2024 13:41:43 -0700 Subject: [PATCH] update comments for nonStopAttr --- src/data/move.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index ce0cb76f910..3de2de23166 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -4383,7 +4383,8 @@ export class DisableMoveAttr extends MoveEffectAttr { /** * Handles moves that are usd consecutively without user command * @extends MoveEffectAttr - * @param tagTypes: The types of tags that can be removed + * @param tagTypes: The types of tags decided by moves + * @param rounds: The rounds move planned to keep use non-stop * example: @see {@linkcode Moves.THRASH} for frenzy moves * example: @see {@linkcode Moves.ICE_BALL} for non stop moves */