修复将角色手牌作为五谷亮出牌相关的loseAsync事件不为正面向上失去的bug
This commit is contained in:
parent
707aca8959
commit
b59fc7d7cd
|
@ -1007,6 +1007,7 @@ game.import("card", function () {
|
||||||
});
|
});
|
||||||
game.loseAsync({
|
game.loseAsync({
|
||||||
lose_list: lose_list,
|
lose_list: lose_list,
|
||||||
|
visible: true,
|
||||||
}).setContent("chooseToCompareLose");
|
}).setContent("chooseToCompareLose");
|
||||||
}
|
}
|
||||||
if (cards2.length) game.cardsGotoOrdering(cards2);
|
if (cards2.length) game.cardsGotoOrdering(cards2);
|
||||||
|
|
Loading…
Reference in New Issue