forked from mirrors/webxoss-core
💩 review
This commit is contained in:
parent
fd8e74ee06
commit
e4ec48bf15
1 changed files with 1 additions and 1 deletions
|
@ -128434,7 +128434,7 @@ var CardInfo = {
|
||||||
return card.rise && card.canSummon();
|
return card.rise && card.canSummon();
|
||||||
},this);
|
},this);
|
||||||
if (!cards.length) return;
|
if (!cards.length) return;
|
||||||
return this.player.selectOptionalAsyn('SUMMON_SIGNI',cards,true,true).callback(this,function (card) {
|
return this.player.selectOptionalAsyn('SUMMON_SIGNI',cards).callback(this,function (card) {
|
||||||
if (!card) return;
|
if (!card) return;
|
||||||
return card.summonAsyn(false,true);
|
return card.summonAsyn(false,true);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue