From df9dfad0f196408a05845c9d055c21b5f82a7bc5 Mon Sep 17 00:00:00 2001 From: allen925 <62000482+allen925@users.noreply.github.com> Date: Sat, 24 Aug 2024 02:42:35 -0700 Subject: [PATCH] add missed space Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- 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 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;