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

Update c12004002.lua

parent 3baa30ab
......@@ -22,7 +22,7 @@ function c12004002.initial_effect(c)
c:RegisterEffect(e2)
end
function c12004002.condition(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp
return ep==1-tp
end
function c12004002.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......@@ -55,4 +55,4 @@ function c12004002.tkop(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_UNRELEASABLE_NONSUM)
token:RegisterEffect(e2,true)
Duel.SpecialSummonComplete()
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