mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 09:49:16 +01:00
commit
b839737f9b
1 changed files with 2 additions and 2 deletions
|
@ -110672,9 +110672,9 @@ var CardInfo = {
|
||||||
var cards = this.player.hands.filter(function (card) {
|
var cards = this.player.hands.filter(function (card) {
|
||||||
return card.hasClass('調理');
|
return card.hasClass('調理');
|
||||||
},this);
|
},this);
|
||||||
return this.player.selectOptionalAsyn('DISCARD',cards).callback(this,function (card) {
|
return this.player.selectOptionalAsyn('TARGET',cards).callback(this,function (card) {
|
||||||
if (!card) return;
|
if (!card) return;
|
||||||
card.trash();
|
card.moveTo(this.player.enerZone);
|
||||||
this.player.draw(1);
|
this.player.draw(1);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue