mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
fix onAcced trigger target
This commit is contained in:
parent
6292bde759
commit
655a82d020
1 changed files with 1 additions and 1 deletions
2
Card.js
2
Card.js
|
@ -1579,7 +1579,7 @@ Card.prototype.acceTo = function (signi) {
|
|||
faceup: true,
|
||||
up: signi.isUp,
|
||||
});
|
||||
this.onAcced.trigger();
|
||||
signi.onAcced.trigger();
|
||||
this.game.frameEnd();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue