Differences From Artifact [9373721b70]:
- File script/c0.lua — part of check-in [06ee05c026] at 2023-06-30 05:12:44 on branch trunk — 0.0.489 (user: 顽雨沉风, size: 2255) [annotate] [blame] [check-ins using]
To Artifact [53c74c81d6]:
- File script/c0.lua — part of check-in [db68a47557] at 2023-06-30 05:14:49 on branch trunk — 0.0.491 (user: 顽雨沉风, size: 2301) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
83 84 85 86 87 88 89 90 |
str["开局说明"] = str["开局说明"] .. " "
if str["不洗牌"] then
str["开局说明"] = str["开局说明"] .. "伪洗牌"
end
Debug.ShowHint(str["开局说明"])
end
| > | 83 84 85 86 87 88 89 90 91 |
str["开局说明"] = str["开局说明"] .. " "
if str["不洗牌"] then
str["开局说明"] = str["开局说明"] .. "伪洗牌"
end
Debug.ShowHint(str["开局说明"])
Debug.ShowHint(tostring(str["不洗牌"]))
end
|