Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
20fc8cf29edf31c4242c1871a9d88784 |
| User & Date: | 顽雨沉风 on 2024-02-14 04:25:17.035 |
| Other Links: | manifest | tags |
Context
|
2024-02-14
| ||
| 04:26 | 好 check-in: 47986c1d08 user: 顽雨沉风 tags: trunk | |
| 04:25 | 好 check-in: 20fc8cf29e user: 顽雨沉风 tags: trunk | |
| 04:24 | 好 check-in: 8ab63a7caf user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [b88b22d013]
to [61c0bc0e3d].
| ︙ | ︙ | |||
147 148 149 150 151 152 153 |
end
do
s["Debug.ReloadFieldEnd"] = _G.Debug.ReloadFieldEnd
--~ 开局洗牌抽牌之数
function _G.Debug.ReloadFieldEnd(u1)
s["Debug.ReloadFieldEnd"]()
if u1 then
| | | 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
end
do
s["Debug.ReloadFieldEnd"] = _G.Debug.ReloadFieldEnd
--~ 开局洗牌抽牌之数
function _G.Debug.ReloadFieldEnd(u1)
s["Debug.ReloadFieldEnd"]()
if u1 then
s["开局洗牌抽牌"](u1)
end
end
end
do
local h1, h2, h3, h4
--~ 印牌过多之示
h1 = "印牌过多"
|
| ︙ | ︙ |