mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 fix PR-371 1st effect
This commit is contained in:
parent
511de3e86a
commit
5470e3e989
1 changed files with 1 additions and 1 deletions
|
@ -121722,7 +121722,7 @@ var CardInfo = {
|
|||
artsEffect: [{
|
||||
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