forked from mirrors/webxoss-core
🐛 fix PR-371 not checking card
This commit is contained in:
parent
c3990a1dbc
commit
0dfc5f6a88
1 changed files with 2 additions and 0 deletions
|
@ -121749,6 +121749,7 @@ var CardInfo = {
|
|||
return (card.level <= 3);
|
||||
};
|
||||
return this.player.selectOpponentSigniAsyn(filter).callback(this,function (card) {
|
||||
if (!card) return;
|
||||
card.down();
|
||||
});
|
||||
},
|
||||
|
@ -121758,6 +121759,7 @@ var CardInfo = {
|
|||
return (card.level === 5);
|
||||
};
|
||||
return this.player.selectOpponentSigniAsyn(filter).callback(this,function (card) {
|
||||
if (!card) return;
|
||||
return card.banishAsyn();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue