1
0
Fork 0

🐛 hotfix WD20-004 onPlay

This commit is contained in:
WEBXOSS 2017-08-21 03:02:02 +08:00
parent 2a311c7486
commit c537571c71

View file

@ -120597,7 +120597,10 @@ var CardInfo = {
costCoin: 2,
actionAsyn: function () {
this.player.draw(1);
return this.player.discardAsyn(1);
return this.player.selectAsyn('TARGET',this.player.hands).callback(this,function (card) {
if (!card) return;
card.moveTo(this.player.enerZone);
});
},
}],
},