Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -128,10 +128,14 @@ if str["禁格"] then str["开局说明"] = str["开局说明"] .. "禁" str["开局说明"] = str["开局说明"] .. str["禁格"] str["开局说明"] = str["开局说明"] .. "格 " end + + if str["印卡"] then + str["开局说明"] = str["开局说明"] .. "印卡 " + end Debug.ShowHint(str["开局说明"]) fun["通关邀请"]() end