Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -164,22 +164,18 @@ fun["是否效果卡"] = function(card) --{ for i = 1, #str["效果卡的种类表"] do --{ - cache_1 = Card.IsType(card, str["效果卡的种类表"][i]) - - if cache_1 then --{ + if Card.IsType(card, str["效果卡的种类表"][i]) then --{ return true end --} end --} - cache_1 = Card.IsType(card, TYPE_PENDULUM) - - if cache_1 then --{ + if Card.IsType(card, TYPE_PENDULUM) then --{ for i = 1, #str["无效果灵摆怪兽表"] do --{ if Card.IsCode(card, str["无效果灵摆怪兽表"][i]) then --{