mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-02-07 14:23:39 +01:00
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: {
|
spellEffect: {
|
||||||
actionAsyn: function (target) {
|
actionAsyn: function (target) {
|
||||||
|
var lrig = this.player.lrig
|
||||||
var filter = function (card) {
|
var filter = function (card) {
|
||||||
return card.hasSameColorWith(this.player.lrig);
|
return card.hasSameColorWith(lrig);
|
||||||
};
|
};
|
||||||
return this.player.seekAsyn(filter,1);
|
return this.player.seekAsyn(filter,1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue