Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7a80b7fa09ccc14d57c014333852ed88 |
User & Date: | 顽雨沉风 on 2024-02-17 15:36:04 |
Other Links: | manifest | tags |
Context
2024-02-17
| ||
15:42 | 好 check-in: b158c7a4ac user: 顽雨沉风 tags: trunk | |
15:36 | 好 check-in: 7a80b7fa09 user: 顽雨沉风 tags: trunk | |
15:20 | 好 check-in: bb85d78743 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [68ea901801] to [d12967c7e4].
︙ | ︙ | |||
251 252 253 254 255 256 257 | h1 = h1 .. "抽" .. s["「开局洗卡抽卡」之量"] .. "卡 " end Debug.ShowHint(h1) end do s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle --~ 「开局洗卡抽卡」之量 | | | | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 | h1 = h1 .. "抽" .. s["「开局洗卡抽卡」之量"] .. "卡 " end Debug.ShowHint(h1) end do s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle --~ 「开局洗卡抽卡」之量 --~ 「开局选卡入手」之量 --~ 传入对方额外卡组最上面表侧卡,并将其作为印卡源 --~ 能往手卡印几张卡 --~ 最多能印几张卡 function _G.aux.BeginPuzzle(u1, u2, u3, u4, u5) s["aux.BeginPuzzle"]() if u1 then s["开局洗卡抽卡"](u1) end |
︙ | ︙ |