forked from mirrors/webxoss-core
🐛 fix WX16-006 3rd effect
This commit is contained in:
parent
ccd0b8ffab
commit
511de3e86a
1 changed files with 1 additions and 1 deletions
|
@ -117299,7 +117299,7 @@ var CardInfo = {
|
|||
},{
|
||||
actionAsyn: function () {
|
||||
var filter = function (card) {
|
||||
return card.hasSameColorWith(card.player.lrig);
|
||||
return (card.type === 'SIGNI') && card.hasSameColorWith(card.player.lrig);
|
||||
};
|
||||
return this.player.pickCardAsyn(filter,0,2);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue