司马孚【备预】bugfix

This commit is contained in:
mengxinzxz 2024-05-01 15:10:29 +08:00
parent 7bfe02efe5
commit 4eeb4b9c7d
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ game.import("character", function () {
.forResult();
}
if (resultx.bool) {
const moved = result.moved[0];
const moved = resultx.moved[0];
if (moved.length) {
await player.lose(cards, ui.cardPile);
for (let i = 0; i < moved.length; i++) {