Differences From Artifact [61bbcf67a6]:
- File script/c0.lua — part of check-in [7ec48625c2] at 2024-02-14 04:26:55 on branch trunk — 好 (user: 顽雨沉风, size: 6678) [annotate] [blame] [check-ins using]
To Artifact [d102ee7476]:
- File script/c0.lua — part of check-in [2e27c4daad] at 2024-02-14 05:33:22 on branch trunk — 好 (user: 顽雨沉风, size: 6676) [annotate] [blame] [check-ins using]
| ︙ | |||
176 177 178 179 180 181 182 | 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 | - + |
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)
|
| ︙ |