Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -30,12 +30,12 @@ s["Debug.ReloadFieldBegin"] = _G.Debug.ReloadFieldBegin --~ 模 --~ 则数 function _G.Debug.ReloadFieldBegin(u1, u2) s["伪洗卡"] = u1 & DUEL_PSEUDO_SHUFFLE - s["战段"] = u1 & DUEL_ATTACK_FIRST_TURN - s["机智"] = u1 & DUEL_SIMPLE_AI + d["战斗阶段"] = u1 & DUEL_ATTACK_FIRST_TURN + d["人工智能"] = u1 & DUEL_SIMPLE_AI if u2 then s["则"] = h1[u2] else s["则"] = h1[5] end @@ -152,15 +152,15 @@ h1 = h2 .. "卡 " .. s["则"] if s["伪洗卡"] == 0 then else h1 = h1 .. "伪洗卡 " end - if s["战段"] == 0 then - h1 = h1 .. "无战段 " + if d["战斗阶段"] == 0 then + h1 = h1 .. "无战斗阶段 " end - if s["机智"] == 0 then - h1 = h1 .. "无机智 " + if d["人工智能"] == 0 then + h1 = h1 .. "无人工智能 " end if d["数_选卡"] then h1 = h1 .. "选" .. d["数_选卡"] .. "卡 " end if d["数_禁格"] then