forked from mirrors/webxoss-core
fix WX15-040 onPlay
This commit is contained in:
parent
266cf3e007
commit
0cf2985da4
1 changed files with 1 additions and 1 deletions
|
@ -106425,7 +106425,7 @@ var CardInfo = {
|
|||
startUpEffects: [{
|
||||
actionAsyn: function () {
|
||||
var cards = this.player.opponent.signis;
|
||||
return this.player.selectTextAsyn(cards).callback(this,function (card) {
|
||||
return this.player.selectTargetAsyn(cards).callback(this,function (card) {
|
||||
if (!card) return;
|
||||
this.game.tillTurnEndAdd(this,card,'power',-10000);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue