From 19716cc6fa659534fff6f02c6278a97ad3075522 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Tue, 4 Apr 2017 08:20:11 +0800 Subject: [PATCH] fix WX15-053 burst2 --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {