Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
8c0eee16249c8c20cbcd1277a016bf61 |
| User & Date: | 顽雨沉风 on 2024-06-27 08:29:47.391 |
| Other Links: | manifest | tags |
Context
|
2024-06-27
| ||
| 08:30 | 0 check-in: 59e30ce26c user: 顽雨沉风 tags: trunk | |
| 08:29 | 0 check-in: 8c0eee1624 user: 顽雨沉风 tags: trunk | |
| 08:28 | 0 check-in: 844b062240 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [8eaf33c802]
to [4b8cc3bc33].
| ︙ | |||
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
|
| ︙ |