mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Update move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
9ab3009091
commit
0b2077d036
@ -5966,7 +5966,7 @@ export class HitsTagAttr extends MoveAttr {
|
|||||||
/** The {@linkcode BattlerTagType} this move hits */
|
/** The {@linkcode BattlerTagType} this move hits */
|
||||||
public tagType: BattlerTagType;
|
public tagType: BattlerTagType;
|
||||||
/** Should this move deal double damage against {@linkcode tagType}? */
|
/** Should this move deal double damage against {@linkcode tagType}? */
|
||||||
public doubleDamage: boolean;
|
public doubleDamage = false;
|
||||||
|
|
||||||
constructor(tagType: BattlerTagType) {
|
constructor(tagType: BattlerTagType) {
|
||||||
super();
|
super();
|
||||||
|
Loading…
Reference in New Issue
Block a user