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)
e4:SetValue(cm.efilter)
c:RegisterEffect(e4)
end
function cm.econ(e)
function cm.econ(e,tp)
return Duel.IsExistingMatchingCard(Card.IsCode,tp,LOCATION_MZONE,0,1,e:GetHandler(),12031000)
end
function cm.efilter(e,te)
......@@ -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.NegateActivation(ev)
end
end
\ No newline at end of file
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