1
0
Fork 0

Fix WX14-001

This commit is contained in:
WEBXOSS 2016-12-11 19:31:12 +08:00
parent 0d4e2e5936
commit 3f37612ac2

View file

@ -118849,6 +118849,7 @@ var CardInfo = {
attackPhase: true,
actionAsyn: function () {
return this.player.selectOpponentSigniAsyn().callback(this,function (card) {
if (!card) return;
this.game.tillTurnEndSet(this,card,'abilityLost',true);
this.game.tillTurnEndSet(this,card,'canNotGainAbility',true, {forced: true});
});