mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-02-13 16:13:26 +01:00
fix WX15-053 burst2
This commit is contained in:
parent
2f874a6aa9
commit
19716cc6fa
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue