forked from mirrors/webxoss-core
🐛 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) {
|
}).callback(this,function (afterSummonAsyn) {
|
||||||
arg = Object.create(arg);
|
arg = Object.create(arg);
|
||||||
arg.isSummon = true;
|
arg.isSummon = true;
|
||||||
|
arg.up = !!arg.down;
|
||||||
var event = this.moveTo(zone,arg);
|
var event = this.moveTo(zone,arg);
|
||||||
if (isFunc(afterSummonAsyn)) {
|
if (isFunc(afterSummonAsyn)) {
|
||||||
return afterSummonAsyn.call(this,event).callback(this,function () {
|
return afterSummonAsyn.call(this,event).callback(this,function () {
|
||||||
|
|
Loading…
Reference in a new issue