Update move.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-08-14 14:08:46 -04:00 committed by GitHub
parent ee59eaba0c
commit 776d69fe58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {