Commit e02ea8d3 authored by mercury233's avatar mercury233 Committed by GitHub

fix 変導機咎 クロックアーク

parent 6acf87d5
...@@ -90,7 +90,8 @@ function c87468732.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -90,7 +90,8 @@ function c87468732.spop(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)
end end
function c87468732.descon(e,tp,eg,ep,ev,re,r,rp) function c87468732.descon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetSequence()~=2 local seq=e:GetHandler():GetSequence()
return seq<5 and seq~=2
end end
function c87468732.desop(e,tp,eg,ep,ev,re,r,rp) function c87468732.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(e:GetHandler(),REASON_EFFECT) Duel.Destroy(e:GetHandler(),REASON_EFFECT)
......
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