Overview
Comment: | 0.0.612 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
40a9bd05a550f68cb4b1e1ca927133c9 |
User & Date: | 顽雨沉风 on 2023-07-04 16:30:16 |
Other Links: | manifest | tags |
Context
2023-07-04
| ||
16:31 | 0.0.613 check-in: 1d09fc48b2 user: 顽雨沉风 tags: trunk | |
16:30 | 0.0.612 check-in: 40a9bd05a5 user: 顽雨沉风 tags: trunk | |
16:29 | 0.0.611 check-in: d8d61432b6 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [007067ef0a] to [9e7872cff6].
︙ | ︙ | |||
60 61 62 63 64 65 66 67 68 69 70 71 72 73 | end cache_1 = Card.IsType(card, TYPE_PENDULUM) if cache_1 then cache_1 = Card.IsCode(card, 28363749) cache_2 = Card.IsCode(card, 19474136) cache_2 = Card.IsCode(card, 17390179) end return false end fun["开局说明"] = function() if str["开局说明吗"] == 1 then | > | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | end cache_1 = Card.IsType(card, TYPE_PENDULUM) if cache_1 then cache_1 = Card.IsCode(card, 28363749) cache_2 = Card.IsCode(card, 19474136) cache_2 = Card.IsCode(card, 17390179) cache_2 = Card.IsCode(card, 83980492) end return false end fun["开局说明"] = function() if str["开局说明吗"] == 1 then |
︙ | ︙ |