【易城】bugfix

This commit is contained in:
mengxinzxz 2024-04-15 07:50:05 +08:00
parent 7312f5113f
commit df5b936855
1 changed files with 3 additions and 2 deletions

View File

@ -781,8 +781,9 @@ game.import('character', function () {
} }
} }
if(cards.length){ if(cards.length){
await game.cardsDiscard(cards); for(let i=cards.length-1;i--;i>=0){
//game.log(cards,'被置入了弃牌堆'); ui.cardPile.insertBefore(cards[i],ui.cardPile.firstChild);
}
} }
} }
}, },