Differences From 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]
To Artifact [9e7872cff6]:
- File script/c0.lua — part of check-in [40a9bd05a5] at 2023-07-04 16:30:16 on branch trunk — 0.0.612 (user: 顽雨沉风, size: 4033) [annotate] [blame] [check-ins using]
︙ | |||
60 61 62 63 64 65 66 67 68 69 70 71 72 73 | 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 |
︙ |