神鲁肃【塌谟】bugfix

修复主公回合被跳过的bug
This commit is contained in:
mengxinzxz 2024-04-19 00:48:57 +08:00
parent 164628ff73
commit c19990ead2
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ game.import("character", function () {
game.swapSeat(list[0], list[1], false);
}
}, toSwapList);
if (trigger.name === "phase" && trigger.player !== toSortPlayers[0] && !trigger._finished) {
if (trigger.name === "phase" && !trigger.player.isZhu2() && trigger.player !== toSortPlayers[0] && !trigger._finished) {
trigger.finish();
trigger._triggered = 5;
const evt = toSortPlayers[0].insertPhase();