Commit f44c06d2 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12031005.lua

parent 28db6972
...@@ -35,7 +35,7 @@ function cm.initial_effect(c) ...@@ -35,7 +35,7 @@ function cm.initial_effect(c)
e4:SetValue(cm.efilter) e4:SetValue(cm.efilter)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function cm.econ(e) function cm.econ(e,tp)
return Duel.IsExistingMatchingCard(Card.IsCode,tp,LOCATION_MZONE,0,1,e:GetHandler(),12031000) return Duel.IsExistingMatchingCard(Card.IsCode,tp,LOCATION_MZONE,0,1,e:GetHandler(),12031000)
end end
function cm.efilter(e,te) function cm.efilter(e,te)
...@@ -56,4 +56,4 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,4 +56,4 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
Duel.NegateActivation(ev) Duel.NegateActivation(ev)
end end
end end
\ No newline at end of file
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