From bc0dae0881b04256a1e62cfe020e2de49303bc15 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Wed, 10 May 2017 13:10:46 +0800 Subject: [PATCH] fix WX15-053 burst 2nd --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 14f999b..a147806 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -106920,7 +106920,7 @@ var CardInfo = { source: this, description: '2071-burst-2', actionAsyn: function () { - var cards = this.player.mainDeck.getTopCards(count); + var cards = this.player.mainDeck.getTopCards(2); this.player.informCards(cards); var done = false; return Callback.loop(this,2,function () {