Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
15cf25627286930bc3ba3e2eef1881ff |
| User & Date: | 顽雨沉风 on 2024-07-24 12:31:07.633 |
| Other Links: | manifest | tags |
Context
|
2024-07-24
| ||
| 23:19 | 0 check-in: 686514f1f1 user: 顽雨沉风 tags: trunk | |
| 12:31 | 0 check-in: 15cf256272 user: 顽雨沉风 tags: trunk | |
| 04:07 | 0 check-in: 6de6b20260 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [af0441455f]
to [ecfebe5b16].
| ︙ | |||
167 168 169 170 171 172 173 | 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | - + |
k5 = Duel.GetOverlayGroup(0, nil, LOCATION_MZONE)
for o1 in aux.Next(k5) do
if f["是否有效果卡"](o1) then
k4 = k4 + 1
end
end
k6 = k2 + k4
|
| ︙ |