mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 01:39:09 +01:00
fix WX15-053 burst 2nd
This commit is contained in:
parent
d496e48b0a
commit
bc0dae0881
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue