🐛 fix WX16-042 spell

This commit is contained in:
WEBXOSS 2017-06-18 23:30:57 +08:00
parent 311321b2c1
commit 5fbc99f867

View file

@ -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');