Commit d6ea07cb authored by Tachibana's avatar Tachibana

1145141919810

parent a6ff9b65
Pipeline #14229 passed with stages
in 27 minutes and 34 seconds
......@@ -42,6 +42,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e3)
end
cm.pendulum_level=3
cm.is_named_with_shirayukianna=1
function cm.cpfilter(c)
return (aux.IsCodeListed(c,33334568) or c:IsCode(33334568)) and c:IsType(TYPE_SPELL) and c:IsAbleToGraveAsCost()
and c:CheckActivateEffect(false,true,false)~=nil
......
--白雪安娜衍生物
local m=81007011
local cm=_G["c"..m]
cm.is_named_with_shirayukianna=1
......@@ -31,6 +31,7 @@ function cm.initial_effect(c)
e2:SetOperation(cm.negop)
c:RegisterEffect(e2)
end
cm.is_named_with_shirayukianna=1
function cm.lcheck(g,lc)
return g:IsExists(Card.IsLinkRace,1,nil,RACE_SPELLCASTER)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment