fix card.summonAsyn() with rise

This commit is contained in:
WEBXOSS 2017-03-12 00:13:36 +08:00
parent 96f180deb3
commit 0e857dd63c

View file

@ -1374,7 +1374,7 @@ Card.prototype.summonAsyn = function (optional,dontTriggerStartUp,down) {
}
}).callback(this,function (card) {
if (!card) return;
return this.player.selectSummonZoneAsyn().callback(this,function (zone) {
return this.player.selectSummonZoneAsyn(false,this.rise).callback(this,function (zone) {
card.moveTo(zone,{
dontTriggerStartUp: dontTriggerStartUp,
up: !down