Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -71,10 +71,12 @@ str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN + str["无AI"] = str_1 & DUEL_SIMPLE_AI + str["规则表"] = { [3] = "大师3 " , [4] = "新大师 " , [5] = "大师2020 " @@ -509,10 +511,16 @@ if str["无BP"] == 0 then --{ str["开局说明"] = str["开局说明"] .. "无BP " + end --} + + if str["无AI"] == 0 then --{ + + str["开局说明"] = str["开局说明"] .. "无AI " + end --} if str["开局添加手卡"] then --{ str["开局说明"] = str["开局说明"]