Overview
Comment: | 0.0.710 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
67711c767efdc14867e326bb085f524b |
User & Date: | 顽雨沉风 on 2023-07-05 10:22:02 |
Other Links: | manifest | tags |
Context
2023-07-05
| ||
11:54 | 0.0.711 check-in: d339c6b9b3 user: 顽雨沉风 tags: trunk | |
10:22 | 0.0.710 check-in: 67711c767e user: 顽雨沉风 tags: trunk | |
10:20 | 0.0.709 check-in: be78d8f253 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [31bbe01e04] to [1900626652].
︙ | ︙ | |||
112 113 114 115 116 117 118 | str["开局说明"] = str["开局说明"] .. str["规则"] if str["不洗牌"] == 0 then else str["开局说明"] = str["开局说明"] .. "伪洗牌 " end | < < | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | str["开局说明"] = str["开局说明"] .. str["规则"] if str["不洗牌"] == 0 then else str["开局说明"] = str["开局说明"] .. "伪洗牌 " end if str["无BP"] == 0 then str["开局说明"] = str["开局说明"] .. "无BP " end if str["开局添加手卡"] then str["开局说明"] = str["开局说明"] .. "选" str["开局说明"] = str["开局说明"] .. str["开局添加手卡"] str["开局说明"] = str["开局说明"] .. "卡 " |
︙ | ︙ |