Differences From Artifact [f35786ea33]:
- File script/c0.lua — part of check-in [6fd7ae5db6] at 2023-07-07 11:56:05 on branch trunk — 0.0.878 (user: 顽雨沉风, size: 5970) [annotate] [blame] [check-ins using]
To Artifact [cde45ebd62]:
- File script/c0.lua — part of check-in [52e4f82c0b] at 2023-07-07 11:56:48 on branch trunk — 0.0.879 (user: 顽雨沉风, size: 6066) [annotate] [blame] [check-ins using]
︙ | |||
126 127 128 129 130 131 132 133 134 135 136 137 138 139 | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | + + + + | end if str["禁格"] then str["开局说明"] = str["开局说明"] .. "禁" str["开局说明"] = str["开局说明"] .. str["禁格"] str["开局说明"] = str["开局说明"] .. "格 " end if str["印卡"] then str["开局说明"] = str["开局说明"] .. "印卡 " end Debug.ShowHint(str["开局说明"]) fun["通关邀请"]() end fun["开局添加手卡"] = function(str_1) str["开局添加手卡"] = str_1 |
︙ |