Differences From Artifact [504557934c]:
- File script/c0.lua — part of check-in [14f5073ab7] at 2023-07-23 00:47:23 on branch trunk — 0.0.2041 (user: 顽雨沉风, size: 8680) [annotate] [blame] [check-ins using]
To Artifact [a691379960]:
- File script/c0.lua — part of check-in [e815de3684] at 2023-07-23 00:48:20 on branch trunk — 0.0.2042 (user: 顽雨沉风, size: 8647) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
158 159 160 161 162 163 164 |
cache_1 = Card.IsType(card, TYPE_PENDULUM)
if cache_1 then --{
for i = 1, #str["无效果灵摆怪兽表"] do --{
| | < < | 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
cache_1 = Card.IsType(card, TYPE_PENDULUM)
if cache_1 then --{
for i = 1, #str["无效果灵摆怪兽表"] do --{
if Card.IsCode(card, str["无效果灵摆怪兽表"][i]) then --{
--}
else --{
return true
|
| ︙ | ︙ |