Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -268,21 +268,23 @@ end --} if str["禁格"] then --{ - str["开局说明"] = str["开局说明"] .. str["禁格的前缀"] - str["开局说明"] = str["开局说明"] .. str["禁格"] - str["开局说明"] = str["开局说明"] .. str["禁格的后缀"] + str["开局说明"] = str["开局说明"] + .. "禁" + .. str["禁格的数量"] + .. "格 " end --} if str["随机抽卡的数量"] then --{ - str["开局说明"] = str["开局说明"] .. str["随机抽卡的前缀"] - str["开局说明"] = str["开局说明"] .. str["随机抽卡的数量"] - str["开局说明"] = str["开局说明"] .. str["随机抽卡的后缀"] + str["开局说明"] = str["开局说明"] + .. "抽" + .. str["随机抽卡的数量"] + .. "卡 " end --} Debug.ShowHint(str["开局说明"]) end --}