From 776d69fe58d64399cd1d8b27dfee88faeda55303 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:08:46 -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 6e6c5c876a0..d82caffba45 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -5965,7 +5965,7 @@ export class RemoveAllSubstitutesAttr extends MoveEffectAttr { export class HitsTagAttr extends MoveAttr { /** The {@linkcode BattlerTagType} this move hits */ public tagType: BattlerTagType; - /** Should this move deal double damage against {@linkcode this.tagType}? */ + /** Should this move deal double damage against {@linkcode tagType}? */ public doubleDamage: boolean; constructor(tagType: BattlerTagType) {