解决冲突

This commit is contained in:
mengxinzxz 2024-04-18 20:37:55 +08:00
parent b025e487e4
commit 11ece00fbb
1 changed files with 2 additions and 2 deletions

View File

@ -753,6 +753,7 @@ game.import("character", function () {
}, },
direct: true, direct: true,
changeSeat: true, changeSeat: true,
derivation: "tamo_faq",
async content(event, trigger, player) { async content(event, trigger, player) {
const toSortPlayers = game.filterPlayer((current) => !current.isZhu2()); const toSortPlayers = game.filterPlayer((current) => !current.isZhu2());
toSortPlayers.sortBySeat(game.findPlayer2((current) => current.getSeatNum() == 1, true)); toSortPlayers.sortBySeat(game.findPlayer2((current) => current.getSeatNum() == 1, true));
@ -870,7 +871,7 @@ game.import("character", function () {
}); });
const { result } = await next; const { result } = await next;
if (!result.bool) return; if (!result.bool) return;
player.logSkill("tamo"); await player.logSkill("tamo");
const resultList = result.moved[0].map((info) => { const resultList = result.moved[0].map((info) => {
return parseInt(info.split("|")[0]); return parseInt(info.split("|")[0]);
}); });
@ -1183,7 +1184,6 @@ game.import("character", function () {
default: default:
return false; return false;
} }
break;
} }
}, },
forced: true, forced: true,