Differences From Artifact [2a0f816b79]:
- File script/c0.lua — part of check-in [4be88097db] at 2023-07-05 10:19:43 on branch trunk — 0.0.708 (user: 顽雨沉风, size: 4191) [annotate] [blame] [check-ins using]
To Artifact [31bbe01e04]:
- File script/c0.lua — part of check-in [be78d8f253] at 2023-07-05 10:20:36 on branch trunk — 0.0.709 (user: 顽雨沉风, size: 4298) [annotate] [blame] [check-ins using]
︙ | |||
112 113 114 115 116 117 118 119 120 121 122 123 124 125 | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | + + + + + | str["开局说明"] = str["开局说明"] .. str["规则"] if str["不洗牌"] == 0 then else str["开局说明"] = str["开局说明"] .. "伪洗牌 " end if str["无BP"] == 0 then else str["开局说明"] = str["开局说明"] .. "无BP " end if str["开局添加手卡"] then str["开局说明"] = str["开局说明"] .. "选" str["开局说明"] = str["开局说明"] .. str["开局添加手卡"] str["开局说明"] = str["开局说明"] .. "卡 " end |
︙ |