forked from mirrors/webxoss-core
🐛 fix WX16-017 arts
This commit is contained in:
parent
1c84bcdd79
commit
338d96f934
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue