mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 hotfix WX16-023 2nd effect
This commit is contained in:
parent
b7aa47f411
commit
2a311c7486
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
},
|
||||
},{
|
||||
|
|
Loading…
Reference in a new issue