Commit 1b9b9c10 authored by mercury233's avatar mercury233

fix

parent f9346d3c
......@@ -33,6 +33,7 @@ function c100423001.initial_effect(c)
e2:SetOperation(c100423001.spop)
c:RegisterEffect(e2)
end
c100423001.material={46986414,38033121}
function c100423001.drcon(e,tp,eg,ep,ev,re,r,rp)
return re:IsActiveType(TYPE_SPELL+TYPE_TRAP) and e:GetHandler():GetFlagEffect(1)>0
end
......
......@@ -43,7 +43,7 @@ function c101011006.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c101011006.tefilter(c)
return c:IsSetCard(0x235) and c:IsType(TYPE_LINK) and c:IsAbleToExtra()
return c:IsRace(RACE_CYBERSE) and c:IsType(TYPE_LINK) and c:IsAbleToExtra()
end
function c101011006.thfilter(c)
return c:IsCode(101011053) and c:IsAbleToHand()
......
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