diff --git a/CardInfo.js b/CardInfo.js index 3fdeb10..877777b 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -129591,7 +129591,7 @@ var CardInfo = { source: this, description: '2071-burst-2', actionAsyn: function () { - var cards = this.mainDeck.getTopCards(count); + var cards = this.player.mainDeck.getTopCards(count); this.player.informCards(cards); var done = false; return Callback.loop(this,2,function () {