forked from mirrors/webxoss-core
Fix WX13-038 Const
This commit is contained in:
parent
72e136d985
commit
eb47322c2d
1 changed files with 7 additions and 5 deletions
|
@ -106909,6 +106909,7 @@ var CardInfo = {
|
||||||
(event.newZone === this.player.trashZone);
|
(event.newZone === this.player.trashZone);
|
||||||
},
|
},
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
|
return this.player.showCardsAsyn([this]).callback(this,function () {
|
||||||
return this.player.opponent.showCardsAsyn([this]).callback(this,function () {
|
return this.player.opponent.showCardsAsyn([this]).callback(this,function () {
|
||||||
var cards = this.player.opponent.signis;
|
var cards = this.player.opponent.signis;
|
||||||
return this.player.selectTargetOptionalAsyn(cards).callback(this,function (card) {
|
return this.player.selectTargetOptionalAsyn(cards).callback(this,function (card) {
|
||||||
|
@ -106916,6 +106917,7 @@ var CardInfo = {
|
||||||
this.game.tillTurnEndAdd(this,card,'power',-2000);
|
this.game.tillTurnEndAdd(this,card,'power',-2000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
add(this,'onMove',effect);
|
add(this,'onMove',effect);
|
||||||
|
|
Loading…
Reference in a new issue