forked from mirrors/webxoss-core
🐛 fix acce
This commit is contained in:
parent
c70ac484d2
commit
aba536e3e0
1 changed files with 1 additions and 1 deletions
2
Card.js
2
Card.js
|
@ -238,7 +238,7 @@ var mixins = {
|
|||
},this);
|
||||
}
|
||||
return player.selectTargetAsyn(cards).callback(this,function (card) {
|
||||
this._data = card;
|
||||
this.source._data = card;
|
||||
return (card && card._2313) ? reducedCost : cost;
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue