Differences From Artifact [a34859e5fa]:
- File script/c0.lua — part of check-in [1d09fc48b2] at 2023-07-04 16:31:24 on branch trunk — 0.0.613 (user: 顽雨沉风, size: 4132) [annotate] [blame] [check-ins using]
To Artifact [5b56947206]:
- File script/c0.lua — part of check-in [5c3d90f056] at 2023-07-04 16:32:25 on branch trunk — 0.0.614 (user: 顽雨沉风, size: 4142) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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 |
︙ | ︙ |