Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
88a69b97e24cac0b63c831ad42a787cd |
User & Date: | 顽雨沉风 on 2024-06-27 08:18:25 |
Other Links: | manifest | tags |
Context
2024-06-27
| ||
08:21 | 0 check-in: bb9bb3e958 user: 顽雨沉风 tags: trunk | |
08:18 | 0 check-in: 88a69b97e2 user: 顽雨沉风 tags: trunk | |
08:16 | 0 check-in: 72cc83c4a1 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [6bd5776ce2] to [9c0eaae4f6].
︙ | ︙ | |||
165 166 167 168 169 170 171 | end if d["数_禁格"] then h1 = h1 .. "禁" .. d["数_禁格"] .. "怪格 " end Debug.ShowHint(h1) end do | | | > | | | | | | | | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 | end if d["数_禁格"] then h1 = h1 .. "禁" .. d["数_禁格"] .. "怪格 " end Debug.ShowHint(h1) end do f["aux.BeginPuzzle"] = _G.aux.BeginPuzzle --~ 开局选卡入手的数量 --~ 禁几个我方主要怪兽格 --~ 传入对方额外卡组最上面的表侧卡,并将其作为印卡源 --~ 能印几张手卡 --~ 最多能印几张卡 function _G.aux.BeginPuzzle(o1, o2, o3, o4, o5) f["aux.BeginPuzzle"]() if o1 then f["开局选卡入手"](o1) else end if o2 then f["禁格"](o2) else end if o3 then f["印卡"](o3, o4, o5) else end f["开局提示"]() end end |