Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f4ef590824fd2da291fb1d5613b60f62 |
| User & Date: | 顽雨沉风 on 2024-07-01 01:50:42.737 |
| Other Links: | manifest | tags |
Context
|
2024-07-01
| ||
| 01:51 | 0 check-in: 9a86f2df19 user: 顽雨沉风 tags: trunk | |
| 01:50 | 0 check-in: f4ef590824 user: 顽雨沉风 tags: trunk | |
| 01:41 | 0 check-in: 929971b270 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [fb31e8255e]
to [0bfcc60c72].
| ︙ | ︙ | |||
196 197 198 199 200 201 202 |
if o3 then
f["印卡"](o3, o4, o5)
else
end
f["开局说明"]()
end
end
| < < < < < < < < < < < < < < | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 |
if o3 then
f["印卡"](o3, o4, o5)
else
end
f["开局说明"]()
end
end
Auxiliary.PuzzleOp = function()
Duel.SetLP(0,0)
for i = 1, #d["排_结局提示"] do
Debug.ShowHint(d["排_结局提示"][i])
end
end
do
|
| ︙ | ︙ |
Modified single/X-LV-01.lua
from [61bddcec1a]
to [d8980caee0].
| ︙ | ︙ |