Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -4,11 +4,10 @@ str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin Debug.ReloadFieldBegin = function(str_1, str_2) str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN - if str_2 then if str_2 == 3 then str["规则"] = "大师3 " elseif str_2 == 4 then str["规则"] = "新大师 " @@ -18,10 +17,11 @@ else str["规则"] = "大师2020 " end str["Debug.ReloadFieldBegin"](str_1, str_2) end + fun["通关邀请"] = function() effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS)