From 0b2077d03663ece0cf841d1424166e966bb4bd36 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:09:06 -0400 Subject: [PATCH] Update move.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/moves/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index ca6860fc3ea..2394448871c 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -5966,7 +5966,7 @@ export class HitsTagAttr extends MoveAttr { /** The {@linkcode BattlerTagType} this move hits */ public tagType: BattlerTagType; /** Should this move deal double damage against {@linkcode tagType}? */ - public doubleDamage: boolean; + public doubleDamage = false; constructor(tagType: BattlerTagType) { super();