Overview
| Comment: | 0.0.2034 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
27389a3b0a3407ac945edc58b0d27e35 |
| User & Date: | 顽雨沉风 on 2023-07-23 00:36:27.307 |
| Other Links: | manifest | tags |
Context
|
2023-07-23
| ||
| 00:40 | 0.0.2035 check-in: 0d5ba0fc61 user: 顽雨沉风 tags: trunk | |
| 00:36 | 0.0.2034 check-in: 27389a3b0a user: 顽雨沉风 tags: trunk | |
| 00:35 | 0.0.2033 check-in: 6254eda63a user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [792052437b]
to [1a72dce53b].
| ︙ | ︙ | |||
266 267 268 269 270 271 272 |
.. str["开局添加手卡的数量"]
.. "卡 "
end --}
if str["禁格"] then --{
| | | | > | > | < > | 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 |
.. str["开局添加手卡的数量"]
.. "卡 "
end --}
if str["禁格"] then --{
str["开局说明"] = str["开局说明"]
.. "禁"
.. str["禁格的数量"]
.. "格 "
end --}
if str["随机抽卡的数量"] then --{
str["开局说明"] = str["开局说明"]
.. "抽"
.. str["随机抽卡的数量"]
.. "卡 "
end --}
Debug.ShowHint(str["开局说明"])
end --}
fun["开局添加手卡"] = function(str_1) --{
|
| ︙ | ︙ |