Commit 1b9b9c10 authored by mercury233's avatar mercury233

fix

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