Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -181,10 +181,24 @@ Duel.RegisterEffect(str["效果"] , 0) end --} + +fun["一_禁格"] = function(str_1) --{ + + str["禁格的数量"] = str_1 + + str["效果"] = Effect.GlobalEffect() + + str["效果"]:SetCode(EFFECT_USE_EXTRA_MZONE) + + str["效果"]:SetValue(str_1) + + Duel.RegisterEffect(str["效果"],0) + + end --} --第二层------------------------------- local cache_1 local cache_2 @@ -359,23 +373,11 @@ -fun["禁格"] = function(str_1) --{ - - str["禁格的数量"] = str_1 - - str["效果"] = Effect.GlobalEffect() - - str["效果"]:SetCode(EFFECT_USE_EXTRA_MZONE) - - str["效果"]:SetValue(str_1) - - Duel.RegisterEffect(str["效果"],0) - - end --} + fun["该效果不能被连锁"] = function() --{ Duel.SetChainLimit(aux.FALSE)