From 82f104dd840f5b3f6a29a1e175d3c3ee93ebe65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=9A=E4=B8=BA=E4=BD=95?= <2642270721@qq.com> Date: Sun, 25 May 2025 07:10:33 +0000 Subject: [PATCH] =?UTF-8?q?update=20lua/core/skill=5Ftype/cardskill.lua.?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E8=A7=86=E4=B8=BA=E6=8A=80=E5=9C=A8?= =?UTF-8?q?=E4=B8=8D=E6=BB=A1=E8=B6=B3=E5=8F=91=E5=8A=A8=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=97=B6=E4=BB=8D=E7=84=B6=E8=AF=A2=E9=97=AE=E2=80=9C=E6=97=A0?= =?UTF-8?q?=E6=87=88=E5=8F=AF=E5=87=BB=E2=80=9D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 诚为何 <2642270721@qq.com> --- lua/core/skill_type/cardskill.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/core/skill_type/cardskill.lua b/lua/core/skill_type/cardskill.lua index b04583d..9a0191c 100644 --- a/lua/core/skill_type/cardskill.lua +++ b/lua/core/skill_type/cardskill.lua @@ -309,6 +309,7 @@ function CardSkill:preEffect(room, cardEffectData) if s.pattern and Exppattern:Parse("nullification"):matchExp(s.pattern) and + not (s.enabledAtResponse and not s:enabledAtResponse(p)) and ( cardEffectData.use == nil or not ( -- Gitee