1
0
Fork 0

Hot fix WX14-073

This commit is contained in:
WEBXOSS 2016-12-10 17:16:05 +08:00
parent 60fc70f38b
commit 5c32f5111e

View file

@ -121031,7 +121031,11 @@ var CardInfo = {
return (card.type === 'SPELL'); return (card.type === 'SPELL');
},this); },this);
if (cards.length < 3) return; if (cards.length < 3) return;
return this.decreasePowerAsyn(3000,1,1); cards = this.player.opponent.signis;
return this.player.selectTargetAsyn(cards).callback(this,function (card) {
if (!card) return;
this.game.tillTurnEndAdd(this,card,'power',-3000);
});
} }
}], }],
}, },