From 4eeb4b9c7d837837cf0ae85342e44dd251800874 Mon Sep 17 00:00:00 2001 From: mengxinzxz <2223529500@qq.com> Date: Wed, 1 May 2024 15:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B8=E9=A9=AC=E5=AD=9A=E3=80=90=E5=A4=87?= =?UTF-8?q?=E9=A2=84=E3=80=91bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/yijiang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/character/yijiang.js b/character/yijiang.js index c16718bec..56a918b35 100755 --- a/character/yijiang.js +++ b/character/yijiang.js @@ -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++) {