mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 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: {
|
||||
actionAsyn: function () {
|
||||
var done = false;
|
||||
return Callback.loop(3,this,function () {
|
||||
return Callback.loop(this,3,function () {
|
||||
if (done) return;
|
||||
var cards = this.player.hands.filter(function (card) {
|
||||
return (card.type === 'SIGNI');
|
||||
|
|
Loading…
Reference in a new issue