forked from mirrors/webxoss-core
Fix WX14-001
This commit is contained in:
parent
0d4e2e5936
commit
3f37612ac2
1 changed files with 1 additions and 0 deletions
|
@ -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});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue