Commit 13775a93 authored by Tachibana's avatar Tachibana

ndyd

parent ddab99c3
...@@ -34,6 +34,9 @@ function cm.initial_effect(c) ...@@ -34,6 +34,9 @@ function cm.initial_effect(c)
e3:SetOperation(cm.tsop) e3:SetOperation(cm.tsop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function cm.ovfilter(c)
return c:IsFaceup() and c:IsRace(RACE_PYRO) and c:IsType(TYPE_LINK)
end
function cm.descon1(e,tp,eg,ep,ev,re,r,rp) function cm.descon1(e,tp,eg,ep,ev,re,r,rp)
return not Duel.IsExistingMatchingCard(cm.desfilter,tp,LOCATION_MZONE,0,1,nil) return not Duel.IsExistingMatchingCard(cm.desfilter,tp,LOCATION_MZONE,0,1,nil)
end 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