diff --git a/CardInfo.js b/CardInfo.js index 19ab4e1..3bacbc8 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -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); }); }, },{