From 601d5c40a6dd2c58203908fbcc1c4ffd8a2d5bd7 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Wed, 23 Aug 2017 20:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20bug=20when=20summon=20down?= =?UTF-8?q?ed=20SIGNI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Card.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Card.js b/Card.js index 40cb2b4..982c563 100644 --- a/Card.js +++ b/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 () {