mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 10:42:25 +02:00
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 {
|
||||
return user.addTag(this.tagType);
|
||||
return user.addTag(this.tagType, 0, move.id);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user