Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -6,10 +6,12 @@ local cache_3 str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin Debug.ReloadFieldBegin = function(str_1, str_2) + + str["Debug.ReloadFieldBegin"](str_1, str_2) end @@ -38,13 +40,10 @@ Duel.RegisterEffect(effect_1 , 0) end fun["是否效果卡"] = function(card) - local cache_1 - local cache_2 - local cache_3 cache_1 = Card.IsType(card, TYPE_SPELL) cache_2 = Card.IsType(card, TYPE_TRAP) cache_3 = Card.IsType(card, TYPE_EFFECT)