From 2ccf482f519993c0b696da1de6e87211764a49be Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 24 Aug 2024 01:50:01 -0700 Subject: [PATCH] add a bit more doc (mainly trigger flow) --- src/data/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index eafc4788b1d..be03f174795 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -4391,7 +4391,7 @@ export class DisableMoveAttr extends MoveEffectAttr { export class nonStopAttr extends MoveEffectAttr { public tagType: BattlerTagType; private turnCount: number; - // no round specify means frenzy rand 2-3 turns + // no round specify means it's a frenzy move that rand 2-3 turns constructor(tagType: BattlerTagType, turnCount:number = 0) { super(true, MoveEffectTrigger.HIT, false, true); this.tagType = tagType;