Overview
| Comment: | 0.0.614 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5c3d90f0567914bd596a4d0e3230c274 |
| User & Date: | 顽雨沉风 on 2023-07-04 16:32:25.181 |
| Other Links: | manifest | tags |
Context
|
2023-07-05
| ||
| 00:52 | 0.0.615 check-in: f2cec28eae user: 顽雨沉风 tags: trunk | |
|
2023-07-04
| ||
| 16:32 | 0.0.614 check-in: 5c3d90f056 user: 顽雨沉风 tags: trunk | |
| 16:31 | 0.0.613 check-in: 1d09fc48b2 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [a34859e5fa]
to [5b56947206].
| ︙ | ︙ | |||
65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
cache_2 = Card.IsCode(card, 19474136)
cache_3 = Card.IsCode(card, 17390179)
cache_4 = Card.IsCode(card, 83980492)
if cache_1
or cache_2
or cache_3
or cache_4 then
return true
end
end
return false
end
| > | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
cache_2 = Card.IsCode(card, 19474136)
cache_3 = Card.IsCode(card, 17390179)
cache_4 = Card.IsCode(card, 83980492)
if cache_1
or cache_2
or cache_3
or cache_4 then
else
return true
end
end
return false
end
|
| ︙ | ︙ |