Overview
| Comment: | 0.0.757 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
38127bc74b61d32a5ba8091431e5ef63 |
| User & Date: | 顽雨沉风 on 2023-07-06 13:03:52.262 |
| Other Links: | manifest | tags |
Context
|
2023-07-06
| ||
| 13:05 | 0.0.758 check-in: 48856d173a user: 顽雨沉风 tags: trunk | |
| 13:03 | 0.0.757 check-in: 38127bc74b user: 顽雨沉风 tags: trunk | |
| 13:03 | 0.0.756 check-in: 6a26890958 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [e8352c2fe4]
to [371369c8ec].
| ︙ | ︙ | |||
122 123 124 125 126 127 128 |
if str["开局添加手卡"] then
str["开局说明"] = str["开局说明"] .. "选"
str["开局说明"] = str["开局说明"] .. str["开局添加手卡"]
str["开局说明"] = str["开局说明"] .. "卡 "
end
if str["禁格"] then
| | | | | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
if str["开局添加手卡"] then
str["开局说明"] = str["开局说明"] .. "选"
str["开局说明"] = str["开局说明"] .. str["开局添加手卡"]
str["开局说明"] = str["开局说明"] .. "卡 "
end
if str["禁格"] then
str["开局说明"] = str["开局说明"] .. "禁"
str["开局说明"] = str["开局说明"] .. str["禁格"]
str["开局说明"] = str["开局说明"] .. "格 "
end
Debug.ShowHint(str["开局说明"])
fun["通关邀请"]()
end
fun["开局添加手卡"] = function(str_1)
|
| ︙ | ︙ |