forked from mirrors/webxoss-core
Fix WX14-022
This commit is contained in:
parent
b9e81c040e
commit
986aa28638
1 changed files with 1 additions and 0 deletions
|
@ -120752,6 +120752,7 @@ var CardInfo = {
|
||||||
return card.canSummon();
|
return card.canSummon();
|
||||||
},this);
|
},this);
|
||||||
return this.player.selectOptionalAsyn('SUMMON_SIGNI',cards).callback(this,function (card) {
|
return this.player.selectOptionalAsyn('SUMMON_SIGNI',cards).callback(this,function (card) {
|
||||||
|
if (!card) return;
|
||||||
return card.summonAsyn();
|
return card.summonAsyn();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue