From 288dcd5e083f0cc80fd0ac2569a9b87ae7a85231 Mon Sep 17 00:00:00 2001 From: Wind2009-Louse Date: Sun, 12 Jul 2026 13:00:12 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20CNo.106=20=E6=BA=B6=E5=B2=A9=E6=8E=8C?= =?UTF-8?q?=E3=82=B8=E3=83=A3=E3=82=A4=E3=82=A2=E3=83=B3=E3=83=88=E3=83=BB?= =?UTF-8?q?=E3=83=8F=E3=83=B3=E3=83=89=E3=83=BB=E3=83=AC=E3=83=83=E3=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c55888045.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c55888045.lua b/c55888045.lua index 6bf09eb166..6c4472f571 100644 --- a/c55888045.lua +++ b/c55888045.lua @@ -19,7 +19,7 @@ end aux.xyz_number[55888045]=106 function c55888045.negcon(e,tp,eg,ep,ev,re,r,rp) local loc=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION) - return bit.band(loc,LOCATION_ONFIELD)~=0 and not e:GetHandler():IsStatus(STATUS_CHAINING) + return bit.band(loc,LOCATION_ONFIELD)~=0 and e:GetHandler():GetOverlayGroup():IsExists(Card.IsSetCard,1,nil,0x48) end function c55888045.filter(c)