Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
bad8aaa5f7f5746774372b13e37e3aa0 |
| User & Date: | 顽雨沉风 on 2024-02-14 05:43:07.935 |
| Other Links: | manifest | tags |
Context
|
2024-02-14
| ||
| 06:19 | 好 check-in: 8d2b2c76db user: 顽雨沉风 tags: trunk | |
| 05:43 | 好 check-in: bad8aaa5f7 user: 顽雨沉风 tags: trunk | |
| 05:33 | 好 check-in: 2e27c4daad user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [d102ee7476]
to [b57bfdddd5].
| ︙ | ︙ | |||
175 176 177 178 179 180 181 |
h6 = Duel.CreateToken(u2, h5)
if h2 <= h3 then
h2 = h2 + 1
Duel.SendtoHand(h6, nil, REASON_RULE)
else
if h2 <= h4 then
h2 = h2 + 1
| | | 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
h6 = Duel.CreateToken(u2, h5)
if h2 <= h3 then
h2 = h2 + 1
Duel.SendtoHand(h6, nil, REASON_RULE)
else
if h2 <= h4 then
h2 = h2 + 1
--~ Duel.Remove(h6, POS_FACEUP, REASON_RULE)
Duel.SendtoDeck(h6, u2, 0, REASON_RULE)
else
Debug.ShowHint(h1)
u1:Reset()
end
end
end
|
| ︙ | ︙ |