Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -165,11 +165,11 @@ fun["是否效果卡"] = function(card) --{ for i = 1, #str["效果卡的种类表"] do --{ if Card.IsType(card, str["效果卡的种类表"][i]) then --{ - Debug.ShowHint("" .. Duel.GetFlagEffect(0, EFFECT_INDESTRUCTABLE)) + Debug.ShowHint("" .. Duel.GetFlagEffect(0, EFFECT_UPDATE_ATTACK)) return true end --} end --}