fix more bad merge (source move not passed to tag)
This commit is contained in:
parent
f5fabbb159
commit
88dcaa3d20
|
@ -1034,7 +1034,7 @@ export class AddBattlerTagHeaderAttr extends MoveHeaderAttr {
|
||||||
}
|
}
|
||||||
|
|
||||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||||
return user.addTag(this.tagType);
|
return user.addTag(this.tagType, 0, move.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue