fix WX15-053 burst2

This commit is contained in:
WEBXOSS 2017-04-04 08:20:11 +08:00
parent 2f874a6aa9
commit 19716cc6fa

View file

@ -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 () {