mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-04-02 00:49:12 +02:00
fix WX15-033 burst
This commit is contained in:
parent
23114277d6
commit
d569f32154
1 changed files with 1 additions and 1 deletions
|
@ -105927,7 +105927,7 @@ var CardInfo = {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
var cards = this.player.opponent.signis;
|
var cards = this.player.opponent.signis;
|
||||||
return this.player.opponent.selectTargetAsyn('BANISH',cards).callback(this,function (card) {
|
return this.player.opponent.selectTargetAsyn(cards).callback(this,function (card) {
|
||||||
if (!card) return;
|
if (!card) return;
|
||||||
return card.banishAsyn();
|
return card.banishAsyn();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue