Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0f9865b09cb41b8f874c7ff0cb89fc53 |
User & Date: | 顽雨沉风 on 2024-02-14 04:06:05 |
Other Links: | manifest | tags |
Context
2024-02-14
| ||
04:08 | 好 check-in: ba19448ef5 user: 顽雨沉风 tags: trunk | |
04:06 | 好 check-in: 0f9865b09c user: 顽雨沉风 tags: trunk | |
04:01 | 好 check-in: 033930309a user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [98e177fe56] to [75761ba61d].
︙ | ︙ | |||
235 236 237 238 239 240 241 | end Debug.ShowHint(h1) end do s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle --~ 开局选牌入手之数 --~ 禁格之数 | | > > > > | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 | 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 if u2 then s["禁格"](u2) end if u3 then s["印牌"](u3, u4, u5) else end s["开局之示"]() s["通关之邀"]() end end |