Update move.ts

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

View File

@ -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();