forked from mirrors/webxoss-core
🐛 fix WX16-042 spell
This commit is contained in:
parent
311321b2c1
commit
5fbc99f867
1 changed files with 1 additions and 1 deletions
|
@ -115597,7 +115597,7 @@ var CardInfo = {
|
||||||
spellEffect: {
|
spellEffect: {
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
var done = false;
|
var done = false;
|
||||||
return Callback.loop(3,this,function () {
|
return Callback.loop(this,3,function () {
|
||||||
if (done) return;
|
if (done) return;
|
||||||
var cards = this.player.hands.filter(function (card) {
|
var cards = this.player.hands.filter(function (card) {
|
||||||
return (card.type === 'SIGNI');
|
return (card.type === 'SIGNI');
|
||||||
|
|
Loading…
Reference in a new issue