Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
540c3085eebcd61d0e341af0fa379d2a |
| User & Date: | 顽雨沉风 on 2024-06-26 02:11:24.678 |
| Other Links: | manifest | tags |
Context
|
2024-06-26
| ||
| 02:14 | 0 check-in: 823d0099f7 user: 顽雨沉风 tags: trunk | |
| 02:11 | 0 check-in: 540c3085ee user: 顽雨沉风 tags: trunk | |
| 02:10 | 0 check-in: 23eca3b462 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [c344a5ec44]
to [90c14a06db].
| ︙ | |||
77 78 79 80 81 82 83 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | - - - + |
s["是否效卡"] = function(card)
for i = 1, #s["效卡之类排"] do
if Card.IsType(card, s["效卡之类排"][i]) then
return true
end
end
if Card.IsType(card, TYPE_PENDULUM) then
|
| ︙ |