Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
492df84f917c31aef68f944685f4ffc2 |
| User & Date: | 顽雨沉风 on 2024-02-17 05:43:32.435 |
| Other Links: | manifest | tags |
Context
|
2024-02-17
| ||
| 05:47 | 好 check-in: a641cde4c6 user: 顽雨沉风 tags: trunk | |
| 05:43 | 好 check-in: 492df84f91 user: 顽雨沉风 tags: trunk | |
| 05:42 | 好 check-in: 1706ec3d64 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [97b01c320c]
to [286acd6c48].
| ︙ | ︙ | |||
235 236 237 238 239 240 241 |
end
if s["机智"] == 0 then
h1 = h1 .. "无机智 "
end
if s["开局选卡入手之数"] then
h1 = h1 .. "选" .. s["开局选卡入手之数"] .. "卡 "
end
| | | > > > | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 |
end
if s["机智"] == 0 then
h1 = h1 .. "无机智 "
end
if s["开局选卡入手之数"] then
h1 = h1 .. "选" .. s["开局选卡入手之数"] .. "卡 "
end
if s["量之禁「主怪格」"] then
h1 = h1 .. "禁" .. s["量之禁「主怪格」"] .. "怪格 "
end
if s["量之禁「魔陷格」"] then
h1 = h1 .. "禁" .. s["量之禁「魔陷格」"] .. "魔格 "
end
if s["开局洗卡抽卡之数"] then
h1 = h1 .. "抽" .. s["开局洗卡抽卡之数"] .. "卡 "
end
Debug.ShowHint(h1)
end
do
|
| ︙ | ︙ |