forked from mirrors/webxoss-core
🐛 fix WX16-027 onPlay
This commit is contained in:
parent
d0b8a0dedc
commit
ec3bf83ce2
1 changed files with 1 additions and 1 deletions
|
@ -118002,7 +118002,7 @@ var CardInfo = {
|
|||
startUpEffects: [{
|
||||
actionAsyn: function () {
|
||||
var cards = this.player.mainDeck.getTopCards(2);
|
||||
if (cards.length) return;
|
||||
if (!cards.length) return;
|
||||
this.player.informCards(cards);
|
||||
return this.player.selectAsyn('ADD_TO_HAND',cards).callback(this,function (card) {
|
||||
if (!card) return;
|
||||
|
|
Loading…
Reference in a new issue