Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -79,16 +79,19 @@ if Card.IsType(card, s["效卡之类排"][i]) then return true end end if Card.IsType(card, TYPE_PENDULUM) then + for i = 1, #s["无效灵摆怪兽之卡编排"] do if Card.IsCode(card, s["无效灵摆怪兽之卡编排"][i]) then + return false else - return true + --~ Debug.ShowHint(tostring(s["无效灵摆怪兽之卡编排"][i])) end end + return true end end do local h1 --~ “调该效果”的效果