Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -3,19 +3,24 @@ 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["规则"] = "新大师 " - elseif str_2 == 5 then - str["规则"] = "大师2020 " - end + + if str_2 then --{ + if str_2 == 3 then --{ + str["规则"] = "大师3 " + --} + elseif str_2 == 4 then --{ + str["规则"] = "新大师 " + --} + elseif str_2 == 5 then --{ + str["规则"] = "大师2020 " + --} + end --} else str["规则"] = "大师2020 " end str["Debug.ReloadFieldBegin"](str_1, str_2) end --} @@ -245,6 +250,9 @@ effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1,0) end + + +