1
0
Fork 0

🐛 fix acce

This commit is contained in:
WEBXOSS 2017-08-21 01:28:50 +08:00
parent c70ac484d2
commit aba536e3e0

View file

@ -238,7 +238,7 @@ var mixins = {
},this); },this);
} }
return player.selectTargetAsyn(cards).callback(this,function (card) { return player.selectTargetAsyn(cards).callback(this,function (card) {
this._data = card; this.source._data = card;
return (card && card._2313) ? reducedCost : cost; return (card && card._2313) ? reducedCost : cost;
}); });
}, },