update comments for nonStopAttr

This commit is contained in:
allen 2024-08-23 13:41:43 -07:00 committed by allen925
parent 2a4f73a5d7
commit dc33148216

View File

@ -4383,7 +4383,8 @@ export class DisableMoveAttr extends MoveEffectAttr {
/** /**
* Handles moves that are usd consecutively without user command * Handles moves that are usd consecutively without user command
* @extends MoveEffectAttr * @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.THRASH} for frenzy moves
* example: @see {@linkcode Moves.ICE_BALL} for non stop moves * example: @see {@linkcode Moves.ICE_BALL} for non stop moves
*/ */