Differences From Artifact [d6611bd934]:
- File script/c0.lua — part of check-in [bd29d5b844] at 2023-06-29 23:09:10 on branch trunk — 0.0.389 (user: 顽雨沉风, size: 5967) [annotate] [blame] [check-ins using]
To Artifact [67a2f1b242]:
- File script/c0.lua — part of check-in [e7130db7c4] at 2023-06-29 23:14:42 on branch trunk — 0.0.390 (user: 顽雨沉风, size: 6036) [annotate] [blame] [check-ins using]
| ︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | + + - + + + |
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
fun["是否效果卡"] = function(card)
cache_1 = Card.IsType(card, TYPE_MONSTER)
if cache_1 then
|
| ︙ |