From 3a2bc61a89289ffd8c77a2c07660b48bf60b5c7f Mon Sep 17 00:00:00 2001 From: 157 <3619242020@qq.com> Date: Mon, 6 May 2024 14:32:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B9=B1=E6=8E=A0=E3=80=91=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BD=93=E5=89=8D=E9=98=B6=E6=AE=B5=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/tw/skill.js | 1 + 1 file changed, 1 insertion(+) diff --git a/character/tw/skill.js b/character/tw/skill.js index 3c1d14aac..6c0657125 100644 --- a/character/tw/skill.js +++ b/character/tw/skill.js @@ -6257,6 +6257,7 @@ const skills = { var history = current.getHistory("useCard"); if (!history.length) return false; for (var evt of history) { + if (evt.getParent("phaseUse") !== event) return false; if (evt.card && evt.card.name == "shunshou") { targets.addArray(evt.targets); }