Overview
| Comment: | 0.0.496 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a7b75b559262e9d537c45b47f0af2cfc |
| User & Date: | 顽雨沉风 on 2023-06-30 05:16:49.571 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 05:17 | 0.0.497 check-in: c1d72dcc80 user: 顽雨沉风 tags: trunk | |
| 05:16 | 0.0.496 check-in: a7b75b5592 user: 顽雨沉风 tags: trunk | |
| 05:16 | 0.0.495 check-in: a023ccb366 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [55e8955c26]
to [ca9a597ce5].
| ︙ | ︙ | |||
84 85 86 87 88 89 90 |
if str["不洗牌"] == 0 then
else
str["开局说明"] = str["开局说明"] .. "伪洗牌"
end
Debug.ShowHint(str["开局说明"])
| < | 84 85 86 87 88 89 90 91 |
if str["不洗牌"] == 0 then
else
str["开局说明"] = str["开局说明"] .. "伪洗牌"
end
Debug.ShowHint(str["开局说明"])
end
|