Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -80,11 +80,11 @@ end return false end -fun["开局说明"] = function(str_1) +fun["开局说明"] = function() if str["开局说明吗"] == 1 then return else str["开局说明吗"] = 1 end @@ -139,11 +139,11 @@ if str["印卡"] then str["开局说明"] = str["开局说明"] .. "印卡 " end Debug.ShowHint(str["开局说明"]) - fun["通关邀请"](str_1) + fun["通关邀请"]() end fun["开局添加手卡"] = function(str_1) str["开局添加手卡"] = str_1 effect_1 = Effect.GlobalEffect()