【易城】bugfix
This commit is contained in:
parent
7312f5113f
commit
df5b936855
|
@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue