This commit is contained in:
157 2024-05-21 13:29:14 +08:00
parent dbc9536126
commit 0af1cfc6d0
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,6 @@ const skills = {
content() {
player
.moveCard(
true,
game.filterPlayer(i => {
return i.group == "qun";
}),

View File

@ -224,7 +224,7 @@ export const optionsMenu = function (connectMenu) {
for (var i in lib.character) {
if (lib.character[i][3].length) list.push([i, lib.translate[i]]);
}
if (!list.length) return;
list.sort(function (a, b) {
a = a[0];
b = b[0];