fix onAcced trigger target

This commit is contained in:
WEBXOSS 2017-05-07 23:17:28 +08:00
parent 6292bde759
commit 655a82d020

View file

@ -1579,7 +1579,7 @@ Card.prototype.acceTo = function (signi) {
faceup: true, faceup: true,
up: signi.isUp, up: signi.isUp,
}); });
this.onAcced.trigger(); signi.onAcced.trigger();
this.game.frameEnd(); this.game.frameEnd();
}; };