mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
fix wx15-059
This commit is contained in:
parent
9a77c273e0
commit
b66905088b
1 changed files with 2 additions and 2 deletions
|
@ -110672,9 +110672,9 @@ var CardInfo = {
|
|||
var cards = this.player.hands.filter(function (card) {
|
||||
return card.hasClass('調理');
|
||||
},this);
|
||||
return this.player.selectOptionalAsyn('DISCARD',cards).callback(this,function (card) {
|
||||
return this.player.selectOptionalAsyn('TARGET',cards).callback(this,function (card) {
|
||||
if (!card) return;
|
||||
card.trash();
|
||||
card.moveTo(this.player.enerZone);
|
||||
this.player.draw(1);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue