Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
9a0abc0f505943818ae1f38a9c92fbc8 |
| User & Date: | 顽雨沉风 on 2024-06-27 07:42:44.205 |
| Other Links: | manifest | tags |
Context
|
2024-06-27
| ||
| 07:44 | 0 check-in: 7da070fada user: 顽雨沉风 tags: trunk | |
| 07:42 | 0 check-in: 9a0abc0f50 user: 顽雨沉风 tags: trunk | |
| 07:36 | 0 check-in: 9b8784be00 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [90c14a06db]
to [68987e4e1f].
| ︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
s["Debug.ReloadFieldBegin"](u1, u2)
end
end
s["不被连锁"] = function()
Duel.SetChainLimit(aux.FALSE)
return true
end
|
| ︙ | |||
240 241 242 243 244 245 246 | 210 211 212 213 214 215 216 217 218 | - |
s["开局选卡入手"](u1)
end
if u2 then
s["印卡"](u2, u3, u4)
else
end
s["开局示"]()
|