mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 09:49:16 +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,
|
source: this,
|
||||||
description: '2071-burst-2',
|
description: '2071-burst-2',
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
var cards = this.player.mainDeck.getTopCards(count);
|
var cards = this.player.mainDeck.getTopCards(2);
|
||||||
this.player.informCards(cards);
|
this.player.informCards(cards);
|
||||||
var done = false;
|
var done = false;
|
||||||
return Callback.loop(this,2,function () {
|
return Callback.loop(this,2,function () {
|
||||||
|
|
Loading…
Reference in a new issue