Overview
| Comment: | 0.0.982 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
648e2ae3c020b60ee57a725b24d0e256 |
| User & Date: | 顽雨沉风 on 2023-07-08 16:25:35.786 |
| Other Links: | manifest | tags |
Context
|
2023-07-08
| ||
| 16:27 | 0.0.983 check-in: 8ac61f2bc0 user: 顽雨沉风 tags: trunk | |
| 16:25 | 0.0.982 check-in: 648e2ae3c0 user: 顽雨沉风 tags: trunk | |
| 16:10 | 0.0.981 check-in: 428838570f user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [8485c15fb1]
to [f3c3082e13].
| ︙ | |||
78 79 80 81 82 83 84 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | - + |
return true
end
end
return false
end
|
| ︙ | |||
137 138 139 140 141 142 143 | 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 | - + |
end
if str["印卡"] then
str["开局说明"] = str["开局说明"] .. "印卡 "
end
Debug.ShowHint(str["开局说明"])
|
| ︙ |