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