1
0
Fork 1
mirror of https://github.com/webxoss/webxoss-core.git synced 2025-03-29 06:11:48 +01:00

fix WX15-033 burst

This commit is contained in:
WEBXOSS 2017-05-10 23:33:09 +08:00
parent 23114277d6
commit d569f32154

View file

@ -105927,7 +105927,7 @@ var CardInfo = {
});
}
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;
return card.banishAsyn();
});