Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -16,11 +16,11 @@ 28363749, 19474136, 17390179, 83980492, } -s["全区"] = LOCATION_HAND + LOCATION_MZONE + LOCATION_SZONE + LOCATION_GRAVE + LOCATION_REMOVED + LOCATION_DECK + LOCATION_EXTRA +d["所有区域"] = LOCATION_HAND + LOCATION_MZONE + LOCATION_SZONE + LOCATION_GRAVE + LOCATION_REMOVED + LOCATION_DECK + LOCATION_EXTRA do local h1 --~ 则对 h1 = { [3] = "大师规则 ", @@ -138,11 +138,11 @@ end end d["开局提示"] = function() local h1, h2, h3 --~ 此局效卡之数 - h2 = Duel.GetMatchingGroupCount(d["是否有效果卡"], 0, s["全区"], s["全区"], nil) + h2 = Duel.GetMatchingGroupCount(d["是否有效果卡"], 0, d["所有区域"], d["所有区域"], nil) --~ 超量材组 h3 = Duel.GetOverlayGroup(0, LOCATION_MZONE, LOCATION_MZONE) for u1 in aux.Next(h3) do if d["是否有效果卡"](u1) then h2 = h2 + 1