Differences From Artifact [06622c4f7d]:
- File script/c0.lua — part of check-in [cc327b2c58] at 2023-07-04 16:28:09 on branch trunk — 0.0.610 (user: 顽雨沉风, size: 3896) [annotate] [blame] [check-ins using]
To Artifact [007067ef0a]:
- File script/c0.lua — part of check-in [d8d61432b6] at 2023-07-04 16:29:54 on branch trunk — 0.0.611 (user: 顽雨沉风, size: 3990) [annotate] [blame] [check-ins using]
| ︙ | |||
57 58 59 60 61 62 63 | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | - + + + |
or cache_2
or cache_3 then
return true
end
cache_1 = Card.IsType(card, TYPE_PENDULUM)
if cache_1 then
|
| ︙ |