mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-02-23 05:33:08 +01:00
🐛 fix WX16-036 3rd spell
This commit is contained in:
parent
8b2e95d6fb
commit
26abccfcdd
1 changed files with 1 additions and 1 deletions
|
@ -118669,7 +118669,7 @@ var CardInfo = {
|
|||
var filter = function (card) {
|
||||
return (card.type === 'SIGNI') && card.hasColor('colorless');
|
||||
};
|
||||
this.player.pickCardAsyn(filter);
|
||||
return this.player.pickCardAsyn(filter);
|
||||
},
|
||||
}],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue