mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-19 03:56:06 +01:00
fix banishCardsAsyn
This commit is contained in:
parent
e2508bd935
commit
bb0d7637e3
1 changed files with 1 additions and 1 deletions
2
Game.js
2
Game.js
|
@ -504,7 +504,7 @@ Game.prototype.banishCardsAsyn = function (cards,force,arg) {
|
||||||
attackingSigni: attackingSigni,
|
attackingSigni: attackingSigni,
|
||||||
source: banishSource
|
source: banishSource
|
||||||
};
|
};
|
||||||
this.game.setData(signi.player,'flagSigniBanished',true);
|
this.setData(signi.player,'flagSigniBanished',true);
|
||||||
signi.onBanish.trigger(event);
|
signi.onBanish.trigger(event);
|
||||||
signi.player.onSigniBanished.trigger(event);
|
signi.player.onSigniBanished.trigger(event);
|
||||||
},this);
|
},this);
|
||||||
|
|
Loading…
Reference in a new issue