1
0
Fork 0

🐛 hotfix WX16-023 2nd effect

This commit is contained in:
WEBXOSS 2017-08-21 01:46:47 +08:00
parent b7aa47f411
commit 2a311c7486

View file

@ -117818,7 +117818,7 @@ var CardInfo = {
var cards = this.player.opponent.trashZone.cards;
if (!cards.length) return;
return this.player.selectSomeAsyn('TARGET',cards,0,2).callback(this,function (cards) {
game.excludeCards(cards);
this.game.excludeCards(cards);
});
},
},{