1
0
Fork 0

fix WX15-040 onPlay

This commit is contained in:
WEBXOSS 2017-05-10 13:13:06 +08:00
parent 266cf3e007
commit 0cf2985da4

View file

@ -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);
});