mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 fix bug when summon downed SIGNI
This commit is contained in:
parent
0dfc5f6a88
commit
601d5c40a6
1 changed files with 1 additions and 0 deletions
1
Card.js
1
Card.js
|
@ -1590,6 +1590,7 @@ Card.prototype.handleSummonAsyn = function(zone,arg) {
|
|||
}).callback(this,function (afterSummonAsyn) {
|
||||
arg = Object.create(arg);
|
||||
arg.isSummon = true;
|
||||
arg.up = !!arg.down;
|
||||
var event = this.moveTo(zone,arg);
|
||||
if (isFunc(afterSummonAsyn)) {
|
||||
return afterSummonAsyn.call(this,event).callback(this,function () {
|
||||
|
|
Loading…
Reference in a new issue