1
0
Fork 0

🐛 fix WX16-017 arts

This commit is contained in:
WEBXOSS 2017-06-18 22:52:41 +08:00
parent 1c84bcdd79
commit 338d96f934

View file

@ -117564,7 +117564,7 @@ var CardInfo = {
return this.player.selectSomeAsyn('ADD_TO_HAND',cards).callback(this,function (cards) {
var count = cards.filter(function (card) {
return inArr(card,this.player.getTraps());
}).length;
},this).length;
this.game.moveCards(cards,this.player.handZone);
var done = false;
return Callback.loop(this,count,function () {