This commit is contained in:
parent
ce1c6b4daf
commit
428d85b161
|
@ -10982,7 +10982,12 @@
|
|||
event.finish();
|
||||
return;
|
||||
}
|
||||
player.lose(cards);
|
||||
var next=player.lose(cards);
|
||||
for(var i=0;i<cards.length;i++){
|
||||
if(!next.cards.contains(cards[i])){
|
||||
cards[i].discard();
|
||||
}
|
||||
}
|
||||
player.using=cards;
|
||||
var cardaudio=true;
|
||||
if(event.skill){
|
||||
|
|
Loading…
Reference in New Issue