Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
43ea8c82170826d306c491e6280680f5 |
| User & Date: | 顽雨沉风 on 2024-02-13 10:41:33.560 |
| Other Links: | manifest | tags |
Context
|
2024-02-13
| ||
| 10:52 | 好 check-in: af6ca14c70 user: 顽雨沉风 tags: trunk | |
| 10:41 | 好 check-in: 43ea8c8217 user: 顽雨沉风 tags: trunk | |
| 10:40 | 好 check-in: 04eb866260 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [2fc2c2ea28]
to [cac850b2f3].
| ︙ | ︙ | |||
163 164 165 166 167 168 169 |
Debug.ReloadFieldEnd = function(u1)
fun["Debug.ReloadFieldEnd"]()
if u1 then
fun["一_随机抽卡"](u1)
end
end
fun["二_印卡"] = function(u1, u2, u3)
| < < | < | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 |
Debug.ReloadFieldEnd = function(u1)
fun["Debug.ReloadFieldEnd"]()
if u1 then
fun["一_随机抽卡"](u1)
end
end
fun["二_印卡"] = function(u1, u2, u3)
u3 = u3 or u2
Debug.ShowHint(
"点击对方额外卡组可以进行印卡。\n手卡只能印 "
.. u2
.. " 张。\n最多可以印 "
.. u3
.. " 张"
)
|
| ︙ | ︙ |