mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-18 19:56:02 +01:00
fix missing effect source in trap
This commit is contained in:
parent
36b9ad8697
commit
0fb4f22ff1
1 changed files with 3 additions and 1 deletions
2
Card.js
2
Card.js
|
@ -1676,7 +1676,9 @@ Card.prototype.handleTrapAsyn = function() {
|
|||
}
|
||||
}).callback(this,function () {
|
||||
if (!this.trap) return;
|
||||
return this.game.blockAsyn(this,function () {
|
||||
return this.trap.actionAsyn.call(this);
|
||||
})
|
||||
}).callback(this,function () {
|
||||
this.trash();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue