mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 09:49:16 +01:00
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,
|
attackPhase: true,
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
return this.player.selectOpponentSigniAsyn().callback(this,function (card) {
|
return this.player.selectOpponentSigniAsyn().callback(this,function (card) {
|
||||||
|
if (!card) return;
|
||||||
this.game.tillTurnEndSet(this,card,'abilityLost',true);
|
this.game.tillTurnEndSet(this,card,'abilityLost',true);
|
||||||
this.game.tillTurnEndSet(this,card,'canNotGainAbility',true, {forced: true});
|
this.game.tillTurnEndSet(this,card,'canNotGainAbility',true, {forced: true});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue