fix WX15-001 action

This commit is contained in:
WEBXOSS 2017-05-14 22:33:58 +08:00
parent 469b89b993
commit 7026277f60

View file

@ -105080,7 +105080,7 @@ var CardInfo = {
return this.player.showCardsAsyn(cards).callback(this,function () { return this.player.showCardsAsyn(cards).callback(this,function () {
cards = this.player.opponent.lrigDeck.cards.filter(function (card) { cards = this.player.opponent.lrigDeck.cards.filter(function (card) {
// 排除双面的第二面 // 排除双面的第二面
return !card.sideB; return !card.sideA;
},this); },this);
if (cards.length <= 3) return cards; if (cards.length <= 3) return cards;
return this.player.opponent.selectSomeAsyn('REVEAL',cards,3,3); return this.player.opponent.selectSomeAsyn('REVEAL',cards,3,3);