修复将角色手牌作为五谷亮出牌相关的loseAsync事件不为正面向上失去的bug

This commit is contained in:
copcap 2024-04-20 00:07:57 +08:00
parent 707aca8959
commit b59fc7d7cd
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 1 additions and 0 deletions

View File

@ -1007,6 +1007,7 @@ game.import("card", function () {
});
game.loseAsync({
lose_list: lose_list,
visible: true,
}).setContent("chooseToCompareLose");
}
if (cards2.length) game.cardsGotoOrdering(cards2);