Differences From Artifact [8eaf33c802]:
- File script/c0.lua — part of check-in [844b062240] at 2024-06-27 08:28:29 on branch trunk — 0 (user: 顽雨沉风, size: 5301) [annotate] [blame] [check-ins using]
To Artifact [4b8cc3bc33]:
- File script/c0.lua — part of check-in [8c0eee1624] at 2024-06-27 08:29:47 on branch trunk — 0 (user: 顽雨沉风, size: 5298) [annotate] [blame] [check-ins using]
︙ | |||
63 64 65 66 67 68 69 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | - + | k2 = Duel.SelectMatchingCard(o2, Card.IsAbleToHand, o2, LOCATION_DECK, 0, k1, k1, nil) Duel.SendtoHand(k2, nil, REASON_RULE) o1:Reset() end f["开局选卡入手"] = function(o1) local k2 d["数_选卡"] = o1 |
︙ |