🐛 hotfix WD20-006

This commit is contained in:
WEBXOSS 2017-08-22 10:38:20 +08:00
parent 71c39c98c1
commit 1af36988a2

View file

@ -116457,6 +116457,8 @@ var CardInfo = {
return this.player.selectSomeAsyn('TRASH',cards,2,2).callback(this,function (cards) {
return this.game.trashCards(cards);
});
}).callback(this,function () {
return this.player.opponent.discardAsyn(2);
}).callback(this,function () {
this.player.addLifeCloth();
if (this.game.turnPlayer === this.player) return;