forked from mirrors/webxoss-core
Fix PR-318
This commit is contained in:
parent
838ecd8925
commit
3e7317f74d
1 changed files with 2 additions and 1 deletions
|
@ -121257,8 +121257,9 @@ var CardInfo = {
|
|||
],
|
||||
spellEffect: {
|
||||
actionAsyn: function (target) {
|
||||
var lrig = this.player.lrig
|
||||
var filter = function (card) {
|
||||
return card.hasSameColorWith(this.player.lrig);
|
||||
return card.hasSameColorWith(lrig);
|
||||
};
|
||||
return this.player.seekAsyn(filter,1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue