diff --git a/Card.js b/Card.js index 856c463..fa17479 100644 --- a/Card.js +++ b/Card.js @@ -1676,7 +1676,9 @@ Card.prototype.handleTrapAsyn = function() { } }).callback(this,function () { if (!this.trap) return; - return this.trap.actionAsyn.call(this); + return this.game.blockAsyn(this,function () { + return this.trap.actionAsyn.call(this); + }) }).callback(this,function () { this.trash(); });