diff --git a/src/data/move.ts b/src/data/move.ts index fdb8cc5302b..fcd6b4e3f95 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -4392,7 +4392,7 @@ export class NonStopAttr extends MoveEffectAttr { public tagType: BattlerTagType; private turnCount: number; // no round specify means it's a frenzy move that rand 2-3 turns - constructor(tagType: BattlerTagType, turnCount:number = 0) { + constructor(tagType: BattlerTagType, turnCount: number = 0) { super(true, MoveEffectTrigger.HIT, false, true); this.tagType = tagType; this.turnCount = turnCount;