forked from mirrors/webxoss-core
🐛 hotfix WD20-006
This commit is contained in:
parent
71c39c98c1
commit
1af36988a2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue